From 7ba1d5f9f04506521bbcd72971992cf6ba582049 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20Lamand=C3=A9?= Date: Fri, 13 Apr 2018 10:48:46 +0200 Subject: [PATCH] Adding g3 flavors --- lib/fog/aws/models/compute/flavors.rb | 30 +++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/lib/fog/aws/models/compute/flavors.rb b/lib/fog/aws/models/compute/flavors.rb index c8b6d9eb92..c4c809d1f5 100644 --- a/lib/fog/aws/models/compute/flavors.rb +++ b/lib/fog/aws/models/compute/flavors.rb @@ -873,6 +873,36 @@ class AWS :disk => 0, :ebs_optimized_available => true, :instance_store_volumes => 0 + }, + { + :id => 'g3.4xlarge', + :name => 'G3 Quadruple Extra Large', + :bits => 64, + :cores => 16, + :disk => 0, + :ram => 124928, + :ebs_optimized_available => true, + :instance_store_volumes => 0 + }, + { + :id => 'g3.8xlarge', + :name => 'G3 Octuple Extra Large', + :bits => 64, + :cores => 32, + :disk => 0, + :ram => 249856, + :ebs_optimized_available => true, + :instance_store_volumes => 0 + }, + { + :id => 'g3.16xlarge', + :name => 'G3 Sixteen Extra Large', + :bits => 64, + :cores => 64, + :disk => 0, + :ram => 499712, + :ebs_optimized_available => true, + :instance_store_volumes => 0 } ]