1
0
Fork 0
mirror of https://github.com/fog/fog-aws.git synced 2022-11-09 13:50:52 -05:00

[aws|compute] support c4.8xlarge flavor

This commit is contained in:
ddoc 2015-02-17 19:50:17 -08:00
parent 761f1ce607
commit 778c35ceb9

View file

@ -195,6 +195,16 @@ module Fog
:ebs_optimized_available => true,
:instance_store_volumes => 2
},
{
:id => 'c4.8xlarge',
:name => 'C4 Eight Extra Large',
:bits => 64,
:cores => 122,
:disk => 640,
:ram => 61440,
:ebs_optimized_available => false,
:instance_store_volumes => 2
},
{
:id => 'g2.2xlarge',
:name => 'GPU Double Extra Large',