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:
parent
761f1ce607
commit
778c35ceb9
1 changed files with 10 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue