mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
add t2.large
* [announcement](https://aws.amazon.com/blogs/aws/new-t2-large-instances/?sc_campaign=launch&sc_category=ec2&sc_channel=SM&sc_content=t2_large_1&sc_detail=std&sc_medium=aws&sc_publisher=tw&adbsc=social_launches_20150617_47668156&adbid=611079737587269632&adbpl=tw&adbpr=66780587)
This commit is contained in:
parent
c87b30cda6
commit
f2f5712361
1 changed files with 10 additions and 0 deletions
|
@ -44,6 +44,16 @@ module Fog
|
|||
: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',
|
||||
|
|
Loading…
Reference in a new issue