Last active
July 6, 2018 02:58
-
-
Save Fryguy/a12ab407e83a513d08d5ad6281e88dcf to your computer and use it in GitHub Desktop.
pr449_issues
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/db/fixtures/aws_instance_types.yml b/db/fixtures/aws_instance_types.yml | |
| index 09f8671..60871af 100644 | |
| --- a/db/fixtures/aws_instance_types.yml | |
| +++ b/db/fixtures/aws_instance_types.yml | |
| @@ -1,13 +1,18 @@ | |
| --- | |
| c1.medium: | |
| + :current_generation: false | |
| + :current_version: true | |
| :name: c1.medium | |
| - :family: Compute Optimized | |
| - :description: C1 High-CPU Medium | |
| - :memory: 1825361100.8 | |
| + :family: Compute optimized | |
| + :description: C1 Compute optimized Medium | |
| + :memory: 1825361100 | |
| + :memory_gb: 1.7 | |
| :vcpu: 2 | |
| :ebs_only: false | |
| :instance_store_size: 375809638400 | |
| + :instance_store_size_gb: 350.0 | |
| :instance_store_volumes: 1 | |
| + :instance_store_type: | |
| :architecture: | |
| - :i386 | |
| - :x86_64 | |
| @@ -15,7 +20,7 @@ c1.medium: | |
| - :paravirtual | |
| :network_performance: :moderate | |
| :physical_processor: Intel Xeon Family | |
| - :processor_clock_speed: '' | |
| + :processor_clock_speed: | |
| :intel_aes_ni: true | |
| :intel_avx: | |
| :intel_avx2: | |
| @@ -24,24 +29,28 @@ c1.medium: | |
| :enhanced_networking: | |
| :cluster_networking: | |
| :vpc_only: false | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: true | |
| + :deprecated: true | |
| c1.xlarge: | |
| + :current_generation: false | |
| + :current_version: true | |
| :name: c1.xlarge | |
| - :family: Compute Optimized | |
| - :description: C1 High-CPU Extra Large | |
| + :family: Compute optimized | |
| + :description: C1 Compute optimized XL | |
| :memory: 7516192768 | |
| + :memory_gb: 7.0 | |
| :vcpu: 8 | |
| :ebs_only: false | |
| :instance_store_size: 1803886264320 | |
| + :instance_store_size_gb: 1680.0 | |
| :instance_store_volumes: 4 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :paravirtual | |
| :network_performance: :high | |
| :physical_processor: Intel Xeon Family | |
| - :processor_clock_speed: '' | |
| + :processor_clock_speed: | |
| :intel_aes_ni: true | |
| :intel_avx: | |
| :intel_avx2: | |
| @@ -50,25 +59,29 @@ c1.xlarge: | |
| :enhanced_networking: | |
| :cluster_networking: | |
| :vpc_only: false | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: true | |
| + :deprecated: true | |
| c3.2xlarge: | |
| + :current_generation: false | |
| + :current_version: true | |
| :name: c3.2xlarge | |
| :family: Compute optimized | |
| - :description: C3 High-CPU Double Extra Large | |
| - :memory: 16106127360.0 | |
| + :description: C3 Compute optimized 2XL | |
| + :memory: 16106127360 | |
| + :memory_gb: 15.0 | |
| :vcpu: 8 | |
| :ebs_only: false | |
| - :instance_store_size: 171798691840.0 | |
| + :instance_store_size: 171798691840 | |
| + :instance_store_size_gb: 160.0 | |
| :instance_store_volumes: 2 | |
| + :instance_store_type: SSD | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - - :hvm | |
| - :paravirtual | |
| + - :hvm | |
| :network_performance: :high | |
| - :physical_processor: Intel Xeon E5-2680 v2 | |
| - :processor_clock_speed: '2.8' | |
| + :physical_processor: Intel Xeon E5-2680 v2 (Ivy Bridge) | |
| + :processor_clock_speed: 2.8 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: | |
| @@ -77,25 +90,29 @@ c3.2xlarge: | |
| :enhanced_networking: true | |
| :cluster_networking: true | |
| :vpc_only: false | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: true | |
| + :deprecated: true | |
| c3.4xlarge: | |
| + :current_generation: false | |
| + :current_version: true | |
| :name: c3.4xlarge | |
| :family: Compute optimized | |
| - :description: C3 High-CPU Quadruple Extra Large | |
| - :memory: 32212254720.0 | |
| + :description: C3 Compute optimized 4XL | |
| + :memory: 32212254720 | |
| + :memory_gb: 30.0 | |
| :vcpu: 16 | |
| :ebs_only: false | |
| - :instance_store_size: 343597383680.0 | |
| + :instance_store_size: 343597383680 | |
| + :instance_store_size_gb: 320.0 | |
| :instance_store_volumes: 2 | |
| + :instance_store_type: SSD | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - - :hvm | |
| - :paravirtual | |
| + - :hvm | |
| :network_performance: :high | |
| - :physical_processor: Intel Xeon E5-2680 v2 | |
| - :processor_clock_speed: '2.8' | |
| + :physical_processor: Intel Xeon E5-2680 v2 (Ivy Bridge) | |
| + :processor_clock_speed: 2.8 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: | |
| @@ -104,25 +121,29 @@ c3.4xlarge: | |
| :enhanced_networking: true | |
| :cluster_networking: true | |
| :vpc_only: false | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: true | |
| + :deprecated: true | |
| c3.8xlarge: | |
| + :current_generation: false | |
| + :current_version: true | |
| :name: c3.8xlarge | |
| :family: Compute optimized | |
| - :description: C3 High-CPU Eight Extra Large | |
| - :memory: 64424509440.0 | |
| + :description: C3 Compute optimized 8XL | |
| + :memory: 64424509440 | |
| + :memory_gb: 60.0 | |
| :vcpu: 32 | |
| :ebs_only: false | |
| - :instance_store_size: 687194767360.0 | |
| + :instance_store_size: 687194767360 | |
| + :instance_store_size_gb: 640.0 | |
| :instance_store_volumes: 2 | |
| + :instance_store_type: SSD | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - - :hvm | |
| - :paravirtual | |
| + - :hvm | |
| :network_performance: :very_high | |
| - :physical_processor: Intel Xeon E5-2680 v2 | |
| - :processor_clock_speed: '2.8' | |
| + :physical_processor: Intel Xeon E5-2680 v2 (Ivy Bridge) | |
| + :processor_clock_speed: 2.8 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: | |
| @@ -131,26 +152,30 @@ c3.8xlarge: | |
| :enhanced_networking: true | |
| :cluster_networking: true | |
| :vpc_only: false | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: true | |
| + :deprecated: true | |
| c3.large: | |
| + :current_generation: false | |
| + :current_version: true | |
| :name: c3.large | |
| :family: Compute optimized | |
| - :description: C3 High-CPU Large | |
| - :memory: 4026531840.0 | |
| + :description: C3 Compute optimized Large | |
| + :memory: 4026531840 | |
| + :memory_gb: 3.75 | |
| :vcpu: 2 | |
| :ebs_only: false | |
| - :instance_store_size: 34359738368.0 | |
| + :instance_store_size: 34359738368 | |
| + :instance_store_size_gb: 32.0 | |
| :instance_store_volumes: 2 | |
| + :instance_store_type: SSD | |
| :architecture: | |
| - :i386 | |
| - :x86_64 | |
| :virtualization_type: | |
| - - :hvm | |
| - :paravirtual | |
| + - :hvm | |
| :network_performance: :moderate | |
| - :physical_processor: Intel Xeon E5-2680 v2 | |
| - :processor_clock_speed: '2.8' | |
| + :physical_processor: Intel Xeon E5-2680 v2 (Ivy Bridge) | |
| + :processor_clock_speed: 2.8 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: | |
| @@ -159,25 +184,29 @@ c3.large: | |
| :enhanced_networking: true | |
| :cluster_networking: true | |
| :vpc_only: false | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: true | |
| + :deprecated: true | |
| c3.xlarge: | |
| + :current_generation: false | |
| + :current_version: true | |
| :name: c3.xlarge | |
| :family: Compute optimized | |
| - :description: C3 High-CPU Extra Large | |
| - :memory: 8053063680.0 | |
| + :description: C3 Compute optimized XL | |
| + :memory: 8053063680 | |
| + :memory_gb: 7.5 | |
| :vcpu: 4 | |
| :ebs_only: false | |
| - :instance_store_size: 85899345920.0 | |
| + :instance_store_size: 85899345920 | |
| + :instance_store_size_gb: 80.0 | |
| :instance_store_volumes: 2 | |
| + :instance_store_type: SSD | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - - :hvm | |
| - :paravirtual | |
| + - :hvm | |
| :network_performance: :moderate | |
| - :physical_processor: Intel Xeon E5-2680 v2 | |
| - :processor_clock_speed: '2.8' | |
| + :physical_processor: Intel Xeon E5-2680 v2 (Ivy Bridge) | |
| + :processor_clock_speed: 2.8 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: | |
| @@ -186,154 +215,173 @@ c3.xlarge: | |
| :enhanced_networking: true | |
| :cluster_networking: true | |
| :vpc_only: false | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: true | |
| + :deprecated: true | |
| c4.2xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: c4.2xlarge | |
| :family: Compute optimized | |
| - :description: C4 High-CPU Double Extra Large | |
| - :memory: 16106127360.0 | |
| + :description: C4 Compute optimized 2XL | |
| + :memory: 16106127360 | |
| + :memory_gb: 15.0 | |
| :vcpu: 8 | |
| :ebs_only: true | |
| :instance_store_size: 0 | |
| + :instance_store_size_gb: 0.0 | |
| :instance_store_volumes: 0 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :high | |
| - :physical_processor: Intel Xeon E5-2666 v3 | |
| - :processor_clock_speed: '2.9' | |
| + :physical_processor: Intel Xeon E5-2666 v3 (Haswell) | |
| + :processor_clock_speed: 2.9 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: true | |
| - :intel_turbo: | |
| + :intel_turbo: true | |
| :ebs_optimized_available: true | |
| :enhanced_networking: true | |
| :cluster_networking: true | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| c4.4xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: c4.4xlarge | |
| :family: Compute optimized | |
| - :description: C4 High-CPU Quadruple Extra Large | |
| - :memory: 32212254720.0 | |
| + :description: C4 Compute optimized 4XL | |
| + :memory: 32212254720 | |
| + :memory_gb: 30.0 | |
| :vcpu: 16 | |
| :ebs_only: true | |
| :instance_store_size: 0 | |
| + :instance_store_size_gb: 0.0 | |
| :instance_store_volumes: 0 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :high | |
| - :physical_processor: Intel Xeon E5-2666 v3 | |
| - :processor_clock_speed: '2.9' | |
| + :physical_processor: Intel Xeon E5-2666 v3 (Haswell) | |
| + :processor_clock_speed: 2.9 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: true | |
| - :intel_turbo: | |
| + :intel_turbo: true | |
| :ebs_optimized_available: true | |
| :enhanced_networking: true | |
| :cluster_networking: true | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| c4.8xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: c4.8xlarge | |
| :family: Compute optimized | |
| - :description: C4 High-CPU Eight Extra Large | |
| - :memory: 64424509440.0 | |
| + :description: C4 Compute optimized 8XL | |
| + :memory: 64424509440 | |
| + :memory_gb: 60.0 | |
| :vcpu: 36 | |
| :ebs_only: true | |
| :instance_store_size: 0 | |
| + :instance_store_size_gb: 0.0 | |
| :instance_store_volumes: 0 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :very_high | |
| - :physical_processor: Intel Xeon E5-2666 v3 | |
| - :processor_clock_speed: '2.9' | |
| + :physical_processor: Intel Xeon E5-2666 v3 (Haswell) | |
| + :processor_clock_speed: 2.9 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: true | |
| - :intel_turbo: | |
| + :intel_turbo: true | |
| :ebs_optimized_available: true | |
| :enhanced_networking: true | |
| :cluster_networking: true | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| c4.large: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: c4.large | |
| :family: Compute optimized | |
| - :description: C4 High-CPU Large | |
| - :memory: 4026531840.0 | |
| + :description: C4 Compute optimized Large | |
| + :memory: 4026531840 | |
| + :memory_gb: 3.75 | |
| :vcpu: 2 | |
| :ebs_only: true | |
| :instance_store_size: 0 | |
| + :instance_store_size_gb: 0.0 | |
| :instance_store_volumes: 0 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :moderate | |
| - :physical_processor: Intel Xeon E5-2666 v3 | |
| - :processor_clock_speed: '2.9' | |
| + :physical_processor: Intel Xeon E5-2666 v3 (Haswell) | |
| + :processor_clock_speed: 2.9 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: true | |
| - :intel_turbo: | |
| + :intel_turbo: true | |
| :ebs_optimized_available: true | |
| :enhanced_networking: true | |
| :cluster_networking: true | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| c4.xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: c4.xlarge | |
| :family: Compute optimized | |
| - :description: C4 High-CPU Extra Large | |
| - :memory: 8053063680.0 | |
| + :description: C4 Compute optimized XL | |
| + :memory: 8053063680 | |
| + :memory_gb: 7.5 | |
| :vcpu: 4 | |
| :ebs_only: true | |
| :instance_store_size: 0 | |
| + :instance_store_size_gb: 0.0 | |
| :instance_store_volumes: 0 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :high | |
| - :physical_processor: Intel Xeon E5-2666 v3 | |
| - :processor_clock_speed: '2.9' | |
| + :physical_processor: Intel Xeon E5-2666 v3 (Haswell) | |
| + :processor_clock_speed: 2.9 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: true | |
| - :intel_turbo: | |
| + :intel_turbo: true | |
| :ebs_optimized_available: true | |
| :enhanced_networking: true | |
| :cluster_networking: true | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| c5.18xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: c5.18xlarge | |
| :family: Compute optimized | |
| - :description: C5 High-CPU 18xlarge | |
| - :memory: 154618822656.0 | |
| + :description: C5 Compute optimized 18XL | |
| + :memory: 154618822656 | |
| + :memory_gb: 144.0 | |
| :vcpu: 72 | |
| :ebs_only: true | |
| :instance_store_size: 0 | |
| + :instance_store_size_gb: 0.0 | |
| :instance_store_volumes: 0 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :very_high | |
| - :physical_processor: Intel Xeon Platinum | |
| - :processor_clock_speed: '3.0' | |
| + :physical_processor: Intel Xeon Platinum 8124M | |
| + :processor_clock_speed: 3.0 Ghz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: true | |
| @@ -342,24 +390,27 @@ c5.18xlarge: | |
| :enhanced_networking: true | |
| :cluster_networking: | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| c5.2xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: c5.2xlarge | |
| :family: Compute optimized | |
| - :description: C5 High-CPU Double Extra Large | |
| - :memory: 17179869184.0 | |
| + :description: C5 Compute optimized 2XL | |
| + :memory: 17179869184 | |
| + :memory_gb: 16.0 | |
| :vcpu: 8 | |
| :ebs_only: true | |
| :instance_store_size: 0 | |
| + :instance_store_size_gb: 0.0 | |
| :instance_store_volumes: 0 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| - :network_performance: :up_to_10_gbps | |
| - :physical_processor: Intel Xeon Platinum | |
| - :processor_clock_speed: '3.0' | |
| + :network_performance: :up_to_10_gigabit | |
| + :physical_processor: Intel Xeon Platinum 8124M | |
| + :processor_clock_speed: 3.0 Ghz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: true | |
| @@ -368,24 +419,27 @@ c5.2xlarge: | |
| :enhanced_networking: true | |
| :cluster_networking: | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| c5.4xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: c5.4xlarge | |
| :family: Compute optimized | |
| - :description: C5 High-CPU Quadruple Extra Large | |
| - :memory: 34359738368.0 | |
| + :description: C5 Compute optimized 4XL | |
| + :memory: 34359738368 | |
| + :memory_gb: 32.0 | |
| :vcpu: 16 | |
| :ebs_only: true | |
| :instance_store_size: 0 | |
| + :instance_store_size_gb: 0.0 | |
| :instance_store_volumes: 0 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| - :network_performance: :up_to_10_gpbs | |
| - :physical_processor: Intel Xeon Platinum | |
| - :processor_clock_speed: '3.0' | |
| + :network_performance: :up_to_10_gigabit | |
| + :physical_processor: Intel Xeon Platinum 8124M | |
| + :processor_clock_speed: 3.0 Ghz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: true | |
| @@ -394,24 +448,27 @@ c5.4xlarge: | |
| :enhanced_networking: true | |
| :cluster_networking: | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| c5.9xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: c5.9xlarge | |
| :family: Compute optimized | |
| - :description: C5 High-CPU 9xlarge | |
| - :memory: 77309411328.0 | |
| + :description: C5 Compute optimized 9XL | |
| + :memory: 77309411328 | |
| + :memory_gb: 72.0 | |
| :vcpu: 36 | |
| :ebs_only: true | |
| :instance_store_size: 0 | |
| + :instance_store_size_gb: 0.0 | |
| :instance_store_volumes: 0 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :very_high | |
| - :physical_processor: Intel Xeon Platinum | |
| - :processor_clock_speed: '3.0' | |
| + :physical_processor: Intel Xeon Platinum 8124M | |
| + :processor_clock_speed: 3.0 Ghz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: true | |
| @@ -420,24 +477,27 @@ c5.9xlarge: | |
| :enhanced_networking: true | |
| :cluster_networking: | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| c5.large: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: c5.large | |
| :family: Compute optimized | |
| - :description: C5 High-CPU Large | |
| - :memory: 4294967296.0 | |
| + :description: C5 Compute optimized Large | |
| + :memory: 4294967296 | |
| + :memory_gb: 4.0 | |
| :vcpu: 2 | |
| :ebs_only: true | |
| :instance_store_size: 0 | |
| + :instance_store_size_gb: 0.0 | |
| :instance_store_volumes: 0 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| - :network_performance: :up_to_10_gbps | |
| - :physical_processor: Intel Xeon Platinum | |
| - :processor_clock_speed: '3.0' | |
| + :network_performance: :up_to_10_gigabit | |
| + :physical_processor: Intel Xeon Platinum 8124M | |
| + :processor_clock_speed: 3.0 Ghz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: true | |
| @@ -446,24 +506,27 @@ c5.large: | |
| :enhanced_networking: true | |
| :cluster_networking: | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| c5.xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: c5.xlarge | |
| :family: Compute optimized | |
| - :description: C5 High-CPU Extra Large | |
| - :memory: 8589934592.0 | |
| + :description: C5 Compute optimized XL | |
| + :memory: 8589934592 | |
| + :memory_gb: 8.0 | |
| :vcpu: 4 | |
| :ebs_only: true | |
| :instance_store_size: 0 | |
| + :instance_store_size_gb: 0.0 | |
| :instance_store_volumes: 0 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| - :network_performance: :up_to_10_gbps | |
| - :physical_processor: Intel Xeon Platinum | |
| - :processor_clock_speed: '3.0' | |
| + :network_performance: :up_to_10_gigabit | |
| + :physical_processor: Intel Xeon Platinum 8124M | |
| + :processor_clock_speed: 3.0 Ghz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: true | |
| @@ -472,51 +535,58 @@ c5.xlarge: | |
| :enhanced_networking: true | |
| :cluster_networking: | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| cc1.4xlarge: | |
| - :disabled: true | |
| + :current_generation: false | |
| + :current_version: false | |
| :name: cc1.4xlarge | |
| - :family: Compute Optimized | |
| - :description: Cluster Compute Quadruple Extra Large | |
| + :family: Compute optimized | |
| + :description: CC1 Compute optimized 4XL | |
| :memory: 24696061952 | |
| + :memory_gb: 23.0 | |
| :vcpu: 16 | |
| :ebs_only: false | |
| :instance_store_size: 1803886264320 | |
| + :instance_store_size_gb: 1680.0 | |
| :instance_store_volumes: 2 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :very_high | |
| - :physical_processor: '' | |
| - :processor_clock_speed: '' | |
| - :intel_aes_ni: | |
| - :intel_avx: | |
| + :physical_processor: Intel Xeon E5-2670 | |
| + :processor_clock_speed: | |
| + :intel_aes_ni: true | |
| + :intel_avx: true | |
| :intel_avx2: | |
| - :intel_turbo: | |
| + :intel_turbo: true | |
| :ebs_optimized_available: | |
| :enhanced_networking: | |
| :cluster_networking: | |
| :vpc_only: false | |
| - :xxx_discontinued: true | |
| - :xxx_deprecated: false | |
| + :discontinued: true | |
| + :disabled: true | |
| cc2.8xlarge: | |
| + :current_generation: false | |
| + :current_version: true | |
| :name: cc2.8xlarge | |
| - :family: Compute Optimized | |
| - :description: Cluster Compute Eight Extra Large | |
| - :memory: 64961380352.0 | |
| + :family: Compute optimized | |
| + :description: CC2 Compute optimized 8XL | |
| + :memory: 64961380352 | |
| + :memory_gb: 60.5 | |
| :vcpu: 32 | |
| :ebs_only: false | |
| :instance_store_size: 3607772528640 | |
| + :instance_store_size_gb: 3360.0 | |
| :instance_store_volumes: 4 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :very_high | |
| :physical_processor: Intel Xeon E5-2670 | |
| - :processor_clock_speed: '2.6' | |
| + :processor_clock_speed: 2.6 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: | |
| @@ -525,25 +595,28 @@ cc2.8xlarge: | |
| :enhanced_networking: | |
| :cluster_networking: | |
| :vpc_only: false | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: true | |
| + :deprecated: true | |
| cg1.4xlarge: | |
| - :disabled: true | |
| + :current_generation: false | |
| + :current_version: false | |
| :name: cg1.4xlarge | |
| - :family: GPU Instances | |
| - :description: Cluster GPU Quadruple Extra Large | |
| - :memory: 24159191040.0 | |
| + :family: GPU instance | |
| + :description: CG1 GPU instance 4XL | |
| + :memory: 24159191040 | |
| + :memory_gb: 22.5 | |
| :vcpu: 16 | |
| :ebs_only: false | |
| :instance_store_size: 1803886264320 | |
| + :instance_store_size_gb: 1680.0 | |
| :instance_store_volumes: 2 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :very_high | |
| :physical_processor: Intel Xeon x5570 | |
| - :processor_clock_speed: '' | |
| + :processor_clock_speed: | |
| :intel_aes_ni: true | |
| :intel_avx: | |
| :intel_avx2: | |
| @@ -552,24 +625,29 @@ cg1.4xlarge: | |
| :enhanced_networking: | |
| :cluster_networking: | |
| :vpc_only: false | |
| - :xxx_discontinued: true | |
| - :xxx_deprecated: false | |
| + :discontinued: true | |
| + :disabled: true | |
| cr1.8xlarge: | |
| + :current_generation: false | |
| + :current_version: true | |
| :name: cr1.8xlarge | |
| - :family: Memory Optimized | |
| - :description: High-Memory Cluster Eight Extra Large | |
| + :family: Memory optimized | |
| + :description: CR1 Memory optimized 8XL | |
| :memory: 261993005056 | |
| + :memory_gb: 244.0 | |
| :vcpu: 32 | |
| :ebs_only: false | |
| :instance_store_size: 257698037760 | |
| + :instance_store_size_gb: 240.0 | |
| :instance_store_volumes: 2 | |
| + :instance_store_type: SSD | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :very_high | |
| :physical_processor: Intel Xeon E5-2670 | |
| - :processor_clock_speed: '' | |
| + :processor_clock_speed: | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: | |
| @@ -578,128 +656,144 @@ cr1.8xlarge: | |
| :enhanced_networking: | |
| :cluster_networking: true | |
| :vpc_only: false | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: true | |
| + :deprecated: true | |
| d2.2xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: d2.2xlarge | |
| :family: Storage optimized | |
| - :description: D2 Double Extra Large | |
| - :memory: 65498251264.0 | |
| + :description: D2 Storage optimized 2XL | |
| + :memory: 65498251264 | |
| + :memory_gb: 61.0 | |
| :vcpu: 8 | |
| :ebs_only: false | |
| - :instance_store_size: 12884901888000.0 | |
| + :instance_store_size: 12884901888000 | |
| + :instance_store_size_gb: 12000.0 | |
| :instance_store_volumes: 6 | |
| + :instance_store_type: HDD | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :high | |
| - :physical_processor: '' | |
| - :processor_clock_speed: '' | |
| + :physical_processor: Intel Xeon E5-2676v3 (Haswell) | |
| + :processor_clock_speed: 2.4 GHz | |
| :intel_aes_ni: true | |
| - :intel_avx: | |
| - :intel_avx2: | |
| - :intel_turbo: | |
| + :intel_avx: true | |
| + :intel_avx2: true | |
| + :intel_turbo: true | |
| :ebs_optimized_available: true | |
| :enhanced_networking: true | |
| :cluster_networking: true | |
| :vpc_only: false | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| d2.4xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: d2.4xlarge | |
| :family: Storage optimized | |
| - :description: D2 Quadruple Extra Large | |
| - :memory: 130996502528.0 | |
| + :description: D2 Storage optimized 4XL | |
| + :memory: 130996502528 | |
| + :memory_gb: 122.0 | |
| :vcpu: 16 | |
| :ebs_only: false | |
| - :instance_store_size: 25769803776000.0 | |
| + :instance_store_size: 25769803776000 | |
| + :instance_store_size_gb: 24000.0 | |
| :instance_store_volumes: 12 | |
| + :instance_store_type: HDD | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :high | |
| - :physical_processor: '' | |
| - :processor_clock_speed: '' | |
| + :physical_processor: Intel Xeon E5-2676v3 (Haswell) | |
| + :processor_clock_speed: 2.4 GHz | |
| :intel_aes_ni: true | |
| - :intel_avx: | |
| - :intel_avx2: | |
| - :intel_turbo: | |
| + :intel_avx: true | |
| + :intel_avx2: true | |
| + :intel_turbo: true | |
| :ebs_optimized_available: true | |
| :enhanced_networking: true | |
| :cluster_networking: true | |
| :vpc_only: false | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| d2.8xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: d2.8xlarge | |
| :family: Storage optimized | |
| - :description: D2 Eight Extra Large | |
| - :memory: 261993005056.0 | |
| + :description: D2 Storage optimized 8XL | |
| + :memory: 261993005056 | |
| + :memory_gb: 244.0 | |
| :vcpu: 36 | |
| :ebs_only: false | |
| - :instance_store_size: 51539607552000.0 | |
| + :instance_store_size: 51539607552000 | |
| + :instance_store_size_gb: 48000.0 | |
| :instance_store_volumes: 24 | |
| + :instance_store_type: HDD | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :very_high | |
| - :physical_processor: '' | |
| - :processor_clock_speed: '' | |
| + :physical_processor: Intel Xeon E5-2676v3 (Haswell) | |
| + :processor_clock_speed: 2.4 GHz | |
| :intel_aes_ni: true | |
| - :intel_avx: | |
| - :intel_avx2: | |
| - :intel_turbo: | |
| + :intel_avx: true | |
| + :intel_avx2: true | |
| + :intel_turbo: true | |
| :ebs_optimized_available: true | |
| :enhanced_networking: true | |
| :cluster_networking: true | |
| :vpc_only: false | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| d2.xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: d2.xlarge | |
| :family: Storage optimized | |
| - :description: D2 Extra Large | |
| - :memory: 32749125632.0 | |
| + :description: D2 Storage optimized XL | |
| + :memory: 32749125632 | |
| + :memory_gb: 30.5 | |
| :vcpu: 4 | |
| :ebs_only: false | |
| - :instance_store_size: 6442450944000.0 | |
| + :instance_store_size: 6442450944000 | |
| + :instance_store_size_gb: 6000.0 | |
| :instance_store_volumes: 3 | |
| + :instance_store_type: HDD | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :moderate | |
| - :physical_processor: '' | |
| - :processor_clock_speed: '' | |
| + :physical_processor: Intel Xeon E5-2676v3 (Haswell) | |
| + :processor_clock_speed: 2.4 GHz | |
| :intel_aes_ni: true | |
| - :intel_avx: | |
| - :intel_avx2: | |
| - :intel_turbo: | |
| + :intel_avx: true | |
| + :intel_avx2: true | |
| + :intel_turbo: true | |
| :ebs_optimized_available: true | |
| :enhanced_networking: true | |
| :cluster_networking: true | |
| :vpc_only: false | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| f1.16xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: f1.16xlarge | |
| - :family: Accelerated computing | |
| - :description: F1 16xlarge | |
| - :memory: 1047972020224.0 | |
| + :family: FPGA Instances | |
| + :description: F1 FPGA Instances 16XL | |
| + :memory: 1047972020224 | |
| + :memory_gb: 976.0 | |
| :vcpu: 64 | |
| - :ebs_only: false | |
| - :instance_store_size: 4037269258240.0 | |
| - :instance_store_volumes: 4 | |
| + :ebs_only: true | |
| + :instance_store_size: 0 | |
| + :instance_store_size_gb: 0.0 | |
| + :instance_store_volumes: 0 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :very_high | |
| - :physical_processor: Intel Xeon E5-2686 v4 | |
| - :processor_clock_speed: 2.3 (base) 2.7 (turbo) | |
| + :physical_processor: Intel Xeon E5-2686 v4 (Broadwell) | |
| + :processor_clock_speed: | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: true | |
| @@ -708,24 +802,27 @@ f1.16xlarge: | |
| :enhanced_networking: true | |
| :cluster_networking: | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| f1.2xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: f1.2xlarge | |
| - :family: Accelerated computing | |
| - :description: F1 Double Extra Large | |
| - :memory: 130996502528.0 | |
| + :family: FPGA Instances | |
| + :description: F1 FPGA Instances 2XL | |
| + :memory: 130996502528 | |
| + :memory_gb: 122.0 | |
| :vcpu: 8 | |
| - :ebs_only: false | |
| - :instance_store_size: 504658657280.0 | |
| - :instance_store_volumes: 1 | |
| + :ebs_only: true | |
| + :instance_store_size: 0 | |
| + :instance_store_size_gb: 0.0 | |
| + :instance_store_volumes: 0 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :up_to_10_gigabit | |
| - :physical_processor: Intel Xeon E5-2686 v4 | |
| - :processor_clock_speed: 2.3 (base) 2.7 (turbo) | |
| + :physical_processor: Intel Xeon E5-2686 v4 (Broadwell) | |
| + :processor_clock_speed: | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: true | |
| @@ -734,24 +831,27 @@ f1.2xlarge: | |
| :enhanced_networking: true | |
| :cluster_networking: | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| g2.2xlarge: | |
| + :current_generation: false | |
| + :current_version: true | |
| :name: g2.2xlarge | |
| - :family: Accelerated computing | |
| - :description: G2 Double Extra Large | |
| - :memory: 16106127360.0 | |
| + :family: GPU instance | |
| + :description: G2 GPU instance 2XL | |
| + :memory: 16106127360 | |
| + :memory_gb: 15.0 | |
| :vcpu: 8 | |
| :ebs_only: false | |
| - :instance_store_size: 64424509440.0 | |
| + :instance_store_size: 64424509440 | |
| + :instance_store_size_gb: 60.0 | |
| :instance_store_volumes: 1 | |
| + :instance_store_type: SSD | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :high | |
| - :physical_processor: Intel Xeon E5-2670 | |
| - :processor_clock_speed: '2.6' | |
| + :physical_processor: Intel Xeon E5-2670 (Sandy Bridge) | |
| + :processor_clock_speed: 2.6 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: | |
| @@ -760,24 +860,28 @@ g2.2xlarge: | |
| :enhanced_networking: | |
| :cluster_networking: true | |
| :vpc_only: false | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: true | |
| + :deprecated: true | |
| g2.8xlarge: | |
| + :current_generation: false | |
| + :current_version: true | |
| :name: g2.8xlarge | |
| - :family: Accelerated computing | |
| - :description: G2 Eight Extra Large | |
| - :memory: 64424509440.0 | |
| + :family: GPU instance | |
| + :description: G2 GPU instance 8XL | |
| + :memory: 64424509440 | |
| + :memory_gb: 60.0 | |
| :vcpu: 32 | |
| :ebs_only: false | |
| - :instance_store_size: 257698037760.0 | |
| + :instance_store_size: 257698037760 | |
| + :instance_store_size_gb: 240.0 | |
| :instance_store_volumes: 2 | |
| + :instance_store_type: SSD | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :very_high | |
| - :physical_processor: Intel Xeon E5-2670 | |
| - :processor_clock_speed: '2.6' | |
| + :physical_processor: Intel Xeon E5-2670 (Sandy Bridge) | |
| + :processor_clock_speed: 2.6 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: | |
| @@ -786,24 +890,28 @@ g2.8xlarge: | |
| :enhanced_networking: | |
| :cluster_networking: true | |
| :vpc_only: false | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: true | |
| + :deprecated: true | |
| g3.16xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: g3.16xlarge | |
| - :family: Accelerated computing | |
| - :description: G3 16xlarge | |
| - :memory: 523986010112.0 | |
| + :family: GPU instance | |
| + :description: G3 GPU instance 16XL | |
| + :memory: 523986010112 | |
| + :memory_gb: 488.0 | |
| :vcpu: 64 | |
| :ebs_only: true | |
| :instance_store_size: 0 | |
| + :instance_store_size_gb: 0.0 | |
| :instance_store_volumes: 0 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :very_high | |
| - :physical_processor: Intel Xeon E5-2686 v4 | |
| - :processor_clock_speed: 2.3 (base) 2.7 (turbo) | |
| + :physical_processor: Intel Xeon E5-2686 v4 (Broadwell) | |
| + :processor_clock_speed: 2.3 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: true | |
| @@ -812,24 +920,27 @@ g3.16xlarge: | |
| :enhanced_networking: true | |
| :cluster_networking: | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| g3.4xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: g3.4xlarge | |
| - :family: Accelerated computing | |
| - :description: G3 Quadruple Extra Large | |
| - :memory: 130996502528.0 | |
| + :family: GPU instance | |
| + :description: G3 GPU instance 4XL | |
| + :memory: 130996502528 | |
| + :memory_gb: 122.0 | |
| :vcpu: 16 | |
| :ebs_only: true | |
| :instance_store_size: 0 | |
| + :instance_store_size_gb: 0.0 | |
| :instance_store_volumes: 0 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :up_to_10_gigabit | |
| - :physical_processor: Intel Xeon E5-2686 v4 | |
| - :processor_clock_speed: 2.3 (base) 2.7 (turbo) | |
| + :physical_processor: Intel Xeon E5-2686 v4 (Broadwell) | |
| + :processor_clock_speed: 2.3 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: true | |
| @@ -838,24 +949,27 @@ g3.4xlarge: | |
| :enhanced_networking: true | |
| :cluster_networking: | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| g3.8xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: g3.8xlarge | |
| - :family: Accelerated computing | |
| - :description: G3 Eight Extra Large | |
| - :memory: 261993005056.0 | |
| + :family: GPU instance | |
| + :description: G3 GPU instance 8XL | |
| + :memory: 261993005056 | |
| + :memory_gb: 244.0 | |
| :vcpu: 32 | |
| :ebs_only: true | |
| :instance_store_size: 0 | |
| + :instance_store_size_gb: 0.0 | |
| :instance_store_volumes: 0 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :very_high | |
| - :physical_processor: Intel Xeon E5-2686 v4 | |
| - :processor_clock_speed: 2.3 (base) 2.7 (turbo) | |
| + :physical_processor: Intel Xeon E5-2686 v4 (Broadwell) | |
| + :processor_clock_speed: 2.3 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: true | |
| @@ -864,122 +978,136 @@ g3.8xlarge: | |
| :enhanced_networking: true | |
| :cluster_networking: | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| h1.16xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: h1.16xlarge | |
| :family: Storage optimized | |
| - :description: H1 16xlarge | |
| - :memory: 274877906944.0 | |
| + :description: H1 Storage optimized 16XL | |
| + :memory: 274877906944 | |
| + :memory_gb: 256.0 | |
| :vcpu: 64 | |
| :ebs_only: false | |
| - :instance_store_size: 17179869184000.0 | |
| + :instance_store_size: 17179869184000 | |
| + :instance_store_size_gb: 16000.0 | |
| :instance_store_volumes: 8 | |
| + :instance_store_type: HDD | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :very_high | |
| - :physical_processor: '' | |
| - :processor_clock_speed: '' | |
| + :physical_processor: Intel Xeon E5-2686 v4 (Broadwell) | |
| + :processor_clock_speed: 2.3 GHz | |
| :intel_aes_ni: true | |
| - :intel_avx: | |
| - :intel_avx2: | |
| - :intel_turbo: | |
| + :intel_avx: true | |
| + :intel_avx2: true | |
| + :intel_turbo: true | |
| :ebs_optimized_available: true | |
| :enhanced_networking: true | |
| :cluster_networking: | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| h1.2xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: h1.2xlarge | |
| :family: Storage optimized | |
| - :description: H1 Double Extra Large | |
| - :memory: 34359738368.0 | |
| + :description: H1 Storage optimized 2XL | |
| + :memory: 34359738368 | |
| + :memory_gb: 32.0 | |
| :vcpu: 8 | |
| :ebs_only: false | |
| - :instance_store_size: 2147483648000.0 | |
| + :instance_store_size: 2147483648000 | |
| + :instance_store_size_gb: 2000.0 | |
| :instance_store_volumes: 1 | |
| + :instance_store_type: HDD | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :up_to_10_gigabit | |
| - :physical_processor: '' | |
| - :processor_clock_speed: '' | |
| + :physical_processor: Intel Xeon E5-2686 v4 (Broadwell) | |
| + :processor_clock_speed: 2.3 GHz | |
| :intel_aes_ni: true | |
| - :intel_avx: | |
| - :intel_avx2: | |
| - :intel_turbo: | |
| + :intel_avx: true | |
| + :intel_avx2: true | |
| + :intel_turbo: true | |
| :ebs_optimized_available: true | |
| :enhanced_networking: true | |
| :cluster_networking: | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| h1.4xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: h1.4xlarge | |
| :family: Storage optimized | |
| - :description: H1 Quadruple Extra Large | |
| - :memory: 68719476736.0 | |
| + :description: H1 Storage optimized 4XL | |
| + :memory: 68719476736 | |
| + :memory_gb: 64.0 | |
| :vcpu: 16 | |
| :ebs_only: false | |
| - :instance_store_size: 4294967296000.0 | |
| + :instance_store_size: 4294967296000 | |
| + :instance_store_size_gb: 4000.0 | |
| :instance_store_volumes: 2 | |
| + :instance_store_type: HDD | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :up_to_10_gigabit | |
| - :physical_processor: '' | |
| - :processor_clock_speed: '' | |
| + :physical_processor: Intel Xeon E5-2686 v4 (Broadwell) | |
| + :processor_clock_speed: 2.3 GHz | |
| :intel_aes_ni: true | |
| - :intel_avx: | |
| - :intel_avx2: | |
| - :intel_turbo: | |
| + :intel_avx: true | |
| + :intel_avx2: true | |
| + :intel_turbo: true | |
| :ebs_optimized_available: true | |
| :enhanced_networking: true | |
| :cluster_networking: | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| h1.8xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: h1.8xlarge | |
| :family: Storage optimized | |
| - :description: H1 Eight Extra Large | |
| - :memory: 137438953472.0 | |
| + :description: H1 Storage optimized 8XL | |
| + :memory: 137438953472 | |
| + :memory_gb: 128.0 | |
| :vcpu: 32 | |
| :ebs_only: false | |
| - :instance_store_size: 8589934592000.0 | |
| + :instance_store_size: 8589934592000 | |
| + :instance_store_size_gb: 8000.0 | |
| :instance_store_volumes: 4 | |
| + :instance_store_type: HDD | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :very_high | |
| - :physical_processor: '' | |
| - :processor_clock_speed: '' | |
| + :physical_processor: Intel Xeon E5-2686 v4 (Broadwell) | |
| + :processor_clock_speed: 2.3 GHz | |
| :intel_aes_ni: true | |
| - :intel_avx: | |
| - :intel_avx2: | |
| - :intel_turbo: | |
| + :intel_avx: true | |
| + :intel_avx2: true | |
| + :intel_turbo: true | |
| :ebs_optimized_available: true | |
| :enhanced_networking: true | |
| :cluster_networking: | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| hi1.4xlarge: | |
| - :disabled: true | |
| + :current_generation: false | |
| + :current_version: false | |
| :name: hi1.4xlarge | |
| - :family: Storage Optimized | |
| - :description: High I/O Quadruple Extra Large | |
| - :memory: 64961380352.0 | |
| + :family: Storage optimized | |
| + :description: HI1 Storage optimized 4XL | |
| + :memory: 64961380352 | |
| + :memory_gb: 60.5 | |
| :vcpu: 16 | |
| :ebs_only: false | |
| :instance_store_size: 2199023255552 | |
| + :instance_store_size_gb: 2048.0 | |
| :instance_store_volumes: 2 | |
| + :instance_store_type: SSD | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| @@ -987,7 +1115,7 @@ hi1.4xlarge: | |
| - :hvm | |
| :network_performance: :very_high | |
| :physical_processor: Intel Xeon Family | |
| - :processor_clock_speed: '2.4' | |
| + :processor_clock_speed: 2.4 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: | |
| :intel_avx2: | |
| @@ -996,17 +1124,22 @@ hi1.4xlarge: | |
| :enhanced_networking: | |
| :cluster_networking: | |
| :vpc_only: false | |
| - :xxx_discontinued: true | |
| - :xxx_deprecated: false | |
| + :discontinued: true | |
| + :disabled: true | |
| hs1.8xlarge: | |
| + :current_generation: false | |
| + :current_version: true | |
| :name: hs1.8xlarge | |
| - :family: Storage Optimized | |
| - :description: High Storage Eight Extra Large | |
| + :family: Storage optimized | |
| + :description: HS1 Storage optimized 8XL | |
| :memory: 125627793408 | |
| - :vcpu: 16 | |
| + :memory_gb: 117.0 | |
| + :vcpu: 17 | |
| :ebs_only: false | |
| - :instance_store_size: 52776558133248 | |
| + :instance_store_size: 51539607552000 | |
| + :instance_store_size_gb: 48000.0 | |
| :instance_store_volumes: 24 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| @@ -1014,7 +1147,7 @@ hs1.8xlarge: | |
| - :hvm | |
| :network_performance: :very_high | |
| :physical_processor: Intel Xeon E5-2650 | |
| - :processor_clock_speed: '2.0' | |
| + :processor_clock_speed: 2 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: | |
| :intel_avx2: | |
| @@ -1023,24 +1156,28 @@ hs1.8xlarge: | |
| :enhanced_networking: | |
| :cluster_networking: true | |
| :vpc_only: false | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: true | |
| + :deprecated: true | |
| i2.2xlarge: | |
| + :current_generation: false | |
| + :current_version: true | |
| :name: i2.2xlarge | |
| - :family: Storage Optimized | |
| - :description: I2 Double Extra Large | |
| + :family: Storage optimized | |
| + :description: I2 Storage optimized 2XL | |
| :memory: 65498251264 | |
| + :memory_gb: 61.0 | |
| :vcpu: 8 | |
| :ebs_only: false | |
| :instance_store_size: 1717986918400 | |
| + :instance_store_size_gb: 1600.0 | |
| :instance_store_volumes: 2 | |
| + :instance_store_type: SSD | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :high | |
| - :physical_processor: Intel Xeon E5-2670v2 | |
| - :processor_clock_speed: '2.5' | |
| + :physical_processor: Intel Xeon E5-2670 v2 (Ivy Bridge) | |
| + :processor_clock_speed: 2.5 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: | |
| @@ -1049,24 +1186,28 @@ i2.2xlarge: | |
| :enhanced_networking: true | |
| :cluster_networking: true | |
| :vpc_only: false | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: true | |
| + :deprecated: true | |
| i2.4xlarge: | |
| + :current_generation: false | |
| + :current_version: true | |
| :name: i2.4xlarge | |
| - :family: Storage Optimized | |
| - :description: I2 Quadruple Extra Large | |
| + :family: Storage optimized | |
| + :description: I2 Storage optimized 4XL | |
| :memory: 130996502528 | |
| + :memory_gb: 122.0 | |
| :vcpu: 16 | |
| :ebs_only: false | |
| :instance_store_size: 3435973836800 | |
| + :instance_store_size_gb: 3200.0 | |
| :instance_store_volumes: 4 | |
| + :instance_store_type: SSD | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :high | |
| - :physical_processor: Intel Xeon E5-2670v2 | |
| - :processor_clock_speed: '2.5' | |
| + :physical_processor: Intel Xeon E5-2670 v2 (Ivy Bridge) | |
| + :processor_clock_speed: 2.5 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: | |
| @@ -1075,24 +1216,28 @@ i2.4xlarge: | |
| :enhanced_networking: true | |
| :cluster_networking: true | |
| :vpc_only: false | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: true | |
| + :deprecated: true | |
| i2.8xlarge: | |
| + :current_generation: false | |
| + :current_version: true | |
| :name: i2.8xlarge | |
| - :family: Storage Optimized | |
| - :description: I2 Eight Extra Large | |
| + :family: Storage optimized | |
| + :description: I2 Storage optimized 8XL | |
| :memory: 261993005056 | |
| + :memory_gb: 244.0 | |
| :vcpu: 32 | |
| :ebs_only: false | |
| :instance_store_size: 6871947673600 | |
| + :instance_store_size_gb: 6400.0 | |
| :instance_store_volumes: 8 | |
| + :instance_store_type: SSD | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :very_high | |
| - :physical_processor: Intel Xeon E5-2670v2 | |
| - :processor_clock_speed: '2.5' | |
| + :physical_processor: Intel Xeon E5-2670 v2 (Ivy Bridge) | |
| + :processor_clock_speed: 2.5 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: | |
| @@ -1101,24 +1246,28 @@ i2.8xlarge: | |
| :enhanced_networking: true | |
| :cluster_networking: true | |
| :vpc_only: false | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: true | |
| + :deprecated: true | |
| i2.xlarge: | |
| + :current_generation: false | |
| + :current_version: true | |
| :name: i2.xlarge | |
| - :family: Storage Optimized | |
| - :description: I2 Extra Large | |
| - :memory: 32749125632.0 | |
| + :family: Storage optimized | |
| + :description: I2 Storage optimized XL | |
| + :memory: 32749125632 | |
| + :memory_gb: 30.5 | |
| :vcpu: 4 | |
| :ebs_only: false | |
| :instance_store_size: 858993459200 | |
| + :instance_store_size_gb: 800.0 | |
| :instance_store_volumes: 1 | |
| + :instance_store_type: SSD | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :moderate | |
| - :physical_processor: Intel Xeon E5-2670v2 | |
| - :processor_clock_speed: '2.5' | |
| + :physical_processor: Intel Xeon E5-2670 v2 (Ivy Bridge) | |
| + :processor_clock_speed: 2.5 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: | |
| @@ -1127,138 +1276,152 @@ i2.xlarge: | |
| :enhanced_networking: true | |
| :cluster_networking: true | |
| :vpc_only: false | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: true | |
| + :deprecated: true | |
| i3.16xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: i3.16xlarge | |
| :family: Storage optimized | |
| - :description: I3 High I/O 16xlarge | |
| - :memory: 523986010112.0 | |
| + :description: I3 Storage optimized 16XL | |
| + :memory: 523986010112 | |
| + :memory_gb: 488.0 | |
| :vcpu: 64 | |
| :ebs_only: false | |
| - :instance_store_size: 16320875724800.0 | |
| + :instance_store_size: 16320875724800 | |
| + :instance_store_size_gb: 15200.0 | |
| :instance_store_volumes: 8 | |
| + :instance_store_type: NVMe SSD | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :very_high | |
| - :physical_processor: '' | |
| - :processor_clock_speed: '' | |
| + :physical_processor: Intel Xeon E5-2686 v4 (Broadwell) | |
| + :processor_clock_speed: 2.3 GHz | |
| :intel_aes_ni: true | |
| - :intel_avx: | |
| - :intel_avx2: | |
| - :intel_turbo: | |
| + :intel_avx: true | |
| + :intel_avx2: true | |
| + :intel_turbo: true | |
| :ebs_optimized_available: true | |
| :enhanced_networking: true | |
| :cluster_networking: | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| i3.2xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: i3.2xlarge | |
| :family: Storage optimized | |
| - :description: I3 High I/O Double Extra Large | |
| - :memory: 65498251264.0 | |
| + :description: I3 Storage optimized 2XL | |
| + :memory: 65498251264 | |
| + :memory_gb: 61.0 | |
| :vcpu: 8 | |
| :ebs_only: false | |
| - :instance_store_size: 2040109465600.0 | |
| + :instance_store_size: 2040109465600 | |
| + :instance_store_size_gb: 1900.0 | |
| :instance_store_volumes: 1 | |
| + :instance_store_type: NVMe SSD | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :up_to_10_gigabit | |
| - :physical_processor: '' | |
| - :processor_clock_speed: '' | |
| + :physical_processor: Intel Xeon E5-2686 v4 (Broadwell) | |
| + :processor_clock_speed: 2.3 GHz | |
| :intel_aes_ni: true | |
| - :intel_avx: | |
| - :intel_avx2: | |
| - :intel_turbo: | |
| + :intel_avx: true | |
| + :intel_avx2: true | |
| + :intel_turbo: true | |
| :ebs_optimized_available: true | |
| :enhanced_networking: true | |
| :cluster_networking: | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| i3.4xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: i3.4xlarge | |
| :family: Storage optimized | |
| - :description: I3 High I/O Quadruple Extra Large | |
| - :memory: 130996502528.0 | |
| + :description: I3 Storage optimized 4XL | |
| + :memory: 130996502528 | |
| + :memory_gb: 122.0 | |
| :vcpu: 16 | |
| :ebs_only: false | |
| - :instance_store_size: 4080218931200.0 | |
| + :instance_store_size: 4080218931200 | |
| + :instance_store_size_gb: 3800.0 | |
| :instance_store_volumes: 2 | |
| + :instance_store_type: NVMe SSD | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :up_to_10_gigabit | |
| - :physical_processor: '' | |
| - :processor_clock_speed: '' | |
| + :physical_processor: Intel Xeon E5-2686 v4 (Broadwell) | |
| + :processor_clock_speed: 2.3 GHz | |
| :intel_aes_ni: true | |
| - :intel_avx: | |
| - :intel_avx2: | |
| - :intel_turbo: | |
| + :intel_avx: true | |
| + :intel_avx2: true | |
| + :intel_turbo: true | |
| :ebs_optimized_available: true | |
| :enhanced_networking: true | |
| :cluster_networking: | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| i3.8xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: i3.8xlarge | |
| :family: Storage optimized | |
| - :description: I3 High I/O Eight Extra Large | |
| - :memory: 261993005056.0 | |
| + :description: I3 Storage optimized 8XL | |
| + :memory: 261993005056 | |
| + :memory_gb: 244.0 | |
| :vcpu: 32 | |
| :ebs_only: false | |
| - :instance_store_size: 8160437862400.0 | |
| + :instance_store_size: 8160437862400 | |
| + :instance_store_size_gb: 7600.0 | |
| :instance_store_volumes: 4 | |
| + :instance_store_type: NVMe SSD | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :very_high | |
| - :physical_processor: '' | |
| - :processor_clock_speed: '' | |
| + :physical_processor: Intel Xeon E5-2686 v4 (Broadwell) | |
| + :processor_clock_speed: 2.3 GHz | |
| :intel_aes_ni: true | |
| - :intel_avx: | |
| - :intel_avx2: | |
| - :intel_turbo: | |
| + :intel_avx: true | |
| + :intel_avx2: true | |
| + :intel_turbo: true | |
| :ebs_optimized_available: true | |
| :enhanced_networking: true | |
| :cluster_networking: | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| i3.large: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: i3.large | |
| :family: Storage optimized | |
| - :description: I3 High I/O Large | |
| - :memory: 16374562816.0 | |
| + :description: I3 Storage optimized Large | |
| + :memory: 16374562816 | |
| + :memory_gb: 15.25 | |
| :vcpu: 2 | |
| :ebs_only: false | |
| - :instance_store_size: 510027366400.0 | |
| + :instance_store_size: 510027366400 | |
| + :instance_store_size_gb: 475.0 | |
| :instance_store_volumes: 1 | |
| + :instance_store_type: NVMe SSD | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :up_to_10_gigabit | |
| - :physical_processor: '' | |
| - :processor_clock_speed: '' | |
| + :physical_processor: Intel Xeon E5-2686 v4 (Broadwell) | |
| + :processor_clock_speed: 2.3 GHz | |
| :intel_aes_ni: true | |
| - :intel_avx: | |
| - :intel_avx2: | |
| - :intel_turbo: | |
| + :intel_avx: true | |
| + :intel_avx2: true | |
| + :intel_turbo: true | |
| :ebs_optimized_available: true | |
| :enhanced_networking: true | |
| :cluster_networking: | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| i3.metal: | |
| :name: i3.metal | |
| :family: Unknown | |
| @@ -1285,48 +1448,58 @@ i3.metal: | |
| :vpc_only: true | |
| :xxx_discontinued: false | |
| :xxx_deprecated: false | |
| + :discontinued: true | |
| + :disabled: true | |
| i3.xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: i3.xlarge | |
| :family: Storage optimized | |
| - :description: I3 High I/O Extra Large | |
| - :memory: 32749125632.0 | |
| + :description: I3 Storage optimized XL | |
| + :memory: 32749125632 | |
| + :memory_gb: 30.5 | |
| :vcpu: 4 | |
| :ebs_only: false | |
| - :instance_store_size: 1020054732800.0 | |
| + :instance_store_size: 1020054732800 | |
| + :instance_store_size_gb: 950.0 | |
| :instance_store_volumes: 1 | |
| + :instance_store_type: NVMe SSD | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :up_to_10_gigabit | |
| - :physical_processor: '' | |
| - :processor_clock_speed: '' | |
| + :physical_processor: Intel Xeon E5-2686 v4 (Broadwell) | |
| + :processor_clock_speed: 2.3 GHz | |
| :intel_aes_ni: true | |
| - :intel_avx: | |
| - :intel_avx2: | |
| - :intel_turbo: | |
| + :intel_avx: true | |
| + :intel_avx2: true | |
| + :intel_turbo: true | |
| :ebs_optimized_available: true | |
| :enhanced_networking: true | |
| :cluster_networking: | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| m1.large: | |
| + :current_generation: false | |
| + :current_version: true | |
| :name: m1.large | |
| - :family: General Purpose | |
| - :description: M1 General Purpose Large | |
| - :memory: 8053063680.0 | |
| + :family: General purpose | |
| + :description: M1 General purpose Large | |
| + :memory: 8053063680 | |
| + :memory_gb: 7.5 | |
| :vcpu: 2 | |
| :ebs_only: false | |
| :instance_store_size: 901943132160 | |
| + :instance_store_size_gb: 840.0 | |
| :instance_store_volumes: 2 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :paravirtual | |
| :network_performance: :moderate | |
| :physical_processor: Intel Xeon Family | |
| - :processor_clock_speed: '' | |
| + :processor_clock_speed: | |
| :intel_aes_ni: | |
| :intel_avx: | |
| :intel_avx2: | |
| @@ -1335,17 +1508,21 @@ m1.large: | |
| :enhanced_networking: | |
| :cluster_networking: | |
| :vpc_only: false | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: true | |
| + :deprecated: true | |
| m1.medium: | |
| + :current_generation: false | |
| + :current_version: true | |
| :name: m1.medium | |
| - :family: General Purpose | |
| - :description: M1 General Purpose Medium | |
| - :memory: 4026531840.0 | |
| + :family: General purpose | |
| + :description: M1 General purpose Medium | |
| + :memory: 4026531840 | |
| + :memory_gb: 3.75 | |
| :vcpu: 1 | |
| :ebs_only: false | |
| :instance_store_size: 440234147840 | |
| + :instance_store_size_gb: 410.0 | |
| :instance_store_volumes: 1 | |
| + :instance_store_type: | |
| :architecture: | |
| - :i386 | |
| - :x86_64 | |
| @@ -1353,7 +1530,7 @@ m1.medium: | |
| - :paravirtual | |
| :network_performance: :moderate | |
| :physical_processor: Intel Xeon Family | |
| - :processor_clock_speed: '' | |
| + :processor_clock_speed: | |
| :intel_aes_ni: | |
| :intel_avx: | |
| :intel_avx2: | |
| @@ -1362,17 +1539,21 @@ m1.medium: | |
| :enhanced_networking: | |
| :cluster_networking: | |
| :vpc_only: false | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: true | |
| + :deprecated: true | |
| m1.small: | |
| + :current_generation: false | |
| + :current_version: true | |
| :name: m1.small | |
| - :family: General Purpose | |
| - :description: M1 General Purpose Small | |
| - :memory: 1825361100.8 | |
| + :family: General purpose | |
| + :description: M1 General purpose Small | |
| + :memory: 1825361100 | |
| + :memory_gb: 1.7 | |
| :vcpu: 1 | |
| :ebs_only: false | |
| :instance_store_size: 171798691840 | |
| + :instance_store_size_gb: 160.0 | |
| :instance_store_volumes: 1 | |
| + :instance_store_type: | |
| :architecture: | |
| - :i386 | |
| - :x86_64 | |
| @@ -1380,7 +1561,7 @@ m1.small: | |
| - :paravirtual | |
| :network_performance: :low | |
| :physical_processor: Intel Xeon Family | |
| - :processor_clock_speed: '' | |
| + :processor_clock_speed: | |
| :intel_aes_ni: | |
| :intel_avx: | |
| :intel_avx2: | |
| @@ -1389,24 +1570,28 @@ m1.small: | |
| :enhanced_networking: | |
| :cluster_networking: | |
| :vpc_only: false | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: true | |
| + :deprecated: true | |
| m1.xlarge: | |
| + :current_generation: false | |
| + :current_version: true | |
| :name: m1.xlarge | |
| - :family: General Purpose | |
| - :description: M1 General Purpose Extra Large | |
| + :family: General purpose | |
| + :description: M1 General purpose XL | |
| :memory: 16106127360 | |
| + :memory_gb: 15.0 | |
| :vcpu: 4 | |
| :ebs_only: false | |
| :instance_store_size: 1803886264320 | |
| + :instance_store_size_gb: 1680.0 | |
| :instance_store_volumes: 4 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :paravirtual | |
| :network_performance: :high | |
| :physical_processor: Intel Xeon Family | |
| - :processor_clock_speed: '' | |
| + :processor_clock_speed: | |
| :intel_aes_ni: | |
| :intel_avx: | |
| :intel_avx2: | |
| @@ -1415,24 +1600,28 @@ m1.xlarge: | |
| :enhanced_networking: | |
| :cluster_networking: | |
| :vpc_only: false | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: true | |
| + :deprecated: true | |
| m2.2xlarge: | |
| + :current_generation: false | |
| + :current_version: true | |
| :name: m2.2xlarge | |
| - :family: Memory Optimized | |
| - :description: M2 High-Memory Double Extra Large | |
| - :memory: 36721970380.8 | |
| + :family: Memory optimized | |
| + :description: M2 Memory optimized 2XL | |
| + :memory: 36721970380 | |
| + :memory_gb: 34.2 | |
| :vcpu: 4 | |
| :ebs_only: false | |
| :instance_store_size: 912680550400 | |
| + :instance_store_size_gb: 850.0 | |
| :instance_store_volumes: 1 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :paravirtual | |
| :network_performance: :moderate | |
| :physical_processor: Intel Xeon Family | |
| - :processor_clock_speed: '' | |
| + :processor_clock_speed: | |
| :intel_aes_ni: true | |
| :intel_avx: | |
| :intel_avx2: | |
| @@ -1441,24 +1630,28 @@ m2.2xlarge: | |
| :enhanced_networking: | |
| :cluster_networking: | |
| :vpc_only: false | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: true | |
| + :deprecated: true | |
| m2.4xlarge: | |
| + :current_generation: false | |
| + :current_version: true | |
| :name: m2.4xlarge | |
| - :family: Memory Optimized | |
| - :description: M2 High-Memory Quadruple Extra Large | |
| - :memory: 73443940761.6 | |
| + :family: Memory optimized | |
| + :description: M2 Memory optimized 4XL | |
| + :memory: 73443940761 | |
| + :memory_gb: 68.4 | |
| :vcpu: 8 | |
| :ebs_only: false | |
| :instance_store_size: 1803886264320 | |
| + :instance_store_size_gb: 1680.0 | |
| :instance_store_volumes: 2 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :paravirtual | |
| :network_performance: :high | |
| :physical_processor: Intel Xeon Family | |
| - :processor_clock_speed: '' | |
| + :processor_clock_speed: | |
| :intel_aes_ni: true | |
| :intel_avx: | |
| :intel_avx2: | |
| @@ -1467,24 +1660,28 @@ m2.4xlarge: | |
| :enhanced_networking: | |
| :cluster_networking: | |
| :vpc_only: false | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: true | |
| + :deprecated: true | |
| m2.xlarge: | |
| + :current_generation: false | |
| + :current_version: true | |
| :name: m2.xlarge | |
| - :family: Memory Optimized | |
| - :description: M2 High-Memory Extra Large | |
| - :memory: 18360985190.4 | |
| + :family: Memory optimized | |
| + :description: M2 Memory optimized XL | |
| + :memory: 18360985190 | |
| + :memory_gb: 17.1 | |
| :vcpu: 2 | |
| :ebs_only: false | |
| :instance_store_size: 450971566080 | |
| + :instance_store_size_gb: 420.0 | |
| :instance_store_volumes: 1 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :paravirtual | |
| :network_performance: :moderate | |
| :physical_processor: Intel Xeon Family | |
| - :processor_clock_speed: '' | |
| + :processor_clock_speed: | |
| :intel_aes_ni: true | |
| :intel_avx: | |
| :intel_avx2: | |
| @@ -1493,25 +1690,29 @@ m2.xlarge: | |
| :enhanced_networking: | |
| :cluster_networking: | |
| :vpc_only: false | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: true | |
| + :deprecated: true | |
| m3.2xlarge: | |
| + :current_generation: false | |
| + :current_version: true | |
| :name: m3.2xlarge | |
| :family: General purpose | |
| - :description: M3 General Purpose Double Extra Large | |
| - :memory: 32212254720.0 | |
| + :description: M3 General purpose 2XL | |
| + :memory: 32212254720 | |
| + :memory_gb: 30.0 | |
| :vcpu: 8 | |
| :ebs_only: false | |
| - :instance_store_size: 171798691840.0 | |
| + :instance_store_size: 171798691840 | |
| + :instance_store_size_gb: 160.0 | |
| :instance_store_volumes: 2 | |
| + :instance_store_type: SSD | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - - :hvm | |
| - :paravirtual | |
| + - :hvm | |
| :network_performance: :high | |
| - :physical_processor: Intel Xeon E5-2670 v2 | |
| - :processor_clock_speed: '2.5' | |
| + :physical_processor: Intel Xeon E5-2670 v2 (Ivy Bridge/Sandy Bridge) | |
| + :processor_clock_speed: 2.5 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: | |
| @@ -1520,25 +1721,29 @@ m3.2xlarge: | |
| :enhanced_networking: | |
| :cluster_networking: | |
| :vpc_only: false | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: true | |
| + :deprecated: true | |
| m3.large: | |
| + :current_generation: false | |
| + :current_version: true | |
| :name: m3.large | |
| :family: General purpose | |
| - :description: M3 General Purpose Large | |
| - :memory: 8053063680.0 | |
| + :description: M3 General purpose Large | |
| + :memory: 8053063680 | |
| + :memory_gb: 7.5 | |
| :vcpu: 2 | |
| :ebs_only: false | |
| - :instance_store_size: 34359738368.0 | |
| + :instance_store_size: 34359738368 | |
| + :instance_store_size_gb: 32.0 | |
| :instance_store_volumes: 1 | |
| + :instance_store_type: SSD | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - - :hvm | |
| - :paravirtual | |
| + - :hvm | |
| :network_performance: :moderate | |
| - :physical_processor: Intel Xeon E5-2670 v2 | |
| - :processor_clock_speed: '2.5' | |
| + :physical_processor: Intel Xeon E5-2670 v2 (Ivy Bridge/Sandy Bridge) | |
| + :processor_clock_speed: 2.5 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: | |
| @@ -1547,25 +1752,29 @@ m3.large: | |
| :enhanced_networking: | |
| :cluster_networking: | |
| :vpc_only: false | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: true | |
| + :deprecated: true | |
| m3.medium: | |
| + :current_generation: false | |
| + :current_version: true | |
| :name: m3.medium | |
| :family: General purpose | |
| - :description: M3 General Purpose Medium | |
| - :memory: 4026531840.0 | |
| + :description: M3 General purpose Medium | |
| + :memory: 4026531840 | |
| + :memory_gb: 3.75 | |
| :vcpu: 1 | |
| :ebs_only: false | |
| - :instance_store_size: 4294967296.0 | |
| + :instance_store_size: 4294967296 | |
| + :instance_store_size_gb: 4.0 | |
| :instance_store_volumes: 1 | |
| + :instance_store_type: SSD | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - - :hvm | |
| - :paravirtual | |
| + - :hvm | |
| :network_performance: :moderate | |
| - :physical_processor: Intel Xeon E5-2670 v2 | |
| - :processor_clock_speed: '2.5' | |
| + :physical_processor: Intel Xeon E5-2670 v2 (Ivy Bridge/Sandy Bridge) | |
| + :processor_clock_speed: 2.5 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: | |
| @@ -1574,25 +1783,29 @@ m3.medium: | |
| :enhanced_networking: | |
| :cluster_networking: | |
| :vpc_only: false | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: true | |
| + :deprecated: true | |
| m3.xlarge: | |
| + :current_generation: false | |
| + :current_version: true | |
| :name: m3.xlarge | |
| :family: General purpose | |
| - :description: M3 General Purpose Extra Large | |
| - :memory: 16106127360.0 | |
| + :description: M3 General purpose XL | |
| + :memory: 16106127360 | |
| + :memory_gb: 15.0 | |
| :vcpu: 4 | |
| :ebs_only: false | |
| - :instance_store_size: 85899345920.0 | |
| + :instance_store_size: 85899345920 | |
| + :instance_store_size_gb: 80.0 | |
| :instance_store_volumes: 2 | |
| + :instance_store_type: SSD | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - - :hvm | |
| - :paravirtual | |
| + - :hvm | |
| :network_performance: :high | |
| - :physical_processor: Intel Xeon E5-2670 v2 | |
| - :processor_clock_speed: '2.5' | |
| + :physical_processor: Intel Xeon E5-2670 v2 (Ivy Bridge/Sandy Bridge) | |
| + :processor_clock_speed: 2.5 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: | |
| @@ -1601,24 +1814,28 @@ m3.xlarge: | |
| :enhanced_networking: | |
| :cluster_networking: | |
| :vpc_only: false | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: true | |
| + :deprecated: true | |
| m4.10xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: m4.10xlarge | |
| :family: General purpose | |
| - :description: M4 General Purpose Deca Extra Large | |
| - :memory: 171798691840.0 | |
| + :description: M4 General purpose 10XL | |
| + :memory: 171798691840 | |
| + :memory_gb: 160.0 | |
| :vcpu: 40 | |
| :ebs_only: true | |
| :instance_store_size: 0 | |
| + :instance_store_size_gb: 0.0 | |
| :instance_store_volumes: 0 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :very_high | |
| - :physical_processor: Intel Xeon E5-2676 v3 | |
| - :processor_clock_speed: '2.4' | |
| + :physical_processor: Intel Xeon E5-2676 v3 (Haswell) | |
| + :processor_clock_speed: 2.4 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: true | |
| @@ -1627,24 +1844,27 @@ m4.10xlarge: | |
| :enhanced_networking: true | |
| :cluster_networking: true | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| m4.16xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: m4.16xlarge | |
| :family: General purpose | |
| - :description: M4 General Purpose 16xlarge | |
| - :memory: 274877906944.0 | |
| + :description: M4 General purpose 16XL | |
| + :memory: 274877906944 | |
| + :memory_gb: 256.0 | |
| :vcpu: 64 | |
| :ebs_only: true | |
| :instance_store_size: 0 | |
| + :instance_store_size_gb: 0.0 | |
| :instance_store_volumes: 0 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :very_high | |
| - :physical_processor: Intel Xeon E5-2686 v4 | |
| - :processor_clock_speed: '2.3' | |
| + :physical_processor: Intel Xeon E5-2686 v4 (Broadwell) | |
| + :processor_clock_speed: 2.3 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: true | |
| @@ -1653,24 +1873,27 @@ m4.16xlarge: | |
| :enhanced_networking: true | |
| :cluster_networking: true | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| m4.2xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: m4.2xlarge | |
| :family: General purpose | |
| - :description: M4 General Purpose Double Extra Large | |
| - :memory: 34359738368.0 | |
| + :description: M4 General purpose 2XL | |
| + :memory: 34359738368 | |
| + :memory_gb: 32.0 | |
| :vcpu: 8 | |
| :ebs_only: true | |
| :instance_store_size: 0 | |
| + :instance_store_size_gb: 0.0 | |
| :instance_store_volumes: 0 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :high | |
| - :physical_processor: Intel Xeon E5-2676 v3 | |
| - :processor_clock_speed: '2.4' | |
| + :physical_processor: Intel Xeon E5-2676 v3 (Haswell) | |
| + :processor_clock_speed: 2.4 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: true | |
| @@ -1679,24 +1902,27 @@ m4.2xlarge: | |
| :enhanced_networking: true | |
| :cluster_networking: true | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| m4.4xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: m4.4xlarge | |
| :family: General purpose | |
| - :description: M4 General Purpose Quadruple Extra Large | |
| - :memory: 68719476736.0 | |
| + :description: M4 General purpose 4XL | |
| + :memory: 68719476736 | |
| + :memory_gb: 64.0 | |
| :vcpu: 16 | |
| :ebs_only: true | |
| :instance_store_size: 0 | |
| + :instance_store_size_gb: 0.0 | |
| :instance_store_volumes: 0 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :high | |
| - :physical_processor: Intel Xeon E5-2676 v3 | |
| - :processor_clock_speed: '2.4' | |
| + :physical_processor: Intel Xeon E5-2676 v3 (Haswell) | |
| + :processor_clock_speed: 2.4 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: true | |
| @@ -1705,24 +1931,27 @@ m4.4xlarge: | |
| :enhanced_networking: true | |
| :cluster_networking: true | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| m4.large: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: m4.large | |
| :family: General purpose | |
| - :description: M4 General Purpose Large | |
| - :memory: 8589934592.0 | |
| + :description: M4 General purpose Large | |
| + :memory: 8589934592 | |
| + :memory_gb: 8.0 | |
| :vcpu: 2 | |
| :ebs_only: true | |
| :instance_store_size: 0 | |
| + :instance_store_size_gb: 0.0 | |
| :instance_store_volumes: 0 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :moderate | |
| - :physical_processor: Intel Xeon E5-2676 v3 | |
| - :processor_clock_speed: '2.4' | |
| + :physical_processor: Intel Xeon E5-2676 v3 (Haswell) | |
| + :processor_clock_speed: 2.4 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: true | |
| @@ -1731,24 +1960,27 @@ m4.large: | |
| :enhanced_networking: true | |
| :cluster_networking: true | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| m4.xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: m4.xlarge | |
| :family: General purpose | |
| - :description: M4 General Purpose Extra Large | |
| - :memory: 17179869184.0 | |
| + :description: M4 General purpose XL | |
| + :memory: 17179869184 | |
| + :memory_gb: 16.0 | |
| :vcpu: 4 | |
| :ebs_only: true | |
| :instance_store_size: 0 | |
| + :instance_store_size_gb: 0.0 | |
| :instance_store_volumes: 0 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :high | |
| - :physical_processor: Intel Xeon E5-2676 v3 | |
| - :processor_clock_speed: '2.4' | |
| + :physical_processor: Intel Xeon E5-2676 v3 (Haswell) | |
| + :processor_clock_speed: 2.4 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: true | |
| @@ -1757,24 +1989,27 @@ m4.xlarge: | |
| :enhanced_networking: true | |
| :cluster_networking: true | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| m5.12xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: m5.12xlarge | |
| :family: General purpose | |
| - :description: M5 General Purpose 12xlarge | |
| - :memory: 206158430208.0 | |
| + :description: M5 General purpose 12XL | |
| + :memory: 206158430208 | |
| + :memory_gb: 192.0 | |
| :vcpu: 48 | |
| :ebs_only: true | |
| :instance_store_size: 0 | |
| + :instance_store_size_gb: 0.0 | |
| :instance_store_volumes: 0 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :very_high | |
| - :physical_processor: Intel Xeon Platinum | |
| - :processor_clock_speed: '2.5' | |
| + :physical_processor: Intel Xeon Platinum 8175 | |
| + :processor_clock_speed: 2.5 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: true | |
| @@ -1783,24 +2018,27 @@ m5.12xlarge: | |
| :enhanced_networking: true | |
| :cluster_networking: | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| m5.24xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: m5.24xlarge | |
| :family: General purpose | |
| - :description: M5 General Purpose 24xlarge | |
| - :memory: 412316860416.0 | |
| + :description: M5 General purpose 24XL | |
| + :memory: 412316860416 | |
| + :memory_gb: 384.0 | |
| :vcpu: 96 | |
| :ebs_only: true | |
| :instance_store_size: 0 | |
| + :instance_store_size_gb: 0.0 | |
| :instance_store_volumes: 0 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :very_high | |
| - :physical_processor: Intel Xeon Platinum | |
| - :processor_clock_speed: '2.5' | |
| + :physical_processor: Intel Xeon Platinum 8175 | |
| + :processor_clock_speed: 2.5 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: true | |
| @@ -1809,24 +2047,27 @@ m5.24xlarge: | |
| :enhanced_networking: true | |
| :cluster_networking: | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| m5.2xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: m5.2xlarge | |
| :family: General purpose | |
| - :description: M5 General Purpose Double Extra Large | |
| - :memory: 34359738368.0 | |
| + :description: M5 General purpose 2XL | |
| + :memory: 34359738368 | |
| + :memory_gb: 32.0 | |
| :vcpu: 8 | |
| :ebs_only: true | |
| :instance_store_size: 0 | |
| + :instance_store_size_gb: 0.0 | |
| :instance_store_volumes: 0 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| - :network_performance: :high | |
| - :physical_processor: Intel Xeon Platinum | |
| - :processor_clock_speed: '2.5' | |
| + :network_performance: :up_to_10_gigabit | |
| + :physical_processor: Intel Xeon Platinum 8175 | |
| + :processor_clock_speed: 2.5 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: true | |
| @@ -1835,24 +2076,27 @@ m5.2xlarge: | |
| :enhanced_networking: true | |
| :cluster_networking: | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| m5.4xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: m5.4xlarge | |
| :family: General purpose | |
| - :description: M5 General Purpose Quadruple Extra Large | |
| - :memory: 68719476736.0 | |
| + :description: M5 General purpose 4XL | |
| + :memory: 68719476736 | |
| + :memory_gb: 64.0 | |
| :vcpu: 16 | |
| :ebs_only: true | |
| :instance_store_size: 0 | |
| + :instance_store_size_gb: 0.0 | |
| :instance_store_volumes: 0 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| - :network_performance: :high | |
| - :physical_processor: Intel Xeon Platinum | |
| - :processor_clock_speed: '2.5' | |
| + :network_performance: :up_to_10_gigabit | |
| + :physical_processor: Intel Xeon Platinum 8175 | |
| + :processor_clock_speed: 2.5 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: true | |
| @@ -1861,24 +2105,27 @@ m5.4xlarge: | |
| :enhanced_networking: true | |
| :cluster_networking: | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| m5.large: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: m5.large | |
| :family: General purpose | |
| - :description: M5 General Purpose Large | |
| - :memory: 8589934592.0 | |
| + :description: M5 General purpose Large | |
| + :memory: 8589934592 | |
| + :memory_gb: 8.0 | |
| :vcpu: 2 | |
| :ebs_only: true | |
| :instance_store_size: 0 | |
| + :instance_store_size_gb: 0.0 | |
| :instance_store_volumes: 0 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| - :network_performance: :high | |
| - :physical_processor: Intel Xeon Platinum | |
| - :processor_clock_speed: '2.5' | |
| + :network_performance: :up_to_10_gigabit | |
| + :physical_processor: Intel Xeon Platinum 8175 | |
| + :processor_clock_speed: 2.5 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: true | |
| @@ -1887,24 +2134,27 @@ m5.large: | |
| :enhanced_networking: true | |
| :cluster_networking: | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| m5.xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: m5.xlarge | |
| :family: General purpose | |
| - :description: M5 General Purpose Extra Large | |
| - :memory: 17179869184.0 | |
| + :description: M5 General purpose XL | |
| + :memory: 17179869184 | |
| + :memory_gb: 16.0 | |
| :vcpu: 4 | |
| :ebs_only: true | |
| :instance_store_size: 0 | |
| + :instance_store_size_gb: 0.0 | |
| :instance_store_volumes: 0 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| - :network_performance: :high | |
| - :physical_processor: Intel Xeon Platinum | |
| - :processor_clock_speed: '2.5' | |
| + :network_performance: :up_to_10_gigabit | |
| + :physical_processor: Intel Xeon Platinum 8175 | |
| + :processor_clock_speed: 2.5 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: true | |
| @@ -1913,24 +2163,27 @@ m5.xlarge: | |
| :enhanced_networking: true | |
| :cluster_networking: | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| p2.16xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: p2.16xlarge | |
| - :family: Accelerated computing | |
| - :description: General Purpose GPU 16xlarge | |
| - :memory: 785979015168.0 | |
| + :family: GPU instance | |
| + :description: P2 GPU instance 16XL | |
| + :memory: 824633720832 | |
| + :memory_gb: 768.0 | |
| :vcpu: 64 | |
| :ebs_only: true | |
| :instance_store_size: 0 | |
| + :instance_store_size_gb: 0.0 | |
| :instance_store_volumes: 0 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :very_high | |
| - :physical_processor: Intel Xeon E5-2686 v4 | |
| - :processor_clock_speed: 2.3 (base) 2.7 (turbo) | |
| + :physical_processor: Intel Xeon E5-2686 v4 (Broadwell) | |
| + :processor_clock_speed: 2.3 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: true | |
| @@ -1939,24 +2192,27 @@ p2.16xlarge: | |
| :enhanced_networking: true | |
| :cluster_networking: true | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| p2.8xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: p2.8xlarge | |
| - :family: Accelerated computing | |
| - :description: General Purpose GPU Eight Extra Large | |
| - :memory: 523986010112.0 | |
| + :family: GPU instance | |
| + :description: P2 GPU instance 8XL | |
| + :memory: 523986010112 | |
| + :memory_gb: 488.0 | |
| :vcpu: 32 | |
| :ebs_only: true | |
| :instance_store_size: 0 | |
| + :instance_store_size_gb: 0.0 | |
| :instance_store_volumes: 0 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :very_high | |
| - :physical_processor: Intel Xeon E5-2686 v4 | |
| - :processor_clock_speed: 2.3 (base) 2.7 (turbo) | |
| + :physical_processor: Intel Xeon E5-2686 v4 (Broadwell) | |
| + :processor_clock_speed: 2.3 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: true | |
| @@ -1965,24 +2221,27 @@ p2.8xlarge: | |
| :enhanced_networking: true | |
| :cluster_networking: true | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| p2.xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: p2.xlarge | |
| - :family: Accelerated computing | |
| - :description: General Purpose GPU Extra Large | |
| - :memory: 65498251264.0 | |
| + :family: GPU instance | |
| + :description: P2 GPU instance XL | |
| + :memory: 65498251264 | |
| + :memory_gb: 61.0 | |
| :vcpu: 4 | |
| :ebs_only: true | |
| :instance_store_size: 0 | |
| + :instance_store_size_gb: 0.0 | |
| :instance_store_volumes: 0 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :high | |
| - :physical_processor: Intel Xeon E5-2686 v4 | |
| - :processor_clock_speed: 2.3 (base) 2.7 (turbo) | |
| + :physical_processor: Intel Xeon E5-2686 v4 (Broadwell) | |
| + :processor_clock_speed: 2.3 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: true | |
| @@ -1991,24 +2250,27 @@ p2.xlarge: | |
| :enhanced_networking: true | |
| :cluster_networking: true | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| p3.16xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: p3.16xlarge | |
| - :family: Accelerated computing | |
| - :description: P3 16xlarge | |
| - :memory: 523986010112.0 | |
| + :family: GPU instance | |
| + :description: P3 GPU instance 16XL | |
| + :memory: 523986010112 | |
| + :memory_gb: 488.0 | |
| :vcpu: 64 | |
| :ebs_only: true | |
| :instance_store_size: 0 | |
| + :instance_store_size_gb: 0.0 | |
| :instance_store_volumes: 0 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :very_high | |
| - :physical_processor: Intel Xeon E5-2686 v4 | |
| - :processor_clock_speed: 2.3 (base) 2.7 (turbo) | |
| + :physical_processor: Intel Xeon E5-2686 v4 (Broadwell) | |
| + :processor_clock_speed: 2.3 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: true | |
| @@ -2016,25 +2278,28 @@ p3.16xlarge: | |
| :ebs_optimized_available: true | |
| :enhanced_networking: true | |
| :cluster_networking: | |
| - :vpc_only: false | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| + :vpc_only: true | |
| p3.2xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: p3.2xlarge | |
| - :family: Accelerated computing | |
| - :description: P3 Double Extra Large | |
| - :memory: 65498251264.0 | |
| + :family: GPU instance | |
| + :description: P3 GPU instance 2XL | |
| + :memory: 65498251264 | |
| + :memory_gb: 61.0 | |
| :vcpu: 8 | |
| :ebs_only: true | |
| :instance_store_size: 0 | |
| + :instance_store_size_gb: 0.0 | |
| :instance_store_volumes: 0 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :up_to_10_gigabit | |
| - :physical_processor: Intel Xeon E5-2686 v4 | |
| - :processor_clock_speed: 2.3 (base) 2.7 (turbo) | |
| + :physical_processor: Intel Xeon E5-2686 v4 (Broadwell) | |
| + :processor_clock_speed: 2.3 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: true | |
| @@ -2042,25 +2307,28 @@ p3.2xlarge: | |
| :ebs_optimized_available: true | |
| :enhanced_networking: true | |
| :cluster_networking: | |
| - :vpc_only: false | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| + :vpc_only: true | |
| p3.8xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: p3.8xlarge | |
| - :family: Accelerated computing | |
| - :description: P3 Eight Extra Large | |
| - :memory: 261993005056.0 | |
| + :family: GPU instance | |
| + :description: P3 GPU instance 8XL | |
| + :memory: 261993005056 | |
| + :memory_gb: 244.0 | |
| :vcpu: 32 | |
| :ebs_only: true | |
| :instance_store_size: 0 | |
| + :instance_store_size_gb: 0.0 | |
| :instance_store_volumes: 0 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :very_high | |
| - :physical_processor: Intel Xeon E5-2686 v4 | |
| - :processor_clock_speed: 2.3 (base) 2.7 (turbo) | |
| + :physical_processor: Intel Xeon E5-2686 v4 (Broadwell) | |
| + :processor_clock_speed: 2.3 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: true | |
| @@ -2068,25 +2336,28 @@ p3.8xlarge: | |
| :ebs_optimized_available: true | |
| :enhanced_networking: true | |
| :cluster_networking: | |
| - :vpc_only: false | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| + :vpc_only: true | |
| r3.2xlarge: | |
| + :current_generation: false | |
| + :current_version: true | |
| :name: r3.2xlarge | |
| :family: Memory optimized | |
| - :description: R3 High-Memory Double Extra Large | |
| - :memory: 65498251264.0 | |
| + :description: R3 Memory optimized 2XL | |
| + :memory: 65498251264 | |
| + :memory_gb: 61.0 | |
| :vcpu: 8 | |
| :ebs_only: false | |
| - :instance_store_size: 171798691840.0 | |
| + :instance_store_size: 171798691840 | |
| + :instance_store_size_gb: 160.0 | |
| :instance_store_volumes: 1 | |
| + :instance_store_type: SSD | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :high | |
| - :physical_processor: Intel Xeon E5-2670 v2 | |
| - :processor_clock_speed: '2.5' | |
| + :physical_processor: Intel Xeon E5-2670 v2 (Ivy Bridge) | |
| + :processor_clock_speed: 2.5 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: | |
| @@ -2095,24 +2366,28 @@ r3.2xlarge: | |
| :enhanced_networking: true | |
| :cluster_networking: | |
| :vpc_only: false | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: true | |
| + :deprecated: true | |
| r3.4xlarge: | |
| + :current_generation: false | |
| + :current_version: true | |
| :name: r3.4xlarge | |
| :family: Memory optimized | |
| - :description: R3 High-Memory Quadruple Extra Large | |
| - :memory: 130996502528.0 | |
| + :description: R3 Memory optimized 4XL | |
| + :memory: 130996502528 | |
| + :memory_gb: 122.0 | |
| :vcpu: 16 | |
| :ebs_only: false | |
| - :instance_store_size: 343597383680.0 | |
| + :instance_store_size: 343597383680 | |
| + :instance_store_size_gb: 320.0 | |
| :instance_store_volumes: 1 | |
| + :instance_store_type: SSD | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :high | |
| - :physical_processor: Intel Xeon E5-2670 v2 | |
| - :processor_clock_speed: '2.5' | |
| + :physical_processor: Intel Xeon E5-2670 v2 (Ivy Bridge) | |
| + :processor_clock_speed: 2.5 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: | |
| @@ -2121,24 +2396,28 @@ r3.4xlarge: | |
| :enhanced_networking: true | |
| :cluster_networking: | |
| :vpc_only: false | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: true | |
| + :deprecated: true | |
| r3.8xlarge: | |
| + :current_generation: false | |
| + :current_version: true | |
| :name: r3.8xlarge | |
| :family: Memory optimized | |
| - :description: R3 High-Memory Eight Extra Large | |
| - :memory: 261993005056.0 | |
| + :description: R3 Memory optimized 8XL | |
| + :memory: 261993005056 | |
| + :memory_gb: 244.0 | |
| :vcpu: 32 | |
| :ebs_only: false | |
| - :instance_store_size: 687194767360.0 | |
| + :instance_store_size: 687194767360 | |
| + :instance_store_size_gb: 640.0 | |
| :instance_store_volumes: 2 | |
| + :instance_store_type: SSD | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :very_high | |
| - :physical_processor: Intel Xeon E5-2670 v2 | |
| - :processor_clock_speed: '2.5' | |
| + :physical_processor: Intel Xeon E5-2670 v2 (Ivy Bridge) | |
| + :processor_clock_speed: 2.5 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: | |
| @@ -2147,24 +2426,28 @@ r3.8xlarge: | |
| :enhanced_networking: true | |
| :cluster_networking: | |
| :vpc_only: false | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: true | |
| + :deprecated: true | |
| r3.large: | |
| + :current_generation: false | |
| + :current_version: true | |
| :name: r3.large | |
| :family: Memory optimized | |
| - :description: R3 High-Memory Large | |
| - :memory: 16374562816.0 | |
| + :description: R3 Memory optimized Large | |
| + :memory: 16374562816 | |
| + :memory_gb: 15.25 | |
| :vcpu: 2 | |
| :ebs_only: false | |
| - :instance_store_size: 34359738368.0 | |
| + :instance_store_size: 34359738368 | |
| + :instance_store_size_gb: 32.0 | |
| :instance_store_volumes: 1 | |
| + :instance_store_type: SSD | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :moderate | |
| - :physical_processor: Intel Xeon E5-2670 v2 | |
| - :processor_clock_speed: '2.5' | |
| + :physical_processor: Intel Xeon E5-2670 v2 (Ivy Bridge) | |
| + :processor_clock_speed: 2.5 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: | |
| @@ -2173,24 +2456,28 @@ r3.large: | |
| :enhanced_networking: true | |
| :cluster_networking: | |
| :vpc_only: false | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: true | |
| + :deprecated: true | |
| r3.xlarge: | |
| + :current_generation: false | |
| + :current_version: true | |
| :name: r3.xlarge | |
| :family: Memory optimized | |
| - :description: R3 High-Memory Extra Large | |
| - :memory: 32749125632.0 | |
| + :description: R3 Memory optimized XL | |
| + :memory: 32749125632 | |
| + :memory_gb: 30.5 | |
| :vcpu: 4 | |
| :ebs_only: false | |
| - :instance_store_size: 85899345920.0 | |
| + :instance_store_size: 85899345920 | |
| + :instance_store_size_gb: 80.0 | |
| :instance_store_volumes: 1 | |
| + :instance_store_type: SSD | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :moderate | |
| - :physical_processor: Intel Xeon E5-2670 v2 | |
| - :processor_clock_speed: '2.5' | |
| + :physical_processor: Intel Xeon E5-2670 v2 (Ivy Bridge) | |
| + :processor_clock_speed: 2.5 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: | |
| @@ -2199,24 +2486,28 @@ r3.xlarge: | |
| :enhanced_networking: true | |
| :cluster_networking: | |
| :vpc_only: false | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: true | |
| + :deprecated: true | |
| r4.16xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: r4.16xlarge | |
| :family: Memory optimized | |
| - :description: R4 High-Memory 16xlarge | |
| - :memory: 523986010112.0 | |
| + :description: R4 Memory optimized 16XL | |
| + :memory: 523986010112 | |
| + :memory_gb: 488.0 | |
| :vcpu: 64 | |
| :ebs_only: true | |
| :instance_store_size: 0 | |
| + :instance_store_size_gb: 0.0 | |
| :instance_store_volumes: 0 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :very_high | |
| - :physical_processor: Intel Xeon E5-2686 v4 | |
| - :processor_clock_speed: '2.3' | |
| + :physical_processor: Intel Xeon E5-2686 v4 (Broadwell) | |
| + :processor_clock_speed: 2.3 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: true | |
| @@ -2225,24 +2516,27 @@ r4.16xlarge: | |
| :enhanced_networking: true | |
| :cluster_networking: true | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| r4.2xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: r4.2xlarge | |
| :family: Memory optimized | |
| - :description: R4 High-Memory Double Extra Large | |
| - :memory: 65498251264.0 | |
| + :description: R4 Memory optimized 2XL | |
| + :memory: 65498251264 | |
| + :memory_gb: 61.0 | |
| :vcpu: 8 | |
| :ebs_only: true | |
| :instance_store_size: 0 | |
| + :instance_store_size_gb: 0.0 | |
| :instance_store_volumes: 0 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :up_to_10_gigabit | |
| - :physical_processor: Intel Xeon E5-2686 v4 | |
| - :processor_clock_speed: '2.3' | |
| + :physical_processor: Intel Xeon E5-2686 v4 (Broadwell) | |
| + :processor_clock_speed: 2.3 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: true | |
| @@ -2251,24 +2545,27 @@ r4.2xlarge: | |
| :enhanced_networking: true | |
| :cluster_networking: true | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| r4.4xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: r4.4xlarge | |
| :family: Memory optimized | |
| - :description: R4 High-Memory Quadruple Extra Large | |
| - :memory: 130996502528.0 | |
| + :description: R4 Memory optimized 4XL | |
| + :memory: 130996502528 | |
| + :memory_gb: 122.0 | |
| :vcpu: 16 | |
| :ebs_only: true | |
| :instance_store_size: 0 | |
| + :instance_store_size_gb: 0.0 | |
| :instance_store_volumes: 0 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :up_to_10_gigabit | |
| - :physical_processor: Intel Xeon E5-2686 v4 | |
| - :processor_clock_speed: '2.3' | |
| + :physical_processor: Intel Xeon E5-2686 v4 (Broadwell) | |
| + :processor_clock_speed: 2.3 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: true | |
| @@ -2277,24 +2574,27 @@ r4.4xlarge: | |
| :enhanced_networking: true | |
| :cluster_networking: true | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| r4.8xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: r4.8xlarge | |
| :family: Memory optimized | |
| - :description: R4 High-Memory Eight Extra Large | |
| - :memory: 261993005056.0 | |
| + :description: R4 Memory optimized 8XL | |
| + :memory: 261993005056 | |
| + :memory_gb: 244.0 | |
| :vcpu: 32 | |
| :ebs_only: true | |
| :instance_store_size: 0 | |
| + :instance_store_size_gb: 0.0 | |
| :instance_store_volumes: 0 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :very_high | |
| - :physical_processor: Intel Xeon E5-2686 v4 | |
| - :processor_clock_speed: '2.3' | |
| + :physical_processor: Intel Xeon E5-2686 v4 (Broadwell) | |
| + :processor_clock_speed: 2.3 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: true | |
| @@ -2303,24 +2603,27 @@ r4.8xlarge: | |
| :enhanced_networking: true | |
| :cluster_networking: true | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| r4.large: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: r4.large | |
| :family: Memory optimized | |
| - :description: R4 High-Memory Large | |
| - :memory: 16374562816.0 | |
| + :description: R4 Memory optimized Large | |
| + :memory: 16374562816 | |
| + :memory_gb: 15.25 | |
| :vcpu: 2 | |
| :ebs_only: true | |
| :instance_store_size: 0 | |
| + :instance_store_size_gb: 0.0 | |
| :instance_store_volumes: 0 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :up_to_10_gigabit | |
| - :physical_processor: Intel Xeon E5-2686 v4 | |
| - :processor_clock_speed: '2.3' | |
| + :physical_processor: Intel Xeon E5-2686 v4 (Broadwell) | |
| + :processor_clock_speed: 2.3 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: true | |
| @@ -2329,24 +2632,27 @@ r4.large: | |
| :enhanced_networking: true | |
| :cluster_networking: true | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| r4.xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: r4.xlarge | |
| :family: Memory optimized | |
| - :description: R4 High-Memory Extra Large | |
| - :memory: 32749125632.0 | |
| + :description: R4 Memory optimized XL | |
| + :memory: 32749125632 | |
| + :memory_gb: 30.5 | |
| :vcpu: 4 | |
| :ebs_only: true | |
| :instance_store_size: 0 | |
| + :instance_store_size_gb: 0.0 | |
| :instance_store_volumes: 0 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :up_to_10_gigabit | |
| - :physical_processor: Intel Xeon E5-2686 v4 | |
| - :processor_clock_speed: '2.3' | |
| + :physical_processor: Intel Xeon E5-2686 v4 (Broadwell) | |
| + :processor_clock_speed: 2.3 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: true | |
| @@ -2355,17 +2661,20 @@ r4.xlarge: | |
| :enhanced_networking: true | |
| :cluster_networking: true | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| t1.micro: | |
| + :current_generation: false | |
| + :current_version: true | |
| :name: t1.micro | |
| - :family: Micro Instances | |
| + :family: Micro instances | |
| :description: T1 Micro | |
| - :memory: 658203738.112 | |
| + :memory: 658203738 | |
| + :memory_gb: 0.613 | |
| :vcpu: 1 | |
| :ebs_only: true | |
| :instance_store_size: 0 | |
| + :instance_store_size_gb: 0.0 | |
| :instance_store_volumes: 0 | |
| + :instance_store_type: | |
| :architecture: | |
| - :i386 | |
| - :x86_64 | |
| @@ -2373,7 +2682,7 @@ t1.micro: | |
| - :paravirtual | |
| :network_performance: :very_low | |
| :physical_processor: Variable | |
| - :processor_clock_speed: '' | |
| + :processor_clock_speed: | |
| :intel_aes_ni: | |
| :intel_avx: | |
| :intel_avx2: | |
| @@ -2382,24 +2691,28 @@ t1.micro: | |
| :enhanced_networking: | |
| :cluster_networking: | |
| :vpc_only: false | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: true | |
| + :deprecated: true | |
| t2.2xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: t2.2xlarge | |
| :family: General purpose | |
| - :description: T2 Double Extra Large | |
| - :memory: 34359738368.0 | |
| + :description: T2 2XL | |
| + :memory: 34359738368 | |
| + :memory_gb: 32.0 | |
| :vcpu: 8 | |
| :ebs_only: true | |
| :instance_store_size: 0 | |
| + :instance_store_size_gb: 0.0 | |
| :instance_store_volumes: 0 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :moderate | |
| - :physical_processor: Intel Xeon family | |
| - :processor_clock_speed: Up to 3.0 | |
| + :physical_processor: Intel Xeon Family | |
| + :processor_clock_speed: Up to 3.0 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: | |
| @@ -2408,24 +2721,27 @@ t2.2xlarge: | |
| :enhanced_networking: | |
| :cluster_networking: | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| t2.large: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: t2.large | |
| :family: General purpose | |
| :description: T2 Large | |
| - :memory: 8589934592.0 | |
| + :memory: 8589934592 | |
| + :memory_gb: 8.0 | |
| :vcpu: 2 | |
| :ebs_only: true | |
| :instance_store_size: 0 | |
| + :instance_store_size_gb: 0.0 | |
| :instance_store_volumes: 0 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :low_to_moderate | |
| - :physical_processor: Intel Xeon family | |
| - :processor_clock_speed: Up to 3.0 | |
| + :physical_processor: Intel Xeon Family | |
| + :processor_clock_speed: Up to 3.0 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: | |
| @@ -2434,25 +2750,28 @@ t2.large: | |
| :enhanced_networking: | |
| :cluster_networking: | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| t2.medium: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: t2.medium | |
| :family: General purpose | |
| :description: T2 Medium | |
| - :memory: 4294967296.0 | |
| + :memory: 4294967296 | |
| + :memory_gb: 4.0 | |
| :vcpu: 2 | |
| :ebs_only: true | |
| :instance_store_size: 0 | |
| + :instance_store_size_gb: 0.0 | |
| :instance_store_volumes: 0 | |
| + :instance_store_type: | |
| :architecture: | |
| - :i386 | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :low_to_moderate | |
| - :physical_processor: Intel Xeon family | |
| - :processor_clock_speed: Up to 3.3 | |
| + :physical_processor: Intel Xeon Family | |
| + :processor_clock_speed: Up to 3.3 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: | |
| @@ -2461,26 +2780,28 @@ t2.medium: | |
| :enhanced_networking: | |
| :cluster_networking: | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| t2.micro: | |
| - :default: true | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: t2.micro | |
| :family: General purpose | |
| :description: T2 Micro | |
| - :memory: 1073741824.0 | |
| + :memory: 1073741824 | |
| + :memory_gb: 1.0 | |
| :vcpu: 1 | |
| :ebs_only: true | |
| :instance_store_size: 0 | |
| + :instance_store_size_gb: 0.0 | |
| :instance_store_volumes: 0 | |
| + :instance_store_type: | |
| :architecture: | |
| - :i386 | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :low_to_moderate | |
| - :physical_processor: Intel Xeon family | |
| - :processor_clock_speed: Up to 3.3 | |
| + :physical_processor: Intel Xeon Family | |
| + :processor_clock_speed: Up to 3.3 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: | |
| @@ -2489,25 +2810,29 @@ t2.micro: | |
| :enhanced_networking: | |
| :cluster_networking: | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| + :default: true | |
| t2.nano: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: t2.nano | |
| :family: General purpose | |
| :description: T2 Nano | |
| - :memory: 536870912.0 | |
| + :memory: 536870912 | |
| + :memory_gb: 0.5 | |
| :vcpu: 1 | |
| :ebs_only: true | |
| :instance_store_size: 0 | |
| + :instance_store_size_gb: 0.0 | |
| :instance_store_volumes: 0 | |
| + :instance_store_type: | |
| :architecture: | |
| - :i386 | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :low | |
| - :physical_processor: Intel Xeon family | |
| - :processor_clock_speed: up to 3.3 | |
| + :physical_processor: Intel Xeon Family | |
| + :processor_clock_speed: Up to 3.3 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: | |
| @@ -2516,25 +2841,28 @@ t2.nano: | |
| :enhanced_networking: | |
| :cluster_networking: | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| t2.small: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: t2.small | |
| :family: General purpose | |
| :description: T2 Small | |
| - :memory: 2147483648.0 | |
| + :memory: 2147483648 | |
| + :memory_gb: 2.0 | |
| :vcpu: 1 | |
| :ebs_only: true | |
| :instance_store_size: 0 | |
| + :instance_store_size_gb: 0.0 | |
| :instance_store_volumes: 0 | |
| + :instance_store_type: | |
| :architecture: | |
| - :i386 | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :low_to_moderate | |
| - :physical_processor: Intel Xeon family | |
| - :processor_clock_speed: Up to 3.3 | |
| + :physical_processor: Intel Xeon Family | |
| + :processor_clock_speed: Up to 3.3 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: | |
| @@ -2543,24 +2871,27 @@ t2.small: | |
| :enhanced_networking: | |
| :cluster_networking: | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| t2.xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: t2.xlarge | |
| :family: General purpose | |
| - :description: T2 Extra Large | |
| - :memory: 17179869184.0 | |
| + :description: T2 XL | |
| + :memory: 17179869184 | |
| + :memory_gb: 16.0 | |
| :vcpu: 4 | |
| :ebs_only: true | |
| :instance_store_size: 0 | |
| + :instance_store_size_gb: 0.0 | |
| :instance_store_volumes: 0 | |
| + :instance_store_type: | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :moderate | |
| - :physical_processor: Intel Xeon family | |
| - :processor_clock_speed: Up to 3.0 | |
| + :physical_processor: Intel Xeon Family | |
| + :processor_clock_speed: Up to 3.0 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: | |
| @@ -2569,10 +2900,7 @@ t2.xlarge: | |
| :enhanced_networking: | |
| :cluster_networking: | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| unknown: | |
| - :disabled: true | |
| :name: unknown | |
| :family: unknown | |
| :description: unknown | |
| @@ -2596,22 +2924,29 @@ unknown: | |
| :vpc_only: false | |
| :xxx_discontinued: true | |
| :xxx_deprecated: false | |
| + :discontinued: true | |
| + :disabled: true | |
| x1.16xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: x1.16xlarge | |
| :family: Memory optimized | |
| - :description: X1 Extra High-Memory 16xlarge | |
| - :memory: 1047972020224.0 | |
| + :description: X1 Memory optimized 16XL | |
| + :memory: 1047972020224 | |
| + :memory_gb: 976.0 | |
| :vcpu: 64 | |
| :ebs_only: false | |
| - :instance_store_size: 2061584302080.0 | |
| + :instance_store_size: 2061584302080 | |
| + :instance_store_size_gb: 1920.0 | |
| :instance_store_volumes: 1 | |
| + :instance_store_type: SSD | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| - :network_performance: :very_high | |
| - :physical_processor: Intel Xeon E7-8880 v3 | |
| - :processor_clock_speed: '2.3' | |
| + :network_performance: :high | |
| + :physical_processor: High Frequency Intel Xeon E7-8880 v3 (Haswell) | |
| + :processor_clock_speed: 2.3 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: true | |
| @@ -2620,24 +2955,27 @@ x1.16xlarge: | |
| :enhanced_networking: true | |
| :cluster_networking: true | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| x1.32xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: x1.32xlarge | |
| :family: Memory optimized | |
| - :description: X1 Extra High-Memory 32xlarge | |
| - :memory: 2095944040448.0 | |
| + :description: X1 Memory optimized 32XL | |
| + :memory: 2095944040448 | |
| + :memory_gb: 1952.0 | |
| :vcpu: 128 | |
| :ebs_only: false | |
| - :instance_store_size: 4123168604160.0 | |
| + :instance_store_size: 4123168604160 | |
| + :instance_store_size_gb: 3840.0 | |
| :instance_store_volumes: 2 | |
| + :instance_store_type: SSD | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| - :network_performance: :very_high | |
| - :physical_processor: Intel Xeon E7-8880 v3 | |
| - :processor_clock_speed: '2.3' | |
| + :network_performance: :high | |
| + :physical_processor: High Frequency Intel Xeon E7-8880 v3 (Haswell) | |
| + :processor_clock_speed: 2.3 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: true | |
| @@ -2646,24 +2984,27 @@ x1.32xlarge: | |
| :enhanced_networking: true | |
| :cluster_networking: true | |
| :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| x1e.16xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: x1e.16xlarge | |
| :family: Memory optimized | |
| - :description: X1E 16xlarge | |
| - :memory: 2095944040448.0 | |
| + :description: X1E Memory optimized 16XL | |
| + :memory: 2095944040448 | |
| + :memory_gb: 1952.0 | |
| :vcpu: 64 | |
| :ebs_only: false | |
| - :instance_store_size: 2061584302080.0 | |
| + :instance_store_size: 2061584302080 | |
| + :instance_store_size_gb: 1920.0 | |
| :instance_store_volumes: 1 | |
| + :instance_store_type: SSD | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :very_high | |
| - :physical_processor: Intel Xeon E7-8880 v3 | |
| - :processor_clock_speed: '2.3' | |
| + :physical_processor: High Frequency Intel Xeon E7-8880 v3 (Haswell) | |
| + :processor_clock_speed: 2.3 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: true | |
| @@ -2671,25 +3012,28 @@ x1e.16xlarge: | |
| :ebs_optimized_available: true | |
| :enhanced_networking: true | |
| :cluster_networking: | |
| - :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| + :vpc_only: false | |
| x1e.2xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: x1e.2xlarge | |
| :family: Memory optimized | |
| - :description: X1E Double Extra Large | |
| - :memory: 261993005056.0 | |
| + :description: X1E Memory optimized 2XL | |
| + :memory: 261993005056 | |
| + :memory_gb: 244.0 | |
| :vcpu: 8 | |
| :ebs_only: false | |
| - :instance_store_size: 257698037760.0 | |
| + :instance_store_size: 257698037760 | |
| + :instance_store_size_gb: 240.0 | |
| :instance_store_volumes: 1 | |
| + :instance_store_type: SSD | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :up_to_10_gigabit | |
| - :physical_processor: Intel Xeon E7-8880 v3 | |
| - :processor_clock_speed: '2.3' | |
| + :physical_processor: High Frequency Intel Xeon E7-8880 v3 (Haswell) | |
| + :processor_clock_speed: 2.3 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: true | |
| @@ -2697,25 +3041,28 @@ x1e.2xlarge: | |
| :ebs_optimized_available: true | |
| :enhanced_networking: true | |
| :cluster_networking: | |
| - :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| + :vpc_only: false | |
| x1e.32xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: x1e.32xlarge | |
| :family: Memory optimized | |
| - :description: X1E 32xlarge | |
| - :memory: 4191888080896.0 | |
| + :description: X1E Memory optimized 32XL | |
| + :memory: 4191888080896 | |
| + :memory_gb: 3904.0 | |
| :vcpu: 128 | |
| :ebs_only: false | |
| - :instance_store_size: 4123168604160.0 | |
| + :instance_store_size: 4123168604160 | |
| + :instance_store_size_gb: 3840.0 | |
| :instance_store_volumes: 2 | |
| + :instance_store_type: SSD | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :very_high | |
| - :physical_processor: Intel Xeon E7-8880 v3 | |
| - :processor_clock_speed: '2.3' | |
| + :physical_processor: High Frequency Intel Xeon E7-8880 v3 (Haswell) | |
| + :processor_clock_speed: 2.3 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: true | |
| @@ -2723,25 +3070,28 @@ x1e.32xlarge: | |
| :ebs_optimized_available: true | |
| :enhanced_networking: true | |
| :cluster_networking: | |
| - :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| + :vpc_only: false | |
| x1e.4xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: x1e.4xlarge | |
| :family: Memory optimized | |
| - :description: X1E Quadruple Extra Large | |
| - :memory: 523986010112.0 | |
| + :description: X1E Memory optimized 4XL | |
| + :memory: 523986010112 | |
| + :memory_gb: 488.0 | |
| :vcpu: 16 | |
| :ebs_only: false | |
| - :instance_store_size: 515396075520.0 | |
| + :instance_store_size: 515396075520 | |
| + :instance_store_size_gb: 480.0 | |
| :instance_store_volumes: 1 | |
| + :instance_store_type: SSD | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :up_to_10_gigabit | |
| - :physical_processor: Intel Xeon E7-8880 v3 | |
| - :processor_clock_speed: '2.3' | |
| + :physical_processor: High Frequency Intel Xeon E7-8880 v3 (Haswell) | |
| + :processor_clock_speed: 2.3 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: true | |
| @@ -2749,25 +3099,28 @@ x1e.4xlarge: | |
| :ebs_optimized_available: true | |
| :enhanced_networking: true | |
| :cluster_networking: | |
| - :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| + :vpc_only: false | |
| x1e.8xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: x1e.8xlarge | |
| :family: Memory optimized | |
| - :description: X1E Eight Extra Large | |
| - :memory: 1047972020224.0 | |
| + :description: X1E Memory optimized 8XL | |
| + :memory: 1047972020224 | |
| + :memory_gb: 976.0 | |
| :vcpu: 32 | |
| :ebs_only: false | |
| - :instance_store_size: 1030792151040.0 | |
| + :instance_store_size: 1030792151040 | |
| + :instance_store_size_gb: 960.0 | |
| :instance_store_volumes: 1 | |
| + :instance_store_type: SSD | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :up_to_10_gigabit | |
| - :physical_processor: Intel Xeon E7-8880 v3 | |
| - :processor_clock_speed: '2.3' | |
| + :physical_processor: High Frequency Intel Xeon E7-8880 v3 (Haswell) | |
| + :processor_clock_speed: 2.3 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: true | |
| @@ -2775,25 +3128,28 @@ x1e.8xlarge: | |
| :ebs_optimized_available: true | |
| :enhanced_networking: true | |
| :cluster_networking: | |
| - :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| + :vpc_only: false | |
| x1e.xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| :name: x1e.xlarge | |
| :family: Memory optimized | |
| - :description: X1E Extra Large | |
| - :memory: 130996502528.0 | |
| + :description: X1E Memory optimized XL | |
| + :memory: 130996502528 | |
| + :memory_gb: 122.0 | |
| :vcpu: 4 | |
| :ebs_only: false | |
| - :instance_store_size: 128849018880.0 | |
| + :instance_store_size: 128849018880 | |
| + :instance_store_size_gb: 120.0 | |
| :instance_store_volumes: 1 | |
| + :instance_store_type: SSD | |
| :architecture: | |
| - :x86_64 | |
| :virtualization_type: | |
| - :hvm | |
| :network_performance: :up_to_10_gigabit | |
| - :physical_processor: Intel Xeon E7-8880 v3 | |
| - :processor_clock_speed: '2.3' | |
| + :physical_processor: High Frequency Intel Xeon E7-8880 v3 (Haswell) | |
| + :processor_clock_speed: 2.3 GHz | |
| :intel_aes_ni: true | |
| :intel_avx: true | |
| :intel_avx2: true | |
| @@ -2801,6 +3157,352 @@ x1e.xlarge: | |
| :ebs_optimized_available: true | |
| :enhanced_networking: true | |
| :cluster_networking: | |
| - :vpc_only: true | |
| - :xxx_discontinued: false | |
| - :xxx_deprecated: false | |
| + :vpc_only: false | |
| +c5d.large: | |
| + :current_generation: true | |
| + :current_version: true | |
| + :name: c5d.large | |
| + :family: Compute optimized | |
| + :description: C5D Compute optimized Large | |
| + :memory: 4294967296 | |
| + :memory_gb: 4.0 | |
| + :vcpu: 2 | |
| + :ebs_only: false | |
| + :instance_store_size: 53687091200 | |
| + :instance_store_size_gb: 50.0 | |
| + :instance_store_volumes: 1 | |
| + :instance_store_type: NVMe SSD | |
| + :architecture: | |
| + - :x86_64 | |
| + :virtualization_type: | |
| + - :hvm | |
| + :network_performance: :up_to_10_gigabit | |
| + :physical_processor: Intel Xeon Platinum 8124M | |
| + :processor_clock_speed: 3.0 Ghz | |
| + :intel_aes_ni: true | |
| + :intel_avx: true | |
| + :intel_avx2: true | |
| + :intel_turbo: true | |
| + :ebs_optimized_available: true | |
| + :enhanced_networking: true | |
| + :cluster_networking: | |
| + :vpc_only: false | |
| +c5d.xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| + :name: c5d.xlarge | |
| + :family: Compute optimized | |
| + :description: C5D Compute optimized XL | |
| + :memory: 8589934592 | |
| + :memory_gb: 8.0 | |
| + :vcpu: 4 | |
| + :ebs_only: false | |
| + :instance_store_size: 107374182400 | |
| + :instance_store_size_gb: 100.0 | |
| + :instance_store_volumes: 1 | |
| + :instance_store_type: NVMe SSD | |
| + :architecture: | |
| + - :x86_64 | |
| + :virtualization_type: | |
| + - :hvm | |
| + :network_performance: :up_to_10_gigabit | |
| + :physical_processor: Intel Xeon Platinum 8124M | |
| + :processor_clock_speed: 3.0 Ghz | |
| + :intel_aes_ni: true | |
| + :intel_avx: true | |
| + :intel_avx2: true | |
| + :intel_turbo: true | |
| + :ebs_optimized_available: true | |
| + :enhanced_networking: true | |
| + :cluster_networking: | |
| + :vpc_only: false | |
| +c5d.2xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| + :name: c5d.2xlarge | |
| + :family: Compute optimized | |
| + :description: C5D Compute optimized 2XL | |
| + :memory: 17179869184 | |
| + :memory_gb: 16.0 | |
| + :vcpu: 8 | |
| + :ebs_only: false | |
| + :instance_store_size: 214748364800 | |
| + :instance_store_size_gb: 200.0 | |
| + :instance_store_volumes: 1 | |
| + :instance_store_type: NVMe SSD | |
| + :architecture: | |
| + - :x86_64 | |
| + :virtualization_type: | |
| + - :hvm | |
| + :network_performance: :up_to_10_gigabit | |
| + :physical_processor: Intel Xeon Platinum 8124M | |
| + :processor_clock_speed: 3.0 Ghz | |
| + :intel_aes_ni: true | |
| + :intel_avx: true | |
| + :intel_avx2: true | |
| + :intel_turbo: true | |
| + :ebs_optimized_available: true | |
| + :enhanced_networking: true | |
| + :cluster_networking: | |
| + :vpc_only: false | |
| +c5d.4xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| + :name: c5d.4xlarge | |
| + :family: Compute optimized | |
| + :description: C5D Compute optimized 4XL | |
| + :memory: 34359738368 | |
| + :memory_gb: 32.0 | |
| + :vcpu: 16 | |
| + :ebs_only: false | |
| + :instance_store_size: 429496729600 | |
| + :instance_store_size_gb: 400.0 | |
| + :instance_store_volumes: 1 | |
| + :instance_store_type: NVMe SSD | |
| + :architecture: | |
| + - :x86_64 | |
| + :virtualization_type: | |
| + - :hvm | |
| + :network_performance: :up_to_10_gigabit | |
| + :physical_processor: Intel Xeon Platinum 8124M | |
| + :processor_clock_speed: 3.0 Ghz | |
| + :intel_aes_ni: true | |
| + :intel_avx: true | |
| + :intel_avx2: true | |
| + :intel_turbo: true | |
| + :ebs_optimized_available: true | |
| + :enhanced_networking: true | |
| + :cluster_networking: | |
| + :vpc_only: false | |
| +c5d.9xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| + :name: c5d.9xlarge | |
| + :family: Compute optimized | |
| + :description: C5D Compute optimized 9XL | |
| + :memory: 77309411328 | |
| + :memory_gb: 72.0 | |
| + :vcpu: 36 | |
| + :ebs_only: false | |
| + :instance_store_size: 966367641600 | |
| + :instance_store_size_gb: 900.0 | |
| + :instance_store_volumes: 1 | |
| + :instance_store_type: NVMe SSD | |
| + :architecture: | |
| + - :x86_64 | |
| + :virtualization_type: | |
| + - :hvm | |
| + :network_performance: :very_high | |
| + :physical_processor: Intel Xeon Platinum 8124M | |
| + :processor_clock_speed: 3.0 Ghz | |
| + :intel_aes_ni: true | |
| + :intel_avx: true | |
| + :intel_avx2: true | |
| + :intel_turbo: true | |
| + :ebs_optimized_available: true | |
| + :enhanced_networking: true | |
| + :cluster_networking: | |
| + :vpc_only: false | |
| +c5d.18xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| + :name: c5d.18xlarge | |
| + :family: Compute optimized | |
| + :description: C5D Compute optimized 18XL | |
| + :memory: 154618822656 | |
| + :memory_gb: 144.0 | |
| + :vcpu: 72 | |
| + :ebs_only: false | |
| + :instance_store_size: 1932735283200 | |
| + :instance_store_size_gb: 1800.0 | |
| + :instance_store_volumes: 1 | |
| + :instance_store_type: NVMe SSD | |
| + :architecture: | |
| + - :x86_64 | |
| + :virtualization_type: | |
| + - :hvm | |
| + :network_performance: :very_high | |
| + :physical_processor: Intel Xeon Platinum 8124M | |
| + :processor_clock_speed: 3.0 Ghz | |
| + :intel_aes_ni: true | |
| + :intel_avx: true | |
| + :intel_avx2: true | |
| + :intel_turbo: true | |
| + :ebs_optimized_available: true | |
| + :enhanced_networking: true | |
| + :cluster_networking: | |
| + :vpc_only: false | |
| +m5d.large: | |
| + :current_generation: true | |
| + :current_version: true | |
| + :name: m5d.large | |
| + :family: General purpose | |
| + :description: M5D General purpose Large | |
| + :memory: 8589934592 | |
| + :memory_gb: 8.0 | |
| + :vcpu: 2 | |
| + :ebs_only: false | |
| + :instance_store_size: 80530636800 | |
| + :instance_store_size_gb: 75.0 | |
| + :instance_store_volumes: 1 | |
| + :instance_store_type: NVMe SSD | |
| + :architecture: | |
| + - :x86_64 | |
| + :virtualization_type: | |
| + - :hvm | |
| + :network_performance: :up_to_10_gigabit | |
| + :physical_processor: Intel Xeon Platinum 8175 | |
| + :processor_clock_speed: 2.5 GHz | |
| + :intel_aes_ni: true | |
| + :intel_avx: true | |
| + :intel_avx2: true | |
| + :intel_turbo: true | |
| + :ebs_optimized_available: true | |
| + :enhanced_networking: true | |
| + :cluster_networking: | |
| + :vpc_only: false | |
| +m5d.xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| + :name: m5d.xlarge | |
| + :family: General purpose | |
| + :description: M5D General purpose XL | |
| + :memory: 17179869184 | |
| + :memory_gb: 16.0 | |
| + :vcpu: 4 | |
| + :ebs_only: false | |
| + :instance_store_size: 161061273600 | |
| + :instance_store_size_gb: 150.0 | |
| + :instance_store_volumes: 1 | |
| + :instance_store_type: NVMe SSD | |
| + :architecture: | |
| + - :x86_64 | |
| + :virtualization_type: | |
| + - :hvm | |
| + :network_performance: :up_to_10_gigabit | |
| + :physical_processor: Intel Xeon Platinum 8175 | |
| + :processor_clock_speed: 2.5 GHz | |
| + :intel_aes_ni: true | |
| + :intel_avx: true | |
| + :intel_avx2: true | |
| + :intel_turbo: true | |
| + :ebs_optimized_available: true | |
| + :enhanced_networking: true | |
| + :cluster_networking: | |
| + :vpc_only: false | |
| +m5d.2xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| + :name: m5d.2xlarge | |
| + :family: General purpose | |
| + :description: M5D General purpose 2XL | |
| + :memory: 34359738368 | |
| + :memory_gb: 32.0 | |
| + :vcpu: 8 | |
| + :ebs_only: false | |
| + :instance_store_size: 322122547200 | |
| + :instance_store_size_gb: 300.0 | |
| + :instance_store_volumes: 1 | |
| + :instance_store_type: NVMe SSD | |
| + :architecture: | |
| + - :x86_64 | |
| + :virtualization_type: | |
| + - :hvm | |
| + :network_performance: :up_to_10_gigabit | |
| + :physical_processor: Intel Xeon Platinum 8175 | |
| + :processor_clock_speed: 2.5 GHz | |
| + :intel_aes_ni: true | |
| + :intel_avx: true | |
| + :intel_avx2: true | |
| + :intel_turbo: true | |
| + :ebs_optimized_available: true | |
| + :enhanced_networking: true | |
| + :cluster_networking: | |
| + :vpc_only: false | |
| +m5d.4xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| + :name: m5d.4xlarge | |
| + :family: General purpose | |
| + :description: M5D General purpose 4XL | |
| + :memory: 68719476736 | |
| + :memory_gb: 64.0 | |
| + :vcpu: 16 | |
| + :ebs_only: false | |
| + :instance_store_size: 644245094400 | |
| + :instance_store_size_gb: 600.0 | |
| + :instance_store_volumes: 2 | |
| + :instance_store_type: NVMe SSD | |
| + :architecture: | |
| + - :x86_64 | |
| + :virtualization_type: | |
| + - :hvm | |
| + :network_performance: :up_to_10_gigabit | |
| + :physical_processor: Intel Xeon Platinum 8175 | |
| + :processor_clock_speed: 2.5 GHz | |
| + :intel_aes_ni: true | |
| + :intel_avx: true | |
| + :intel_avx2: true | |
| + :intel_turbo: true | |
| + :ebs_optimized_available: true | |
| + :enhanced_networking: true | |
| + :cluster_networking: | |
| + :vpc_only: false | |
| +m5d.12xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| + :name: m5d.12xlarge | |
| + :family: General purpose | |
| + :description: M5D General purpose 12XL | |
| + :memory: 206158430208 | |
| + :memory_gb: 192.0 | |
| + :vcpu: 48 | |
| + :ebs_only: false | |
| + :instance_store_size: 1932735283200 | |
| + :instance_store_size_gb: 1800.0 | |
| + :instance_store_volumes: 2 | |
| + :instance_store_type: NVMe SSD | |
| + :architecture: | |
| + - :x86_64 | |
| + :virtualization_type: | |
| + - :hvm | |
| + :network_performance: :very_high | |
| + :physical_processor: Intel Xeon Platinum 8175 | |
| + :processor_clock_speed: 2.5 GHz | |
| + :intel_aes_ni: true | |
| + :intel_avx: true | |
| + :intel_avx2: true | |
| + :intel_turbo: true | |
| + :ebs_optimized_available: true | |
| + :enhanced_networking: true | |
| + :cluster_networking: | |
| + :vpc_only: false | |
| +m5d.24xlarge: | |
| + :current_generation: true | |
| + :current_version: true | |
| + :name: m5d.24xlarge | |
| + :family: General purpose | |
| + :description: M5D General purpose 24XL | |
| + :memory: 412316860416 | |
| + :memory_gb: 384.0 | |
| + :vcpu: 96 | |
| + :ebs_only: false | |
| + :instance_store_size: 3865470566400 | |
| + :instance_store_size_gb: 3600.0 | |
| + :instance_store_volumes: 4 | |
| + :instance_store_type: NVMe SSD | |
| + :architecture: | |
| + - :x86_64 | |
| + :virtualization_type: | |
| + - :hvm | |
| + :network_performance: :very_high | |
| + :physical_processor: Intel Xeon Platinum 8175 | |
| + :processor_clock_speed: 2.5 GHz | |
| + :intel_aes_ni: true | |
| + :intel_avx: true | |
| + :intel_avx2: true | |
| + :intel_turbo: true | |
| + :ebs_optimized_available: true | |
| + :enhanced_networking: true | |
| + :cluster_networking: | |
| + :vpc_only: false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| File.write("db/fixtures/aws_instance_types.yml", | |
| ManageIQ::Providers::Amazon::InstanceTypes::AVAILABLE_TYPES.map { |k, v| [k, v.merge(:xxx_discontinued => false, :xxx_deprecated => false)] }.to_h | |
| .merge( | |
| ManageIQ::Providers::Amazon::InstanceTypes::DEPRECATED_TYPES.map { |k, v| [k, v.merge(:xxx_discontinued => false, :xxx_deprecated => true)] }.to_h | |
| ) | |
| .merge( | |
| ManageIQ::Providers::Amazon::InstanceTypes::DISCONTINUED_TYPES.map { |k, v| [k, v.merge(:xxx_discontinued => true, :xxx_deprecated => false)] }.to_h | |
| ).sort.to_h.to_yaml | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment