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

Merge pull request #56 from ddoc/aws-compute-support-c4.8xlarge

[aws|compute] support c4.8xlarge flavor
This commit is contained in:
Josh Lane 2015-02-18 08:30:24 -08:00
commit 09c705fb64

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