Skip to content

Commit

Permalink
Merge pull request #137 from lanej/t2.large
Browse files Browse the repository at this point in the history
add t2.large
  • Loading branch information
geemus committed Jun 17, 2015
2 parents c87b30c + f2f5712 commit 037a1dd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/fog/aws/models/compute/flavors.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,16 @@ class AWS
:ebs_optimized_available => false,
:instance_store_volumes => 0
},
{
:id => 't2.large',
:name => 'Micro Instance',
:bits => 64,
:cores => 2,
:disk => 0,
:ram => 8192,
:ebs_optimized_available => false,
:instance_store_volumes => 0
},
{
:id => 'm1.small',
:name => 'Small Instance',
Expand Down

0 comments on commit 037a1dd

Please sign in to comment.