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 #480 from engineyard/fix/EYPP-6850-add-m4.16xlarge-flavor

EYPP-6850 add m4.16xlarge flavor
This commit is contained in:
Wesley Beary 2018-10-03 11:25:51 -05:00 committed by GitHub
commit 4a1fbb0e4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",