Skip to content

Commit

Permalink
Adding g3 flavors
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexLamande committed Apr 13, 2018
1 parent deee9f9 commit 7ba1d5f
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions lib/fog/aws/models/compute/flavors.rb
Original file line number Diff line number Diff line change
Expand Up @@ -873,6 +873,36 @@ class AWS
:disk => 0,
:ebs_optimized_available => true,
:instance_store_volumes => 0
},
{
:id => 'g3.4xlarge',
:name => 'G3 Quadruple Extra Large',
:bits => 64,
:cores => 16,
:disk => 0,
:ram => 124928,
:ebs_optimized_available => true,
:instance_store_volumes => 0
},
{
:id => 'g3.8xlarge',
:name => 'G3 Octuple Extra Large',
:bits => 64,
:cores => 32,
:disk => 0,
:ram => 249856,
:ebs_optimized_available => true,
:instance_store_volumes => 0
},
{
:id => 'g3.16xlarge',
:name => 'G3 Sixteen Extra Large',
:bits => 64,
:cores => 64,
:disk => 0,
:ram => 499712,
:ebs_optimized_available => true,
:instance_store_volumes => 0
}
]

Expand Down

0 comments on commit 7ba1d5f

Please sign in to comment.