mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
Merge pull request #480 from engineyard/fix/EYPP-6850-add-m4.16xlarge-flavor
EYPP-6850 add m4.16xlarge flavor
This commit is contained in:
commit
4a1fbb0e4d
1 changed files with 10 additions and 0 deletions
|
@ -814,6 +814,16 @@ module Fog
|
|||
:ebs_optimized_available => true,
|
||||
:instance_store_volumes => 0
|
||||
},
|
||||
{
|
||||
:id => "m4.16xlarge",
|
||||
:name => "M4 Sixteen Extra Large",
|
||||
:bits => 64,
|
||||
:cores => 64,
|
||||
:ram => 262144,
|
||||
:disk => 0,
|
||||
:ebs_optimized_available => true,
|
||||
:instance_store_volumes => 0
|
||||
},
|
||||
{
|
||||
:id => "p2.xlarge",
|
||||
:name => "General Purpose GPU Extra Large",
|
||||
|
|
Loading…
Reference in a new issue