mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
AWS::Compute add t1.micro to flavors
This commit is contained in:
parent
a963703309
commit
c1a4e65fa9
1 changed files with 7 additions and 5 deletions
|
@ -11,6 +11,8 @@ module Fog
|
|||
|
||||
def all
|
||||
data = [
|
||||
{ :bits => 0, :cores => 2, :disk => 0, :id => 't1.micro', :name => 'Micro Instance', :ram => 613},
|
||||
|
||||
{ :bits => 32, :cores => 1, :disk => 160, :id => 'm1.small', :name => 'Small Instance', :ram => 1740.8},
|
||||
{ :bits => 64, :cores => 4, :disk => 850, :id => 'm1.large', :name => 'Large Instance', :ram => 7680},
|
||||
{ :bits => 64, :cores => 8, :disk => 1690, :id => 'm1.xlarge', :name => 'Extra Large Instance', :ram => 15360},
|
||||
|
|
Loading…
Reference in a new issue