From 778c35ceb998cfed79dabd7df80d4f79048483fe Mon Sep 17 00:00:00 2001 From: ddoc Date: Tue, 17 Feb 2015 19:50:17 -0800 Subject: [PATCH] [aws|compute] support c4.8xlarge flavor --- lib/fog/aws/models/compute/flavors.rb | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lib/fog/aws/models/compute/flavors.rb b/lib/fog/aws/models/compute/flavors.rb index 59a29aea3..bbc10da66 100644 --- a/lib/fog/aws/models/compute/flavors.rb +++ b/lib/fog/aws/models/compute/flavors.rb @@ -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',