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