1
0
Fork 0
mirror of https://github.com/fog/fog-aws.git synced 2022-11-09 13:50:52 -05:00
Josh Lane 2015-06-17 08:28:01 -07:00
parent c87b30cda6
commit f2f5712361

View file

@ -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',