From a0d7a943ee31feafa02a78c59d579df06ea22202 Mon Sep 17 00:00:00 2001 From: Nuwan Goonasekera <2070605+nuwang@users.noreply.github.com> Date: Mon, 22 Feb 2021 15:51:59 +0530 Subject: [PATCH] Fix unknown instance type (#3710) * Use apiname when comparing unknown instance ids * Use get_instance_types API to populate instance_types.json * Fix scope of instances array when retrieving instance types --- moto/batch/models.py | 5 +- moto/ec2/models.py | 6 +- moto/ec2/resources/instance_types.json | 2 +- moto/ec2/responses/instances.py | 16 +-- requirements-dev.txt | 1 - scripts/get_instance_info.py | 168 ++++--------------------- 6 files changed, 45 insertions(+), 153 deletions(-) diff --git a/moto/batch/models.py b/moto/batch/models.py index 729a83cd8..d42e2ab3d 100644 --- a/moto/batch/models.py +++ b/moto/batch/models.py @@ -915,7 +915,10 @@ class BatchBackend(BaseBackend): instance_type = "m4.4xlarge" instance_vcpus.append( - (EC2_INSTANCE_TYPES[instance_type]["vcpus"], instance_type) + ( + EC2_INSTANCE_TYPES[instance_type]["VCpuInfo"]["DefaultVCpus"], + instance_type, + ) ) instance_vcpus = sorted(instance_vcpus, key=lambda item: item[0], reverse=True) diff --git a/moto/ec2/models.py b/moto/ec2/models.py index 32c29f18e..1e353c04e 100644 --- a/moto/ec2/models.py +++ b/moto/ec2/models.py @@ -1156,9 +1156,11 @@ class InstanceTypeBackend(object): def describe_instance_types(self, instance_types=None): matches = INSTANCE_TYPES.values() if instance_types: - matches = [t for t in matches if t.get("apiname") in instance_types] + matches = [t for t in matches if t.get("InstanceType") in instance_types] if len(instance_types) > len(matches): - unknown_ids = set(instance_types) - set(matches) + unknown_ids = set(instance_types) - set( + t.get("InstanceType") for t in matches + ) raise InvalidInstanceTypeError(unknown_ids) return matches diff --git a/moto/ec2/resources/instance_types.json b/moto/ec2/resources/instance_types.json index a1b55ba21..c1c7aa2e1 100644 --- a/moto/ec2/resources/instance_types.json +++ b/moto/ec2/resources/instance_types.json @@ -1 +1 @@ -{"a1.2xlarge": {"apiname": "a1.2xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.3 GHz", "computeunits": 0.0, "ebs_iops": 20000.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 60, "memory": 16.0, "name": "A1 Double Extra Large", "network_perf": 10.0, "physical_processor": "AWS Graviton Processor", "placement_group_support": false, "storage": 0.0, "vcpus": 8.0, "vpc_only": true}, "a1.4xlarge": {"apiname": "a1.4xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.3 GHz", "computeunits": 0.0, "ebs_iops": 20000.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 240, "memory": 32.0, "name": "A1 Quadruple Extra Large", "network_perf": 10.0, "physical_processor": "AWS Graviton Processor", "placement_group_support": false, "storage": 0.0, "vcpus": 16.0, "vpc_only": true}, "a1.large": {"apiname": "a1.large", "architecture": "64-bit", "clock_speed_ghz": "2.3 GHz", "computeunits": 0.0, "ebs_iops": 20000.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 30, "memory": 4.0, "name": "A1 Large", "network_perf": 10.0, "physical_processor": "AWS Graviton Processor", "placement_group_support": false, "storage": 0.0, "vcpus": 2.0, "vpc_only": true}, "a1.medium": {"apiname": "a1.medium", "architecture": "64-bit", "clock_speed_ghz": "2.3 GHz", "computeunits": 0.0, "ebs_iops": 20000.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 8, "memory": 2.0, "name": "A1 Medium", "network_perf": 10.0, "physical_processor": "AWS Graviton Processor", "placement_group_support": false, "storage": 0.0, "vcpus": 1.0, "vpc_only": true}, "a1.metal": {"apiname": "a1.metal", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 20000.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 240, "memory": 32.0, "name": "A1 Metal", "network_perf": 10.0, "physical_processor": "AWS Graviton Processor", "placement_group_support": false, "storage": 0.0, "vcpus": 16.0, "vpc_only": true}, "a1.xlarge": {"apiname": "a1.xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.3 GHz", "computeunits": 0.0, "ebs_iops": 20000.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 60, "memory": 8.0, "name": "A1 Extra Large", "network_perf": 10.0, "physical_processor": "AWS Graviton Processor", "placement_group_support": false, "storage": 0.0, "vcpus": 4.0, "vpc_only": true}, "c1.medium": {"apiname": "c1.medium", "architecture": "32/64-bit", "clock_speed_ghz": "unknown", "computeunits": 5.0, "ebs_iops": 0.0, "ebs_max_bandwidth": 0.0, "ebs_throughput": 0.0, "ecu_per_vcpu": 2.5, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": false, "linux_virtualization": "PV", "max_ips": 12, "memory": 1.7, "name": "C1 High-CPU Medium", "network_perf": 6.0, "physical_processor": "Intel Xeon Family", "placement_group_support": false, "storage": 350.0, "vcpus": 2.0, "vpc_only": false}, "c1.xlarge": {"apiname": "c1.xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 20.0, "ebs_iops": 8000.0, "ebs_max_bandwidth": 1000.0, "ebs_throughput": 125.0, "ecu_per_vcpu": 2.5, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": false, "linux_virtualization": "PV", "max_ips": 60, "memory": 7.0, "name": "C1 High-CPU Extra Large", "network_perf": 8.0, "physical_processor": "Intel Xeon Family", "placement_group_support": false, "storage": 1680.0, "vcpus": 8.0, "vpc_only": false}, "c3.2xlarge": {"apiname": "c3.2xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.8 GHz", "computeunits": 28.0, "ebs_iops": 8000.0, "ebs_max_bandwidth": 1000.0, "ebs_throughput": 125.0, "ecu_per_vcpu": 3.5, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "unknown", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM, PV", "max_ips": 60, "memory": 15.0, "name": "C3 High-CPU Double Extra Large", "network_perf": 8.0, "physical_processor": "Intel Xeon E5-2680 v2 (Ivy Bridge)", "placement_group_support": false, "storage": 160.0, "vcpus": 8.0, "vpc_only": false}, "c3.4xlarge": {"apiname": "c3.4xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.8 GHz", "computeunits": 55.0, "ebs_iops": 16000.0, "ebs_max_bandwidth": 2000.0, "ebs_throughput": 250.0, "ecu_per_vcpu": 3.4375, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "unknown", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM, PV", "max_ips": 240, "memory": 30.0, "name": "C3 High-CPU Quadruple Extra Large", "network_perf": 8.0, "physical_processor": "Intel Xeon E5-2680 v2 (Ivy Bridge)", "placement_group_support": false, "storage": 320.0, "vcpus": 16.0, "vpc_only": false}, "c3.8xlarge": {"apiname": "c3.8xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.8 GHz", "computeunits": 108.0, "ebs_iops": 0.0, "ebs_max_bandwidth": 0.0, "ebs_throughput": 0.0, "ecu_per_vcpu": 3.375, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "unknown", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM, PV", "max_ips": 240, "memory": 60.0, "name": "C3 High-CPU Eight Extra Large", "network_perf": 12.0, "physical_processor": "Intel Xeon E5-2680 v2 (Ivy Bridge)", "placement_group_support": false, "storage": 640.0, "vcpus": 32.0, "vpc_only": false}, "c3.large": {"apiname": "c3.large", "architecture": "32/64-bit", "clock_speed_ghz": "2.8 GHz", "computeunits": 7.0, "ebs_iops": 0.0, "ebs_max_bandwidth": 0.0, "ebs_throughput": 0.0, "ecu_per_vcpu": 3.5, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "unknown", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM, PV", "max_ips": 30, "memory": 3.75, "name": "C3 High-CPU Large", "network_perf": 6.0, "physical_processor": "Intel Xeon E5-2680 v2 (Ivy Bridge)", "placement_group_support": false, "storage": 32.0, "vcpus": 2.0, "vpc_only": false}, "c3.xlarge": {"apiname": "c3.xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.8 GHz", "computeunits": 14.0, "ebs_iops": 4000.0, "ebs_max_bandwidth": 500.0, "ebs_throughput": 62.5, "ecu_per_vcpu": 3.5, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "unknown", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM, PV", "max_ips": 60, "memory": 7.5, "name": "C3 High-CPU Extra Large", "network_perf": 6.0, "physical_processor": "Intel Xeon E5-2680 v2 (Ivy Bridge)", "placement_group_support": false, "storage": 80.0, "vcpus": 4.0, "vpc_only": false}, "c4.2xlarge": {"apiname": "c4.2xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.9 GHz", "computeunits": 31.0, "ebs_iops": 8000.0, "ebs_max_bandwidth": 1000.0, "ebs_throughput": 125.0, "ecu_per_vcpu": 3.875, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 60, "memory": 15.0, "name": "C4 High-CPU Double Extra Large", "network_perf": 8.0, "physical_processor": "Intel Xeon E5-2666 v3 (Haswell)", "placement_group_support": false, "storage": 0.0, "vcpus": 8.0, "vpc_only": true}, "c4.4xlarge": {"apiname": "c4.4xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.9 GHz", "computeunits": 62.0, "ebs_iops": 16000.0, "ebs_max_bandwidth": 2000.0, "ebs_throughput": 250.0, "ecu_per_vcpu": 3.875, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 240, "memory": 30.0, "name": "C4 High-CPU Quadruple Extra Large", "network_perf": 8.0, "physical_processor": "Intel Xeon E5-2666 v3 (Haswell)", "placement_group_support": false, "storage": 0.0, "vcpus": 16.0, "vpc_only": true}, "c4.8xlarge": {"apiname": "c4.8xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.9 GHz", "computeunits": 132.0, "ebs_iops": 32000.0, "ebs_max_bandwidth": 4000.0, "ebs_throughput": 500.0, "ecu_per_vcpu": 3.6666666666666665, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 240, "memory": 60.0, "name": "C4 High-CPU Eight Extra Large", "network_perf": 12.0, "physical_processor": "Intel Xeon E5-2666 v3 (Haswell)", "placement_group_support": false, "storage": 0.0, "vcpus": 36.0, "vpc_only": true}, "c4.large": {"apiname": "c4.large", "architecture": "64-bit", "clock_speed_ghz": "2.9 GHz", "computeunits": 8.0, "ebs_iops": 4000.0, "ebs_max_bandwidth": 500.0, "ebs_throughput": 62.5, "ecu_per_vcpu": 4.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 30, "memory": 3.75, "name": "C4 High-CPU Large", "network_perf": 6.0, "physical_processor": "Intel Xeon E5-2666 v3 (Haswell)", "placement_group_support": false, "storage": 0.0, "vcpus": 2.0, "vpc_only": true}, "c4.xlarge": {"apiname": "c4.xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.9 GHz", "computeunits": 16.0, "ebs_iops": 6000.0, "ebs_max_bandwidth": 750.0, "ebs_throughput": 93.75, "ecu_per_vcpu": 4.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 60, "memory": 7.5, "name": "C4 High-CPU Extra Large", "network_perf": 8.0, "physical_processor": "Intel Xeon E5-2666 v3 (Haswell)", "placement_group_support": false, "storage": 0.0, "vcpus": 4.0, "vpc_only": true}, "c5.12xlarge": {"apiname": "c5.12xlarge", "architecture": "64-bit", "clock_speed_ghz": "3.0 Ghz", "computeunits": 188.0, "ebs_iops": 40000.0, "ebs_max_bandwidth": 7000.0, "ebs_throughput": 875.0, "ecu_per_vcpu": 3.9166666666666665, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 240, "memory": 96.0, "name": "C5 High-CPU 12xlarge", "network_perf": 14.0, "physical_processor": "Intel Xeon Platinum 8275L", "placement_group_support": false, "storage": 0.0, "vcpus": 48.0, "vpc_only": true}, "c5.18xlarge": {"apiname": "c5.18xlarge", "architecture": "64-bit", "clock_speed_ghz": "3.0 Ghz", "computeunits": 281.0, "ebs_iops": 80000.0, "ebs_max_bandwidth": 14000.0, "ebs_throughput": 1750.0, "ecu_per_vcpu": 3.9027777777777777, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 750, "memory": 144.0, "name": "C5 High-CPU 18xlarge", "network_perf": 20.0, "physical_processor": "Intel Xeon Platinum 8124M", "placement_group_support": false, "storage": 0.0, "vcpus": 72.0, "vpc_only": true}, "c5.24xlarge": {"apiname": "c5.24xlarge", "architecture": "64-bit", "clock_speed_ghz": "3.0 Ghz", "computeunits": 375.0, "ebs_iops": 80000.0, "ebs_max_bandwidth": 14000.0, "ebs_throughput": 1750.0, "ecu_per_vcpu": 3.90625, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 750, "memory": 192.0, "name": "C5 High-CPU 24xlarge", "network_perf": 20.0, "physical_processor": "Intel Xeon Platinum 8275L", "placement_group_support": false, "storage": 0.0, "vcpus": 96.0, "vpc_only": true}, "c5.2xlarge": {"apiname": "c5.2xlarge", "architecture": "64-bit", "clock_speed_ghz": "3.0 Ghz", "computeunits": 34.0, "ebs_iops": 20000.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 4.25, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 60, "memory": 16.0, "name": "C5 High-CPU Double Extra Large", "network_perf": 10.0, "physical_processor": "Intel Xeon Platinum 8124M", "placement_group_support": false, "storage": 0.0, "vcpus": 8.0, "vpc_only": true}, "c5.4xlarge": {"apiname": "c5.4xlarge", "architecture": "64-bit", "clock_speed_ghz": "3.0 Ghz", "computeunits": 68.0, "ebs_iops": 20000.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 4.25, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 240, "memory": 32.0, "name": "C5 High-CPU Quadruple Extra Large", "network_perf": 10.0, "physical_processor": "Intel Xeon Platinum 8124M", "placement_group_support": false, "storage": 0.0, "vcpus": 16.0, "vpc_only": true}, "c5.9xlarge": {"apiname": "c5.9xlarge", "architecture": "64-bit", "clock_speed_ghz": "3.0 Ghz", "computeunits": 141.0, "ebs_iops": 40000.0, "ebs_max_bandwidth": 7000.0, "ebs_throughput": 875.0, "ecu_per_vcpu": 3.9166666666666665, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 240, "memory": 72.0, "name": "C5 High-CPU 9xlarge", "network_perf": 12.0, "physical_processor": "Intel Xeon Platinum 8124M", "placement_group_support": false, "storage": 0.0, "vcpus": 36.0, "vpc_only": true}, "c5.large": {"apiname": "c5.large", "architecture": "64-bit", "clock_speed_ghz": "3.0 Ghz", "computeunits": 9.0, "ebs_iops": 20000.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 4.5, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 30, "memory": 4.0, "name": "C5 High-CPU Large", "network_perf": 10.0, "physical_processor": "Intel Xeon Platinum 8124M", "placement_group_support": false, "storage": 0.0, "vcpus": 2.0, "vpc_only": true}, "c5.metal": {"apiname": "c5.metal", "architecture": "64-bit", "clock_speed_ghz": "3.0 Ghz", "computeunits": 375.0, "ebs_iops": 80000.0, "ebs_max_bandwidth": 14000.0, "ebs_throughput": 1750.0, "ecu_per_vcpu": 3.90625, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 750, "memory": 192.0, "name": "C5 High-CPU Metal", "network_perf": 20.0, "physical_processor": "Intel Xeon Platinum 8275L", "placement_group_support": false, "storage": 0.0, "vcpus": 96.0, "vpc_only": true}, "c5.xlarge": {"apiname": "c5.xlarge", "architecture": "64-bit", "clock_speed_ghz": "3.0 Ghz", "computeunits": 17.0, "ebs_iops": 20000.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 4.25, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 60, "memory": 8.0, "name": "C5 High-CPU Extra Large", "network_perf": 10.0, "physical_processor": "Intel Xeon Platinum 8124M", "placement_group_support": false, "storage": 0.0, "vcpus": 4.0, "vpc_only": true}, "c5d.12xlarge": {"apiname": "c5d.12xlarge", "architecture": "64-bit", "clock_speed_ghz": "3.0 Ghz", "computeunits": 188.0, "ebs_iops": 40000.0, "ebs_max_bandwidth": 7000.0, "ebs_throughput": 875.0, "ecu_per_vcpu": 3.9166666666666665, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 240, "memory": 96.0, "name": "C5 High-CPU 12xlarge", "network_perf": 14.0, "physical_processor": "Intel Xeon Platinum 8275L", "placement_group_support": false, "storage": 1800.0, "vcpus": 48.0, "vpc_only": true}, "c5d.18xlarge": {"apiname": "c5d.18xlarge", "architecture": "64-bit", "clock_speed_ghz": "3.0 Ghz", "computeunits": 281.0, "ebs_iops": 80000.0, "ebs_max_bandwidth": 14000.0, "ebs_throughput": 1750.0, "ecu_per_vcpu": 3.9027777777777777, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 750, "memory": 144.0, "name": "C5 High-CPU 18xlarge", "network_perf": 20.0, "physical_processor": "Intel Xeon Platinum 8124M", "placement_group_support": false, "storage": 1800.0, "vcpus": 72.0, "vpc_only": true}, "c5d.24xlarge": {"apiname": "c5d.24xlarge", "architecture": "64-bit", "clock_speed_ghz": "3.0 Ghz", "computeunits": 375.0, "ebs_iops": 80000.0, "ebs_max_bandwidth": 14000.0, "ebs_throughput": 1750.0, "ecu_per_vcpu": 3.90625, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 750, "memory": 192.0, "name": "C5 High-CPU 24xlarge", "network_perf": 20.0, "physical_processor": "Intel Xeon Platinum 8275L", "placement_group_support": false, "storage": 3600.0, "vcpus": 96.0, "vpc_only": true}, "c5d.2xlarge": {"apiname": "c5d.2xlarge", "architecture": "64-bit", "clock_speed_ghz": "3.0 Ghz", "computeunits": 34.0, "ebs_iops": 20000.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 4.25, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 60, "memory": 16.0, "name": "C5 High-CPU Double Extra Large", "network_perf": 10.0, "physical_processor": "Intel Xeon Platinum 8124M", "placement_group_support": false, "storage": 200.0, "vcpus": 8.0, "vpc_only": true}, "c5d.4xlarge": {"apiname": "c5d.4xlarge", "architecture": "64-bit", "clock_speed_ghz": "3.0 Ghz", "computeunits": 68.0, "ebs_iops": 20000.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 4.25, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 240, "memory": 32.0, "name": "C5 High-CPU Quadruple Extra Large", "network_perf": 10.0, "physical_processor": "Intel Xeon Platinum 8124M", "placement_group_support": false, "storage": 400.0, "vcpus": 16.0, "vpc_only": true}, "c5d.9xlarge": {"apiname": "c5d.9xlarge", "architecture": "64-bit", "clock_speed_ghz": "3.0 Ghz", "computeunits": 141.0, "ebs_iops": 40000.0, "ebs_max_bandwidth": 7000.0, "ebs_throughput": 875.0, "ecu_per_vcpu": 3.9166666666666665, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 240, "memory": 72.0, "name": "C5 High-CPU 9xlarge", "network_perf": 12.0, "physical_processor": "Intel Xeon Platinum 8124M", "placement_group_support": false, "storage": 900.0, "vcpus": 36.0, "vpc_only": true}, "c5d.large": {"apiname": "c5d.large", "architecture": "64-bit", "clock_speed_ghz": "3.0 Ghz", "computeunits": 9.0, "ebs_iops": 20000.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 4.5, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 30, "memory": 4.0, "name": "C5 High-CPU Large", "network_perf": 10.0, "physical_processor": "Intel Xeon Platinum 8124M", "placement_group_support": false, "storage": 50.0, "vcpus": 2.0, "vpc_only": true}, "c5d.metal": {"apiname": "c5d.metal", "architecture": "64-bit", "clock_speed_ghz": "3.0 Ghz", "computeunits": 375.0, "ebs_iops": 80000.0, "ebs_max_bandwidth": 14000.0, "ebs_throughput": 1750.0, "ecu_per_vcpu": 3.90625, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 750, "memory": 192.0, "name": "C5 High-CPU Metal", "network_perf": 20.0, "physical_processor": "Intel Xeon Platinum 8275L", "placement_group_support": false, "storage": 3600.0, "vcpus": 96.0, "vpc_only": true}, "c5d.xlarge": {"apiname": "c5d.xlarge", "architecture": "64-bit", "clock_speed_ghz": "3.0 Ghz", "computeunits": 17.0, "ebs_iops": 20000.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 4.25, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 60, "memory": 8.0, "name": "C5 High-CPU Extra Large", "network_perf": 10.0, "physical_processor": "Intel Xeon Platinum 8124M", "placement_group_support": false, "storage": 100.0, "vcpus": 4.0, "vpc_only": true}, "c5n.18xlarge": {"apiname": "c5n.18xlarge", "architecture": "64-bit", "clock_speed_ghz": "3.0 Ghz", "computeunits": 0.0, "ebs_iops": 80000.0, "ebs_max_bandwidth": 14000.0, "ebs_throughput": 1750.0, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 750, "memory": 192.0, "name": "C5N 18xlarge", "network_perf": 26.0, "physical_processor": "Intel Xeon Platinum 8124M", "placement_group_support": false, "storage": 0.0, "vcpus": 72.0, "vpc_only": true}, "c5n.2xlarge": {"apiname": "c5n.2xlarge", "architecture": "64-bit", "clock_speed_ghz": "3.0 Ghz", "computeunits": 0.0, "ebs_iops": 20000.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 60, "memory": 21.0, "name": "C5N Double Extra Large", "network_perf": 18.0, "physical_processor": "Intel Xeon Platinum 8124M", "placement_group_support": false, "storage": 0.0, "vcpus": 8.0, "vpc_only": true}, "c5n.4xlarge": {"apiname": "c5n.4xlarge", "architecture": "64-bit", "clock_speed_ghz": "3.0 Ghz", "computeunits": 0.0, "ebs_iops": 20000.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 240, "memory": 42.0, "name": "C5N Quadruple Extra Large", "network_perf": 18.0, "physical_processor": "Intel Xeon Platinum 8124M", "placement_group_support": false, "storage": 0.0, "vcpus": 16.0, "vpc_only": true}, "c5n.9xlarge": {"apiname": "c5n.9xlarge", "architecture": "64-bit", "clock_speed_ghz": "3.0 Ghz", "computeunits": 0.0, "ebs_iops": 40000.0, "ebs_max_bandwidth": 7000.0, "ebs_throughput": 875.0, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 240, "memory": 96.0, "name": "C5N 9xlarge", "network_perf": 22.0, "physical_processor": "Intel Xeon Platinum 8124M", "placement_group_support": false, "storage": 0.0, "vcpus": 36.0, "vpc_only": true}, "c5n.large": {"apiname": "c5n.large", "architecture": "64-bit", "clock_speed_ghz": "3.0 Ghz", "computeunits": 0.0, "ebs_iops": 20000.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 30, "memory": 5.25, "name": "C5N Large", "network_perf": 18.0, "physical_processor": "Intel Xeon Platinum 8124M", "placement_group_support": false, "storage": 0.0, "vcpus": 2.0, "vpc_only": true}, "c5n.metal": {"apiname": "c5n.metal", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 80000.0, "ebs_max_bandwidth": 14000.0, "ebs_throughput": 1750.0, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 750, "memory": 192.0, "name": "C5N Metal", "network_perf": 26.0, "physical_processor": "Intel Xeon Platinum 8124M", "placement_group_support": false, "storage": 0.0, "vcpus": 72.0, "vpc_only": true}, "c5n.xlarge": {"apiname": "c5n.xlarge", "architecture": "64-bit", "clock_speed_ghz": "3.0 Ghz", "computeunits": 0.0, "ebs_iops": 20000.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 60, "memory": 10.5, "name": "C5N Extra Large", "network_perf": 18.0, "physical_processor": "Intel Xeon Platinum 8124M", "placement_group_support": false, "storage": 0.0, "vcpus": 4.0, "vpc_only": true}, "cc2.8xlarge": {"apiname": "cc2.8xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.6 GHz", "computeunits": 88.0, "ebs_iops": 0.0, "ebs_max_bandwidth": 0.0, "ebs_throughput": 0.0, "ecu_per_vcpu": 2.75, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": false, "linux_virtualization": "HVM", "max_ips": 240, "memory": 60.5, "name": "Cluster Compute Eight Extra Large", "network_perf": 12.0, "physical_processor": "Intel Xeon E5-2670", "placement_group_support": false, "storage": 3360.0, "vcpus": 32.0, "vpc_only": false}, "cr1.8xlarge": {"apiname": "cr1.8xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 88.0, "ebs_iops": 0.0, "ebs_max_bandwidth": 0.0, "ebs_throughput": 0.0, "ecu_per_vcpu": 2.75, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": false, "linux_virtualization": "Unknown", "max_ips": 240, "memory": 244.0, "name": "High Memory Cluster Eight Extra Large", "network_perf": 12.0, "physical_processor": "Intel Xeon E5-2670", "placement_group_support": false, "storage": 240.0, "vcpus": 32.0, "vpc_only": false}, "d2.2xlarge": {"apiname": "d2.2xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.4 GHz", "computeunits": 28.0, "ebs_iops": 8000.0, "ebs_max_bandwidth": 1000.0, "ebs_throughput": 125.0, "ecu_per_vcpu": 3.5, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 60, "memory": 61.0, "name": "D2 Double Extra Large", "network_perf": 8.0, "physical_processor": "Intel Xeon E5-2676v3 (Haswell)", "placement_group_support": false, "storage": 12000.0, "vcpus": 8.0, "vpc_only": false}, "d2.4xlarge": {"apiname": "d2.4xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.4 GHz", "computeunits": 56.0, "ebs_iops": 16000.0, "ebs_max_bandwidth": 2000.0, "ebs_throughput": 250.0, "ecu_per_vcpu": 3.5, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 240, "memory": 122.0, "name": "D2 Quadruple Extra Large", "network_perf": 8.0, "physical_processor": "Intel Xeon E5-2676v3 (Haswell)", "placement_group_support": false, "storage": 24000.0, "vcpus": 16.0, "vpc_only": false}, "d2.8xlarge": {"apiname": "d2.8xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.4 GHz", "computeunits": 116.0, "ebs_iops": 32000.0, "ebs_max_bandwidth": 4000.0, "ebs_throughput": 500.0, "ecu_per_vcpu": 3.2222222222222223, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 240, "memory": 244.0, "name": "D2 Eight Extra Large", "network_perf": 12.0, "physical_processor": "Intel Xeon E5-2676v3 (Haswell)", "placement_group_support": false, "storage": 48000.0, "vcpus": 36.0, "vpc_only": false}, "d2.xlarge": {"apiname": "d2.xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.4 GHz", "computeunits": 14.0, "ebs_iops": 6000.0, "ebs_max_bandwidth": 750.0, "ebs_throughput": 93.75, "ecu_per_vcpu": 3.5, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 60, "memory": 30.5, "name": "D2 Extra Large", "network_perf": 6.0, "physical_processor": "Intel Xeon E5-2676v3 (Haswell)", "placement_group_support": false, "storage": 6000.0, "vcpus": 4.0, "vpc_only": false}, "f1.16xlarge": {"apiname": "f1.16xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 188.0, "ebs_iops": 75000.0, "ebs_max_bandwidth": 14000.0, "ebs_throughput": 1750.0, "ecu_per_vcpu": 2.9375, "enhanced_networking": false, "fpga": 8, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 400, "memory": 976.0, "name": "F1 16xlarge", "network_perf": 16.0, "physical_processor": "Intel Xeon E5-2686 v4 (Broadwell)", "placement_group_support": false, "storage": 3760.0, "vcpus": 64.0, "vpc_only": true}, "f1.2xlarge": {"apiname": "f1.2xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 26.0, "ebs_iops": 12000.0, "ebs_max_bandwidth": 1700.0, "ebs_throughput": 212.5, "ecu_per_vcpu": 3.25, "enhanced_networking": false, "fpga": 1, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 60, "memory": 122.0, "name": "F1 Double Extra Large", "network_perf": 10.0, "physical_processor": "Intel Xeon E5-2686 v4 (Broadwell)", "placement_group_support": false, "storage": 470.0, "vcpus": 8.0, "vpc_only": true}, "f1.4xlarge": {"apiname": "f1.4xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 52.0, "ebs_iops": 44000.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 400.0, "ecu_per_vcpu": 3.25, "enhanced_networking": false, "fpga": 2, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 240, "memory": 244.0, "name": "F1 Quadruple Extra Large", "network_perf": 12.0, "physical_processor": "Intel Xeon E5-2686 v4 (Broadwell)", "placement_group_support": false, "storage": 940.0, "vcpus": 16.0, "vpc_only": true}, "g2.2xlarge": {"apiname": "g2.2xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.6 GHz", "computeunits": 26.0, "ebs_iops": 8000.0, "ebs_max_bandwidth": 1000.0, "ebs_throughput": 125.0, "ecu_per_vcpu": 3.25, "enhanced_networking": false, "fpga": 0, "gpus": 1, "intel_avx": "Yes", "intel_avx2": "unknown", "intel_turbo": "Yes", "ipv6_support": false, "linux_virtualization": "Unknown", "max_ips": 60, "memory": 15.0, "name": "G2 Double Extra Large", "network_perf": 8.0, "physical_processor": "Intel Xeon E5-2670 (Sandy Bridge)", "placement_group_support": false, "storage": 60.0, "vcpus": 8.0, "vpc_only": false}, "g2.8xlarge": {"apiname": "g2.8xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.6 GHz", "computeunits": 104.0, "ebs_iops": 0.0, "ebs_max_bandwidth": 0.0, "ebs_throughput": 0.0, "ecu_per_vcpu": 3.25, "enhanced_networking": false, "fpga": 0, "gpus": 4, "intel_avx": "Yes", "intel_avx2": "unknown", "intel_turbo": "Yes", "ipv6_support": false, "linux_virtualization": "Unknown", "max_ips": 240, "memory": 60.0, "name": "G2 Eight Extra Large", "network_perf": 12.0, "physical_processor": "Intel Xeon E5-2670 (Sandy Bridge)", "placement_group_support": false, "storage": 240.0, "vcpus": 32.0, "vpc_only": false}, "g3.16xlarge": {"apiname": "g3.16xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.3 GHz", "computeunits": 188.0, "ebs_iops": 80000.0, "ebs_max_bandwidth": 14000.0, "ebs_throughput": 1750.0, "ecu_per_vcpu": 2.9375, "enhanced_networking": true, "fpga": 0, "gpus": 4, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 750, "memory": 488.0, "name": "G3 16xlarge", "network_perf": 16.0, "physical_processor": "Intel Xeon E5-2686 v4 (Broadwell)", "placement_group_support": false, "storage": 0.0, "vcpus": 64.0, "vpc_only": true}, "g3.4xlarge": {"apiname": "g3.4xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.3 GHz", "computeunits": 47.0, "ebs_iops": 20000.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 2.9375, "enhanced_networking": true, "fpga": 0, "gpus": 1, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 240, "memory": 122.0, "name": "G3 Quadruple Extra Large", "network_perf": 10.0, "physical_processor": "Intel Xeon E5-2686 v4 (Broadwell)", "placement_group_support": false, "storage": 0.0, "vcpus": 16.0, "vpc_only": true}, "g3.8xlarge": {"apiname": "g3.8xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.3 GHz", "computeunits": 94.0, "ebs_iops": 40000.0, "ebs_max_bandwidth": 7000.0, "ebs_throughput": 875.0, "ecu_per_vcpu": 2.9375, "enhanced_networking": true, "fpga": 0, "gpus": 2, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 240, "memory": 244.0, "name": "G3 Eight Extra Large", "network_perf": 12.0, "physical_processor": "Intel Xeon E5-2686 v4 (Broadwell)", "placement_group_support": false, "storage": 0.0, "vcpus": 32.0, "vpc_only": true}, "g3s.xlarge": {"apiname": "g3s.xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 13.0, "ebs_iops": 5000.0, "ebs_max_bandwidth": 850.0, "ebs_throughput": 100.0, "ecu_per_vcpu": 3.25, "enhanced_networking": false, "fpga": 0, "gpus": 1, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 60, "memory": 30.5, "name": "G3S Extra Large", "network_perf": 12.0, "physical_processor": "Intel Xeon E5-2686 v4 (Broadwell)", "placement_group_support": false, "storage": 0.0, "vcpus": 4.0, "vpc_only": true}, "g4dn.12xlarge": {"apiname": "g4dn.12xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 40000.0, "ebs_max_bandwidth": 7000.0, "ebs_throughput": 875.0, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 4, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 240, "memory": 192.0, "name": "G4DN 12xlarge", "network_perf": 22.0, "physical_processor": "Intel Xeon Family", "placement_group_support": false, "storage": 900.0, "vcpus": 48.0, "vpc_only": true}, "g4dn.16xlarge": {"apiname": "g4dn.16xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 40000.0, "ebs_max_bandwidth": 7000.0, "ebs_throughput": 875.0, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 1, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 750, "memory": 256.0, "name": "G4DN 16xlarge", "network_perf": 22.0, "physical_processor": "Intel Xeon Family", "placement_group_support": false, "storage": 900.0, "vcpus": 64.0, "vpc_only": true}, "g4dn.2xlarge": {"apiname": "g4dn.2xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 20000.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 1, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 30, "memory": 32.0, "name": "G4DN Double Extra Large", "network_perf": 18.0, "physical_processor": "Intel Xeon Family", "placement_group_support": false, "storage": 225.0, "vcpus": 8.0, "vpc_only": true}, "g4dn.4xlarge": {"apiname": "g4dn.4xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 20000.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 1, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 30, "memory": 64.0, "name": "G4DN Quadruple Extra Large", "network_perf": 18.0, "physical_processor": "Intel Xeon Family", "placement_group_support": false, "storage": 225.0, "vcpus": 16.0, "vpc_only": true}, "g4dn.8xlarge": {"apiname": "g4dn.8xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 40000.0, "ebs_max_bandwidth": 7000.0, "ebs_throughput": 875.0, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 1, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 60, "memory": 128.0, "name": "G4DN Eight Extra Large", "network_perf": 22.0, "physical_processor": "Intel Xeon Family", "placement_group_support": false, "storage": 900.0, "vcpus": 32.0, "vpc_only": true}, "g4dn.metal": {"apiname": "g4dn.metal", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 0.0, "ebs_max_bandwidth": 0.0, "ebs_throughput": 0.0, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 8, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "memory": 384.0, "name": "G4DN Metal", "network_perf": 26.0, "physical_processor": "Intel Xeon Family", "placement_group_support": false, "storage": 0.0, "vcpus": 96.0, "vpc_only": true}, "g4dn.xlarge": {"apiname": "g4dn.xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 10000.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 1, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 30, "memory": 16.0, "name": "G4DN Extra Large", "network_perf": 18.0, "physical_processor": "Intel Xeon Family", "placement_group_support": false, "storage": 125.0, "vcpus": 4.0, "vpc_only": true}, "h1.16xlarge": {"apiname": "h1.16xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.3 GHz", "computeunits": 188.0, "ebs_iops": 80000.0, "ebs_max_bandwidth": 14000.0, "ebs_throughput": 1750.0, "ecu_per_vcpu": 2.9375, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 750, "memory": 256.0, "name": "H1 16xlarge", "network_perf": 20.0, "physical_processor": "Intel Xeon E5-2686 v4 (Broadwell)", "placement_group_support": false, "storage": 16000.0, "vcpus": 64.0, "vpc_only": true}, "h1.2xlarge": {"apiname": "h1.2xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.3 GHz", "computeunits": 26.0, "ebs_iops": 12000.0, "ebs_max_bandwidth": 1750.0, "ebs_throughput": 218.75, "ecu_per_vcpu": 3.25, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 60, "memory": 32.0, "name": "H1 Double Extra Large", "network_perf": 10.0, "physical_processor": "Intel Xeon E5-2686 v4 (Broadwell)", "placement_group_support": false, "storage": 2000.0, "vcpus": 8.0, "vpc_only": true}, "h1.4xlarge": {"apiname": "h1.4xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.3 GHz", "computeunits": 53.5, "ebs_iops": 20000.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 3.34375, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 240, "memory": 64.0, "name": "H1 Quadruple Extra Large", "network_perf": 10.0, "physical_processor": "Intel Xeon E5-2686 v4 (Broadwell)", "placement_group_support": false, "storage": 4000.0, "vcpus": 16.0, "vpc_only": true}, "h1.8xlarge": {"apiname": "h1.8xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.3 GHz", "computeunits": 99.0, "ebs_iops": 40000.0, "ebs_max_bandwidth": 7000.0, "ebs_throughput": 875.0, "ecu_per_vcpu": 3.09375, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 240, "memory": 128.0, "name": "H1 Eight Extra Large", "network_perf": 12.0, "physical_processor": "Intel Xeon E5-2686 v4 (Broadwell)", "placement_group_support": false, "storage": 8000.0, "vcpus": 32.0, "vpc_only": true}, "hs1.8xlarge": {"apiname": "hs1.8xlarge", "architecture": "64-bit", "clock_speed_ghz": "2 GHz", "computeunits": 35.0, "ebs_iops": 0.0, "ebs_max_bandwidth": 0.0, "ebs_throughput": 0.0, "ecu_per_vcpu": 2.0588235294117645, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": false, "linux_virtualization": "HVM, PV", "max_ips": 240, "memory": 117.0, "name": "High Storage Eight Extra Large", "network_perf": 12.0, "physical_processor": "Intel Xeon E5-2650", "placement_group_support": false, "storage": 48000.0, "vcpus": 17.0, "vpc_only": false}, "i2.2xlarge": {"apiname": "i2.2xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 27.0, "ebs_iops": 8000.0, "ebs_max_bandwidth": 1000.0, "ebs_throughput": 125.0, "ecu_per_vcpu": 3.375, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "unknown", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 60, "memory": 61.0, "name": "I2 Double Extra Large", "network_perf": 8.0, "physical_processor": "Intel Xeon E5-2670 v2 (Ivy Bridge)", "placement_group_support": false, "storage": 1600.0, "vcpus": 8.0, "vpc_only": false}, "i2.4xlarge": {"apiname": "i2.4xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 53.0, "ebs_iops": 16000.0, "ebs_max_bandwidth": 2000.0, "ebs_throughput": 250.0, "ecu_per_vcpu": 3.3125, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "unknown", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 240, "memory": 122.0, "name": "I2 Quadruple Extra Large", "network_perf": 8.0, "physical_processor": "Intel Xeon E5-2670 v2 (Ivy Bridge)", "placement_group_support": false, "storage": 3200.0, "vcpus": 16.0, "vpc_only": false}, "i2.8xlarge": {"apiname": "i2.8xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 104.0, "ebs_iops": 0.0, "ebs_max_bandwidth": 0.0, "ebs_throughput": 0.0, "ecu_per_vcpu": 3.25, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "unknown", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 240, "memory": 244.0, "name": "I2 Eight Extra Large", "network_perf": 12.0, "physical_processor": "Intel Xeon E5-2670 v2 (Ivy Bridge)", "placement_group_support": false, "storage": 6400.0, "vcpus": 32.0, "vpc_only": false}, "i2.xlarge": {"apiname": "i2.xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 14.0, "ebs_iops": 4000.0, "ebs_max_bandwidth": 500.0, "ebs_throughput": 62.5, "ecu_per_vcpu": 3.5, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "unknown", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 60, "memory": 30.5, "name": "I2 Extra Large", "network_perf": 6.0, "physical_processor": "Intel Xeon E5-2670 v2 (Ivy Bridge)", "placement_group_support": false, "storage": 800.0, "vcpus": 4.0, "vpc_only": false}, "i3.16xlarge": {"apiname": "i3.16xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.3 GHz", "computeunits": 200.0, "ebs_iops": 65000.0, "ebs_max_bandwidth": 14000.0, "ebs_throughput": 1750.0, "ecu_per_vcpu": 3.125, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 750, "memory": 488.0, "name": "I3 High I/O 16xlarge", "network_perf": 16.0, "physical_processor": "Intel Xeon E5-2686 v4 (Broadwell)", "placement_group_support": false, "storage": 15200.0, "vcpus": 64.0, "vpc_only": true}, "i3.2xlarge": {"apiname": "i3.2xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.3 GHz", "computeunits": 27.0, "ebs_iops": 12000.0, "ebs_max_bandwidth": 1700.0, "ebs_throughput": 212.5, "ecu_per_vcpu": 3.375, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 60, "memory": 61.0, "name": "I3 High I/O Double Extra Large", "network_perf": 10.0, "physical_processor": "Intel Xeon E5-2686 v4 (Broadwell)", "placement_group_support": false, "storage": 1900.0, "vcpus": 8.0, "vpc_only": true}, "i3.4xlarge": {"apiname": "i3.4xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.3 GHz", "computeunits": 53.0, "ebs_iops": 16000.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 3.3125, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 240, "memory": 122.0, "name": "I3 High I/O Quadruple Extra Large", "network_perf": 10.0, "physical_processor": "Intel Xeon E5-2686 v4 (Broadwell)", "placement_group_support": false, "storage": 3800.0, "vcpus": 16.0, "vpc_only": true}, "i3.8xlarge": {"apiname": "i3.8xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.3 GHz", "computeunits": 99.0, "ebs_iops": 32500.0, "ebs_max_bandwidth": 7000.0, "ebs_throughput": 875.0, "ecu_per_vcpu": 3.09375, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 240, "memory": 244.0, "name": "I3 High I/O Eight Extra Large", "network_perf": 12.0, "physical_processor": "Intel Xeon E5-2686 v4 (Broadwell)", "placement_group_support": false, "storage": 7600.0, "vcpus": 32.0, "vpc_only": true}, "i3.large": {"apiname": "i3.large", "architecture": "64-bit", "clock_speed_ghz": "2.3 GHz", "computeunits": 7.0, "ebs_iops": 3000.0, "ebs_max_bandwidth": 425.0, "ebs_throughput": 53.13, "ecu_per_vcpu": 3.5, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 30, "memory": 15.25, "name": "I3 High I/O Large", "network_perf": 10.0, "physical_processor": "Intel Xeon E5-2686 v4 (Broadwell)", "placement_group_support": false, "storage": 475.0, "vcpus": 2.0, "vpc_only": true}, "i3.metal": {"apiname": "i3.metal", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 208.0, "ebs_iops": 65000.0, "ebs_max_bandwidth": 14000.0, "ebs_throughput": 1750.0, "ecu_per_vcpu": 2.888888888888889, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 750, "memory": 512.0, "name": "I3 High I/O Metal", "network_perf": 20.0, "physical_processor": "Intel Xeon E5-2686 v4 (Broadwell)", "placement_group_support": false, "storage": 15200.0, "vcpus": 72.0, "vpc_only": true}, "i3.xlarge": {"apiname": "i3.xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.3 GHz", "computeunits": 13.0, "ebs_iops": 6000.0, "ebs_max_bandwidth": 850.0, "ebs_throughput": 106.25, "ecu_per_vcpu": 3.25, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 60, "memory": 30.5, "name": "I3 High I/O Extra Large", "network_perf": 10.0, "physical_processor": "Intel Xeon E5-2686 v4 (Broadwell)", "placement_group_support": false, "storage": 950.0, "vcpus": 4.0, "vpc_only": true}, "i3en.12xlarge": {"apiname": "i3en.12xlarge", "architecture": "64-bit", "clock_speed_ghz": "3.1 GHz", "computeunits": 0.0, "ebs_iops": 40000.0, "ebs_max_bandwidth": 7000.0, "ebs_throughput": 875.0, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 240, "memory": 384.0, "name": "I3EN 12xlarge", "network_perf": 22.0, "physical_processor": "Intel Xeon Platinum 8175", "placement_group_support": false, "storage": 30000.0, "vcpus": 48.0, "vpc_only": true}, "i3en.24xlarge": {"apiname": "i3en.24xlarge", "architecture": "64-bit", "clock_speed_ghz": "3.1 GHz", "computeunits": 0.0, "ebs_iops": 80000.0, "ebs_max_bandwidth": 14000.0, "ebs_throughput": 1750.0, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 750, "memory": 768.0, "name": "I3EN 24xlarge", "network_perf": 26.0, "physical_processor": "Intel Xeon Platinum 8175", "placement_group_support": false, "storage": 60000.0, "vcpus": 96.0, "vpc_only": true}, "i3en.2xlarge": {"apiname": "i3en.2xlarge", "architecture": "64-bit", "clock_speed_ghz": "3.1 GHz", "computeunits": 0.0, "ebs_iops": 20000.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 60, "memory": 64.0, "name": "I3EN Double Extra Large", "network_perf": 18.0, "physical_processor": "Intel Xeon Platinum 8175", "placement_group_support": false, "storage": 5000.0, "vcpus": 8.0, "vpc_only": true}, "i3en.3xlarge": {"apiname": "i3en.3xlarge", "architecture": "64-bit", "clock_speed_ghz": "3.1 GHz", "computeunits": 0.0, "ebs_iops": 20000.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 60, "memory": 96.0, "name": "I3EN 3xlarge", "network_perf": 18.0, "physical_processor": "Intel Xeon Platinum 8175", "placement_group_support": false, "storage": 7500.0, "vcpus": 12.0, "vpc_only": true}, "i3en.6xlarge": {"apiname": "i3en.6xlarge", "architecture": "64-bit", "clock_speed_ghz": "3.1 GHz", "computeunits": 0.0, "ebs_iops": 20000.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 240, "memory": 192.0, "name": "I3EN 6xlarge", "network_perf": 20.0, "physical_processor": "Intel Xeon Platinum 8175", "placement_group_support": false, "storage": 15000.0, "vcpus": 24.0, "vpc_only": true}, "i3en.large": {"apiname": "i3en.large", "architecture": "64-bit", "clock_speed_ghz": "3.1 GHz", "computeunits": 0.0, "ebs_iops": 20000.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 30, "memory": 16.0, "name": "I3EN Large", "network_perf": 18.0, "physical_processor": "Intel Xeon Platinum 8175", "placement_group_support": false, "storage": 1250.0, "vcpus": 2.0, "vpc_only": true}, "i3en.metal": {"apiname": "i3en.metal", "architecture": "64-bit", "clock_speed_ghz": "3.1 GHz", "computeunits": 0.0, "ebs_iops": 80000.0, "ebs_max_bandwidth": 14000.0, "ebs_throughput": 1750.0, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 750, "memory": 768.0, "name": "I3EN Metal", "network_perf": 26.0, "physical_processor": "Intel Xeon Platinum 8175", "placement_group_support": false, "storage": 60000.0, "vcpus": 96.0, "vpc_only": true}, "i3en.xlarge": {"apiname": "i3en.xlarge", "architecture": "64-bit", "clock_speed_ghz": "3.1 GHz", "computeunits": 0.0, "ebs_iops": 20000.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 60, "memory": 32.0, "name": "I3EN Extra Large", "network_perf": 18.0, "physical_processor": "Intel Xeon Platinum 8175", "placement_group_support": false, "storage": 2500.0, "vcpus": 4.0, "vpc_only": true}, "m1.large": {"apiname": "m1.large", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 4.0, "ebs_iops": 4000.0, "ebs_max_bandwidth": 500.0, "ebs_throughput": 62.5, "ecu_per_vcpu": 2.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": false, "linux_virtualization": "PV", "max_ips": 30, "memory": 7.5, "name": "M1 General Purpose Large", "network_perf": 6.0, "physical_processor": "Intel Xeon Family", "placement_group_support": false, "storage": 840.0, "vcpus": 2.0, "vpc_only": false}, "m1.medium": {"apiname": "m1.medium", "architecture": "32/64-bit", "clock_speed_ghz": "unknown", "computeunits": 2.0, "ebs_iops": 0.0, "ebs_max_bandwidth": 0.0, "ebs_throughput": 0.0, "ecu_per_vcpu": 2.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": false, "linux_virtualization": "PV", "max_ips": 12, "memory": 3.75, "name": "M1 General Purpose Medium", "network_perf": 6.0, "physical_processor": "Intel Xeon Family", "placement_group_support": false, "storage": 410.0, "vcpus": 1.0, "vpc_only": false}, "m1.small": {"apiname": "m1.small", "architecture": "32/64-bit", "clock_speed_ghz": "unknown", "computeunits": 1.0, "ebs_iops": 0.0, "ebs_max_bandwidth": 0.0, "ebs_throughput": 0.0, "ecu_per_vcpu": 1.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": false, "linux_virtualization": "PV", "max_ips": 8, "memory": 1.7, "name": "M1 General Purpose Small", "network_perf": 2.0, "physical_processor": "Intel Xeon Family", "placement_group_support": false, "storage": 160.0, "vcpus": 1.0, "vpc_only": false}, "m1.xlarge": {"apiname": "m1.xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 8.0, "ebs_iops": 8000.0, "ebs_max_bandwidth": 1000.0, "ebs_throughput": 125.0, "ecu_per_vcpu": 2.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": false, "linux_virtualization": "PV", "max_ips": 60, "memory": 15.0, "name": "M1 General Purpose Extra Large", "network_perf": 8.0, "physical_processor": "Intel Xeon Family", "placement_group_support": false, "storage": 1680.0, "vcpus": 4.0, "vpc_only": false}, "m2.2xlarge": {"apiname": "m2.2xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 13.0, "ebs_iops": 4000.0, "ebs_max_bandwidth": 500.0, "ebs_throughput": 62.5, "ecu_per_vcpu": 3.25, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": false, "linux_virtualization": "PV", "max_ips": 120, "memory": 34.2, "name": "M2 High Memory Double Extra Large", "network_perf": 6.0, "physical_processor": "Intel Xeon Family", "placement_group_support": false, "storage": 850.0, "vcpus": 4.0, "vpc_only": false}, "m2.4xlarge": {"apiname": "m2.4xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 26.0, "ebs_iops": 8000.0, "ebs_max_bandwidth": 1000.0, "ebs_throughput": 125.0, "ecu_per_vcpu": 3.25, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": false, "linux_virtualization": "PV", "max_ips": 240, "memory": 68.4, "name": "M2 High Memory Quadruple Extra Large", "network_perf": 8.0, "physical_processor": "Intel Xeon Family", "placement_group_support": false, "storage": 1680.0, "vcpus": 8.0, "vpc_only": false}, "m2.xlarge": {"apiname": "m2.xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 6.5, "ebs_iops": 0.0, "ebs_max_bandwidth": 0.0, "ebs_throughput": 0.0, "ecu_per_vcpu": 3.25, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": false, "linux_virtualization": "PV", "max_ips": 60, "memory": 17.1, "name": "M2 High Memory Extra Large", "network_perf": 6.0, "physical_processor": "Intel Xeon Family", "placement_group_support": false, "storage": 420.0, "vcpus": 2.0, "vpc_only": false}, "m3.2xlarge": {"apiname": "m3.2xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 26.0, "ebs_iops": 8000.0, "ebs_max_bandwidth": 1000.0, "ebs_throughput": 125.0, "ecu_per_vcpu": 3.25, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "unknown", "intel_turbo": "Yes", "ipv6_support": false, "linux_virtualization": "HVM, PV", "max_ips": 120, "memory": 30.0, "name": "M3 General Purpose Double Extra Large", "network_perf": 8.0, "physical_processor": "Intel Xeon E5-2670 v2 (Ivy Bridge/Sandy Bridge)", "placement_group_support": false, "storage": 160.0, "vcpus": 8.0, "vpc_only": false}, "m3.large": {"apiname": "m3.large", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 6.5, "ebs_iops": 0.0, "ebs_max_bandwidth": 0.0, "ebs_throughput": 0.0, "ecu_per_vcpu": 3.25, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "unknown", "intel_turbo": "Yes", "ipv6_support": false, "linux_virtualization": "HVM, PV", "max_ips": 30, "memory": 7.5, "name": "M3 General Purpose Large", "network_perf": 6.0, "physical_processor": "Intel Xeon E5-2670 v2 (Ivy Bridge/Sandy Bridge)", "placement_group_support": false, "storage": 32.0, "vcpus": 2.0, "vpc_only": false}, "m3.medium": {"apiname": "m3.medium", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 3.0, "ebs_iops": 0.0, "ebs_max_bandwidth": 0.0, "ebs_throughput": 0.0, "ecu_per_vcpu": 3.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "unknown", "intel_turbo": "Yes", "ipv6_support": false, "linux_virtualization": "HVM, PV", "max_ips": 12, "memory": 3.75, "name": "M3 General Purpose Medium", "network_perf": 6.0, "physical_processor": "Intel Xeon E5-2670 v2 (Ivy Bridge/Sandy Bridge)", "placement_group_support": false, "storage": 4.0, "vcpus": 1.0, "vpc_only": false}, "m3.xlarge": {"apiname": "m3.xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 13.0, "ebs_iops": 4000.0, "ebs_max_bandwidth": 500.0, "ebs_throughput": 62.5, "ecu_per_vcpu": 3.25, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "unknown", "intel_turbo": "Yes", "ipv6_support": false, "linux_virtualization": "HVM, PV", "max_ips": 60, "memory": 15.0, "name": "M3 General Purpose Extra Large", "network_perf": 8.0, "physical_processor": "Intel Xeon E5-2670 v2 (Ivy Bridge/Sandy Bridge)", "placement_group_support": false, "storage": 80.0, "vcpus": 4.0, "vpc_only": false}, "m4.10xlarge": {"apiname": "m4.10xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.4 GHz", "computeunits": 124.5, "ebs_iops": 32000.0, "ebs_max_bandwidth": 4000.0, "ebs_throughput": 500.0, "ecu_per_vcpu": 3.1125, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 240, "memory": 160.0, "name": "M4 General Purpose Deca Extra Large", "network_perf": 12.0, "physical_processor": "Intel Xeon E5-2676 v3 (Haswell)", "placement_group_support": false, "storage": 0.0, "vcpus": 40.0, "vpc_only": true}, "m4.16xlarge": {"apiname": "m4.16xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.3 GHz", "computeunits": 188.0, "ebs_iops": 65000.0, "ebs_max_bandwidth": 10000.0, "ebs_throughput": 1250.0, "ecu_per_vcpu": 2.9375, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 240, "memory": 256.0, "name": "M4 General Purpose 16xlarge", "network_perf": 16.0, "physical_processor": "Intel Xeon E5-2686 v4 (Broadwell)", "placement_group_support": false, "storage": 0.0, "vcpus": 64.0, "vpc_only": true}, "m4.2xlarge": {"apiname": "m4.2xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.4 GHz", "computeunits": 26.0, "ebs_iops": 8000.0, "ebs_max_bandwidth": 1000.0, "ebs_throughput": 125.0, "ecu_per_vcpu": 3.25, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 60, "memory": 32.0, "name": "M4 General Purpose Double Extra Large", "network_perf": 8.0, "physical_processor": "Intel Xeon E5-2676 v3 (Haswell)", "placement_group_support": false, "storage": 0.0, "vcpus": 8.0, "vpc_only": true}, "m4.4xlarge": {"apiname": "m4.4xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.4 GHz", "computeunits": 53.5, "ebs_iops": 16000.0, "ebs_max_bandwidth": 2000.0, "ebs_throughput": 250.0, "ecu_per_vcpu": 3.34375, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 240, "memory": 64.0, "name": "M4 General Purpose Quadruple Extra Large", "network_perf": 8.0, "physical_processor": "Intel Xeon E5-2676 v3 (Haswell)", "placement_group_support": false, "storage": 0.0, "vcpus": 16.0, "vpc_only": true}, "m4.large": {"apiname": "m4.large", "architecture": "64-bit", "clock_speed_ghz": "2.4 GHz", "computeunits": 6.5, "ebs_iops": 3600.0, "ebs_max_bandwidth": 450.0, "ebs_throughput": 56.25, "ecu_per_vcpu": 3.25, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 20, "memory": 8.0, "name": "M4 General Purpose Large", "network_perf": 6.0, "physical_processor": "Intel Xeon E5-2676 v3 (Haswell)", "placement_group_support": false, "storage": 0.0, "vcpus": 2.0, "vpc_only": true}, "m4.xlarge": {"apiname": "m4.xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.4 GHz", "computeunits": 13.0, "ebs_iops": 6000.0, "ebs_max_bandwidth": 750.0, "ebs_throughput": 93.75, "ecu_per_vcpu": 3.25, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 60, "memory": 16.0, "name": "M4 General Purpose Extra Large", "network_perf": 8.0, "physical_processor": "Intel Xeon E5-2676 v3 (Haswell)", "placement_group_support": false, "storage": 0.0, "vcpus": 4.0, "vpc_only": true}, "m5.12xlarge": {"apiname": "m5.12xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 173.0, "ebs_iops": 40000.0, "ebs_max_bandwidth": 7000.0, "ebs_throughput": 875.0, "ecu_per_vcpu": 3.6041666666666665, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 240, "memory": 192.0, "name": "M5 General Purpose 12xlarge", "network_perf": 12.0, "physical_processor": "Intel Xeon Platinum 8175", "placement_group_support": false, "storage": 0.0, "vcpus": 48.0, "vpc_only": true}, "m5.16xlarge": {"apiname": "m5.16xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 262.0, "ebs_iops": 60000.0, "ebs_max_bandwidth": 10000.0, "ebs_throughput": 1250.0, "ecu_per_vcpu": 4.09375, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 750, "memory": 256.0, "name": "M5 General Purpose 16xlarge", "network_perf": 16.0, "physical_processor": "Intel Xeon Platinum 8175", "placement_group_support": false, "storage": 0.0, "vcpus": 64.0, "vpc_only": true}, "m5.24xlarge": {"apiname": "m5.24xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 345.0, "ebs_iops": 80000.0, "ebs_max_bandwidth": 14000.0, "ebs_throughput": 1750.0, "ecu_per_vcpu": 3.59375, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 750, "memory": 384.0, "name": "M5 General Purpose 24xlarge", "network_perf": 20.0, "physical_processor": "Intel Xeon Platinum 8175", "placement_group_support": false, "storage": 0.0, "vcpus": 96.0, "vpc_only": true}, "m5.2xlarge": {"apiname": "m5.2xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 31.0, "ebs_iops": 18750.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 3.875, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 60, "memory": 32.0, "name": "M5 General Purpose Double Extra Large", "network_perf": 10.0, "physical_processor": "Intel Xeon Platinum 8175", "placement_group_support": false, "storage": 0.0, "vcpus": 8.0, "vpc_only": true}, "m5.4xlarge": {"apiname": "m5.4xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 60.0, "ebs_iops": 18750.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 3.75, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 240, "memory": 64.0, "name": "M5 General Purpose Quadruple Extra Large", "network_perf": 10.0, "physical_processor": "Intel Xeon Platinum 8175", "placement_group_support": false, "storage": 0.0, "vcpus": 16.0, "vpc_only": true}, "m5.8xlarge": {"apiname": "m5.8xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 131.0, "ebs_iops": 30000.0, "ebs_max_bandwidth": 5000.0, "ebs_throughput": 625.0, "ecu_per_vcpu": 4.09375, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 240, "memory": 128.0, "name": "M5 General Purpose Eight Extra Large", "network_perf": 12.0, "physical_processor": "Intel Xeon Platinum 8175", "placement_group_support": false, "storage": 0.0, "vcpus": 32.0, "vpc_only": true}, "m5.large": {"apiname": "m5.large", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 8.0, "ebs_iops": 18750.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 4.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 30, "memory": 8.0, "name": "M5 General Purpose Large", "network_perf": 10.0, "physical_processor": "Intel Xeon Platinum 8175", "placement_group_support": false, "storage": 0.0, "vcpus": 2.0, "vpc_only": true}, "m5.metal": {"apiname": "m5.metal", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 345.0, "ebs_iops": 80000.0, "ebs_max_bandwidth": 14000.0, "ebs_throughput": 1750.0, "ecu_per_vcpu": 3.59375, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 750, "memory": 384.0, "name": "M5 General Purpose Metal", "network_perf": 20.0, "physical_processor": "Intel Xeon Platinum 8175", "placement_group_support": false, "storage": 0.0, "vcpus": 96.0, "vpc_only": true}, "m5.xlarge": {"apiname": "m5.xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 16.0, "ebs_iops": 18750.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 4.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 60, "memory": 16.0, "name": "M5 General Purpose Extra Large", "network_perf": 10.0, "physical_processor": "Intel Xeon Platinum 8175", "placement_group_support": false, "storage": 0.0, "vcpus": 4.0, "vpc_only": true}, "m5a.12xlarge": {"apiname": "m5a.12xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 0.0, "ebs_iops": 30000.0, "ebs_max_bandwidth": 5000.0, "ebs_throughput": 625.0, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 240, "memory": 192.0, "name": "M5A 12xlarge", "network_perf": 12.0, "physical_processor": "AMD EPYC 7571", "placement_group_support": false, "storage": 0.0, "vcpus": 48.0, "vpc_only": true}, "m5a.16xlarge": {"apiname": "m5a.16xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 0.0, "ebs_iops": 40000.0, "ebs_max_bandwidth": 7000.0, "ebs_throughput": 875.0, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 750, "memory": 256.0, "name": "M5A 16xlarge", "network_perf": 14.0, "physical_processor": "AMD EPYC 7571", "placement_group_support": false, "storage": 0.0, "vcpus": 64.0, "vpc_only": true}, "m5a.24xlarge": {"apiname": "m5a.24xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 0.0, "ebs_iops": 60000.0, "ebs_max_bandwidth": 10000.0, "ebs_throughput": 1250.0, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 750, "memory": 384.0, "name": "M5A 24xlarge", "network_perf": 16.0, "physical_processor": "AMD EPYC 7571", "placement_group_support": false, "storage": 0.0, "vcpus": 96.0, "vpc_only": true}, "m5a.2xlarge": {"apiname": "m5a.2xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 0.0, "ebs_iops": 16000.0, "ebs_max_bandwidth": 2120.0, "ebs_throughput": 265.0, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 60, "memory": 32.0, "name": "M5A Double Extra Large", "network_perf": 10.0, "physical_processor": "AMD EPYC 7571", "placement_group_support": false, "storage": 0.0, "vcpus": 8.0, "vpc_only": true}, "m5a.4xlarge": {"apiname": "m5a.4xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 0.0, "ebs_iops": 16000.0, "ebs_max_bandwidth": 2120.0, "ebs_throughput": 265.0, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 240, "memory": 64.0, "name": "M5A Quadruple Extra Large", "network_perf": 10.0, "physical_processor": "AMD EPYC 7571", "placement_group_support": false, "storage": 0.0, "vcpus": 16.0, "vpc_only": true}, "m5a.8xlarge": {"apiname": "m5a.8xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 0.0, "ebs_iops": 20000.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 240, "memory": 128.0, "name": "M5A Eight Extra Large", "network_perf": 10.0, "physical_processor": "AMD EPYC 7571", "placement_group_support": false, "storage": 0.0, "vcpus": 32.0, "vpc_only": true}, "m5a.large": {"apiname": "m5a.large", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 0.0, "ebs_iops": 16000.0, "ebs_max_bandwidth": 2120.0, "ebs_throughput": 265.0, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 30, "memory": 8.0, "name": "M5A Large", "network_perf": 10.0, "physical_processor": "AMD EPYC 7571", "placement_group_support": false, "storage": 0.0, "vcpus": 2.0, "vpc_only": true}, "m5a.xlarge": {"apiname": "m5a.xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 0.0, "ebs_iops": 16000.0, "ebs_max_bandwidth": 2120.0, "ebs_throughput": 265.0, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 60, "memory": 16.0, "name": "M5A Extra Large", "network_perf": 10.0, "physical_processor": "AMD EPYC 7571", "placement_group_support": false, "storage": 0.0, "vcpus": 4.0, "vpc_only": true}, "m5ad.12xlarge": {"apiname": "m5ad.12xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 0.0, "ebs_iops": 30000.0, "ebs_max_bandwidth": 5000.0, "ebs_throughput": 675.0, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 240, "memory": 192.0, "name": "M5AD 12xlarge", "network_perf": 12.0, "physical_processor": "AMD EPYC 7571", "placement_group_support": false, "storage": 1800.0, "vcpus": 48.0, "vpc_only": true}, "m5ad.24xlarge": {"apiname": "m5ad.24xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 0.0, "ebs_iops": 60000.0, "ebs_max_bandwidth": 10000.0, "ebs_throughput": 1250.0, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 750, "memory": 384.0, "name": "M5AD 24xlarge", "network_perf": 16.0, "physical_processor": "AMD EPYC 7571", "placement_group_support": false, "storage": 3600.0, "vcpus": 96.0, "vpc_only": true}, "m5ad.2xlarge": {"apiname": "m5ad.2xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 0.0, "ebs_iops": 16000.0, "ebs_max_bandwidth": 2120.0, "ebs_throughput": 265.0, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 60, "memory": 32.0, "name": "M5AD Double Extra Large", "network_perf": 10.0, "physical_processor": "AMD EPYC 7571", "placement_group_support": false, "storage": 300.0, "vcpus": 8.0, "vpc_only": true}, "m5ad.4xlarge": {"apiname": "m5ad.4xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 0.0, "ebs_iops": 16000.0, "ebs_max_bandwidth": 2120.0, "ebs_throughput": 265.0, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 240, "memory": 64.0, "name": "M5AD Quadruple Extra Large", "network_perf": 10.0, "physical_processor": "AMD EPYC 7571", "placement_group_support": false, "storage": 600.0, "vcpus": 16.0, "vpc_only": true}, "m5ad.large": {"apiname": "m5ad.large", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 0.0, "ebs_iops": 16000.0, "ebs_max_bandwidth": 2120.0, "ebs_throughput": 265.0, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 30, "memory": 8.0, "name": "M5AD Large", "network_perf": 10.0, "physical_processor": "AMD EPYC 7571", "placement_group_support": false, "storage": 75.0, "vcpus": 2.0, "vpc_only": true}, "m5ad.xlarge": {"apiname": "m5ad.xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 0.0, "ebs_iops": 16000.0, "ebs_max_bandwidth": 2120.0, "ebs_throughput": 265.0, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 60, "memory": 16.0, "name": "M5AD Extra Large", "network_perf": 10.0, "physical_processor": "AMD EPYC 7571", "placement_group_support": false, "storage": 150.0, "vcpus": 4.0, "vpc_only": true}, "m5d.12xlarge": {"apiname": "m5d.12xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 173.0, "ebs_iops": 40000.0, "ebs_max_bandwidth": 7000.0, "ebs_throughput": 875.0, "ecu_per_vcpu": 3.6041666666666665, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 240, "memory": 192.0, "name": "M5 General Purpose 12xlarge", "network_perf": 12.0, "physical_processor": "Intel Xeon Platinum 8175", "placement_group_support": false, "storage": 1800.0, "vcpus": 48.0, "vpc_only": true}, "m5d.16xlarge": {"apiname": "m5d.16xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 262.0, "ebs_iops": 60000.0, "ebs_max_bandwidth": 10000.0, "ebs_throughput": 1250.0, "ecu_per_vcpu": 4.09375, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 750, "memory": 256.0, "name": "M5 General Purpose 16xlarge", "network_perf": 16.0, "physical_processor": "Intel Xeon Platinum 8175", "placement_group_support": false, "storage": 2400.0, "vcpus": 64.0, "vpc_only": true}, "m5d.24xlarge": {"apiname": "m5d.24xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 345.0, "ebs_iops": 80000.0, "ebs_max_bandwidth": 14000.0, "ebs_throughput": 1750.0, "ecu_per_vcpu": 3.59375, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 750, "memory": 384.0, "name": "M5 General Purpose 24xlarge", "network_perf": 20.0, "physical_processor": "Intel Xeon Platinum 8175", "placement_group_support": false, "storage": 3600.0, "vcpus": 96.0, "vpc_only": true}, "m5d.2xlarge": {"apiname": "m5d.2xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 31.0, "ebs_iops": 18750.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 3.875, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 60, "memory": 32.0, "name": "M5 General Purpose Double Extra Large", "network_perf": 10.0, "physical_processor": "Intel Xeon Platinum 8175", "placement_group_support": false, "storage": 300.0, "vcpus": 8.0, "vpc_only": true}, "m5d.4xlarge": {"apiname": "m5d.4xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 60.0, "ebs_iops": 18750.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 3.75, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 240, "memory": 64.0, "name": "M5 General Purpose Quadruple Extra Large", "network_perf": 10.0, "physical_processor": "Intel Xeon Platinum 8175", "placement_group_support": false, "storage": 600.0, "vcpus": 16.0, "vpc_only": true}, "m5d.8xlarge": {"apiname": "m5d.8xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 131.0, "ebs_iops": 30000.0, "ebs_max_bandwidth": 5000.0, "ebs_throughput": 625.0, "ecu_per_vcpu": 4.09375, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 240, "memory": 128.0, "name": "M5 General Purpose Eight Extra Large", "network_perf": 12.0, "physical_processor": "Intel Xeon Platinum 8175", "placement_group_support": false, "storage": 1200.0, "vcpus": 32.0, "vpc_only": true}, "m5d.large": {"apiname": "m5d.large", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 8.0, "ebs_iops": 18750.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 4.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 30, "memory": 8.0, "name": "M5 General Purpose Large", "network_perf": 10.0, "physical_processor": "Intel Xeon Platinum 8175", "placement_group_support": false, "storage": 75.0, "vcpus": 2.0, "vpc_only": true}, "m5d.metal": {"apiname": "m5d.metal", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 345.0, "ebs_iops": 80000.0, "ebs_max_bandwidth": 14000.0, "ebs_throughput": 1750.0, "ecu_per_vcpu": 3.59375, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 750, "memory": 384.0, "name": "M5 General Purpose Metal", "network_perf": 20.0, "physical_processor": "Intel Xeon Platinum 8175", "placement_group_support": false, "storage": 3600.0, "vcpus": 96.0, "vpc_only": true}, "m5d.xlarge": {"apiname": "m5d.xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 16.0, "ebs_iops": 18750.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 4.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 60, "memory": 16.0, "name": "M5 General Purpose Extra Large", "network_perf": 10.0, "physical_processor": "Intel Xeon Platinum 8175", "placement_group_support": false, "storage": 150.0, "vcpus": 4.0, "vpc_only": true}, "m5dn.12xlarge": {"apiname": "m5dn.12xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 40000.0, "ebs_max_bandwidth": 7000.0, "ebs_throughput": 875.0, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 240, "memory": 192.0, "name": "M5DN 12xlarge", "network_perf": 22.0, "physical_processor": "Intel Xeon Platinum 8259 (Cascade Lake)", "placement_group_support": false, "storage": 1800.0, "vcpus": 48.0, "vpc_only": true}, "m5dn.16xlarge": {"apiname": "m5dn.16xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 60000.0, "ebs_max_bandwidth": 10000.0, "ebs_throughput": 1250.0, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 750, "memory": 256.0, "name": "M5DN 16xlarge", "network_perf": 24.0, "physical_processor": "Intel Xeon Platinum 8259 (Cascade Lake)", "placement_group_support": false, "storage": 2400.0, "vcpus": 64.0, "vpc_only": true}, "m5dn.24xlarge": {"apiname": "m5dn.24xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 80000.0, "ebs_max_bandwidth": 14000.0, "ebs_throughput": 1750.0, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 750, "memory": 384.0, "name": "M5DN 24xlarge", "network_perf": 26.0, "physical_processor": "Intel Xeon Platinum 8259 (Cascade Lake)", "placement_group_support": false, "storage": 3600.0, "vcpus": 96.0, "vpc_only": true}, "m5dn.2xlarge": {"apiname": "m5dn.2xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 18750.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 60, "memory": 32.0, "name": "M5DN Double Extra Large", "network_perf": 18.0, "physical_processor": "Intel Xeon Platinum 8259 (Cascade Lake)", "placement_group_support": false, "storage": 300.0, "vcpus": 8.0, "vpc_only": true}, "m5dn.4xlarge": {"apiname": "m5dn.4xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 18750.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 240, "memory": 64.0, "name": "M5DN Quadruple Extra Large", "network_perf": 18.0, "physical_processor": "Intel Xeon Platinum 8259 (Cascade Lake)", "placement_group_support": false, "storage": 600.0, "vcpus": 16.0, "vpc_only": true}, "m5dn.8xlarge": {"apiname": "m5dn.8xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 30000.0, "ebs_max_bandwidth": 5000.0, "ebs_throughput": 625.0, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 240, "memory": 128.0, "name": "M5DN Eight Extra Large", "network_perf": 20.0, "physical_processor": "Intel Xeon Platinum 8259 (Cascade Lake)", "placement_group_support": false, "storage": 1200.0, "vcpus": 32.0, "vpc_only": true}, "m5dn.large": {"apiname": "m5dn.large", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 18750.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 30, "memory": 8.0, "name": "M5DN Large", "network_perf": 18.0, "physical_processor": "Intel Xeon Platinum 8259 (Cascade Lake)", "placement_group_support": false, "storage": 75.0, "vcpus": 2.0, "vpc_only": true}, "m5dn.metal": {"apiname": "m5dn.metal", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 0.0, "ebs_max_bandwidth": 0.0, "ebs_throughput": 0.0, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "memory": 384.0, "name": "M5DN Metal", "network_perf": 26.0, "physical_processor": "Intel Xeon Platinum 8259 (Cascade Lake)", "placement_group_support": false, "storage": 0.0, "vcpus": 96.0, "vpc_only": true}, "m5dn.xlarge": {"apiname": "m5dn.xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 18750.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 60, "memory": 16.0, "name": "M5DN Extra Large", "network_perf": 18.0, "physical_processor": "Intel Xeon Platinum 8259 (Cascade Lake)", "placement_group_support": false, "storage": 150.0, "vcpus": 4.0, "vpc_only": true}, "m5n.12xlarge": {"apiname": "m5n.12xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 40000.0, "ebs_max_bandwidth": 7000.0, "ebs_throughput": 875.0, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 240, "memory": 192.0, "name": "M5N 12xlarge", "network_perf": 22.0, "physical_processor": "Intel Xeon Platinum 8259 (Cascade Lake)", "placement_group_support": false, "storage": 0.0, "vcpus": 48.0, "vpc_only": true}, "m5n.16xlarge": {"apiname": "m5n.16xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 60000.0, "ebs_max_bandwidth": 10000.0, "ebs_throughput": 1250.0, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 750, "memory": 256.0, "name": "M5N 16xlarge", "network_perf": 24.0, "physical_processor": "Intel Xeon Platinum 8259 (Cascade Lake)", "placement_group_support": false, "storage": 0.0, "vcpus": 64.0, "vpc_only": true}, "m5n.24xlarge": {"apiname": "m5n.24xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 80000.0, "ebs_max_bandwidth": 14000.0, "ebs_throughput": 1750.0, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 750, "memory": 384.0, "name": "M5N 24xlarge", "network_perf": 26.0, "physical_processor": "Intel Xeon Platinum 8259 (Cascade Lake)", "placement_group_support": false, "storage": 0.0, "vcpus": 96.0, "vpc_only": true}, "m5n.2xlarge": {"apiname": "m5n.2xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 18750.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 60, "memory": 32.0, "name": "M5N Double Extra Large", "network_perf": 18.0, "physical_processor": "Intel Xeon Platinum 8259 (Cascade Lake)", "placement_group_support": false, "storage": 0.0, "vcpus": 8.0, "vpc_only": true}, "m5n.4xlarge": {"apiname": "m5n.4xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 18750.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 240, "memory": 64.0, "name": "M5N Quadruple Extra Large", "network_perf": 18.0, "physical_processor": "Intel Xeon Platinum 8259 (Cascade Lake)", "placement_group_support": false, "storage": 0.0, "vcpus": 16.0, "vpc_only": true}, "m5n.8xlarge": {"apiname": "m5n.8xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 30000.0, "ebs_max_bandwidth": 5000.0, "ebs_throughput": 625.0, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 240, "memory": 128.0, "name": "M5N Eight Extra Large", "network_perf": 20.0, "physical_processor": "Intel Xeon Platinum 8259 (Cascade Lake)", "placement_group_support": false, "storage": 0.0, "vcpus": 32.0, "vpc_only": true}, "m5n.large": {"apiname": "m5n.large", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 18750.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 30, "memory": 8.0, "name": "M5N Large", "network_perf": 18.0, "physical_processor": "Intel Xeon Platinum 8259 (Cascade Lake)", "placement_group_support": false, "storage": 0.0, "vcpus": 2.0, "vpc_only": true}, "m5n.metal": {"apiname": "m5n.metal", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 0.0, "ebs_max_bandwidth": 0.0, "ebs_throughput": 0.0, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "memory": 384.0, "name": "M5N Metal", "network_perf": 26.0, "physical_processor": "Intel Xeon Platinum 8259 (Cascade Lake)", "placement_group_support": false, "storage": 0.0, "vcpus": 96.0, "vpc_only": true}, "m5n.xlarge": {"apiname": "m5n.xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 18750.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 60, "memory": 16.0, "name": "M5N Extra Large", "network_perf": 18.0, "physical_processor": "Intel Xeon Platinum 8259 (Cascade Lake)", "placement_group_support": false, "storage": 0.0, "vcpus": 4.0, "vpc_only": true}, "p2.16xlarge": {"apiname": "p2.16xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.3 GHz", "computeunits": 188.0, "ebs_iops": 65000.0, "ebs_max_bandwidth": 10000.0, "ebs_throughput": 1250.0, "ecu_per_vcpu": 2.9375, "enhanced_networking": true, "fpga": 0, "gpus": 16, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 240, "memory": 768.0, "name": "General Purpose GPU 16xlarge", "network_perf": 16.0, "physical_processor": "Intel Xeon E5-2686 v4 (Broadwell)", "placement_group_support": false, "storage": 0.0, "vcpus": 64.0, "vpc_only": true}, "p2.8xlarge": {"apiname": "p2.8xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.3 GHz", "computeunits": 94.0, "ebs_iops": 32500.0, "ebs_max_bandwidth": 5000.0, "ebs_throughput": 625.0, "ecu_per_vcpu": 2.9375, "enhanced_networking": true, "fpga": 0, "gpus": 8, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 240, "memory": 488.0, "name": "General Purpose GPU Eight Extra Large", "network_perf": 12.0, "physical_processor": "Intel Xeon E5-2686 v4 (Broadwell)", "placement_group_support": false, "storage": 0.0, "vcpus": 32.0, "vpc_only": true}, "p2.xlarge": {"apiname": "p2.xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.3 GHz", "computeunits": 12.0, "ebs_iops": 6000.0, "ebs_max_bandwidth": 750.0, "ebs_throughput": 93.75, "ecu_per_vcpu": 3.0, "enhanced_networking": true, "fpga": 0, "gpus": 1, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 60, "memory": 61.0, "name": "General Purpose GPU Extra Large", "network_perf": 8.0, "physical_processor": "Intel Xeon E5-2686 v4 (Broadwell)", "placement_group_support": false, "storage": 0.0, "vcpus": 4.0, "vpc_only": true}, "p3.16xlarge": {"apiname": "p3.16xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.3 GHz", "computeunits": 188.0, "ebs_iops": 80000.0, "ebs_max_bandwidth": 14000.0, "ebs_throughput": 1750.0, "ecu_per_vcpu": 2.9375, "enhanced_networking": true, "fpga": 0, "gpus": 8, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 240, "memory": 488.0, "name": "P3 16xlarge", "network_perf": 20.0, "physical_processor": "Intel Xeon E5-2686 v4 (Broadwell)", "placement_group_support": false, "storage": 0.0, "vcpus": 64.0, "vpc_only": true}, "p3.2xlarge": {"apiname": "p3.2xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.3 GHz", "computeunits": 26.0, "ebs_iops": 10000.0, "ebs_max_bandwidth": 1750.0, "ebs_throughput": 218.0, "ecu_per_vcpu": 3.25, "enhanced_networking": true, "fpga": 0, "gpus": 1, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 60, "memory": 61.0, "name": "P3 Double Extra Large", "network_perf": 10.0, "physical_processor": "Intel Xeon E5-2686 v4 (Broadwell)", "placement_group_support": false, "storage": 0.0, "vcpus": 8.0, "vpc_only": true}, "p3.8xlarge": {"apiname": "p3.8xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.3 GHz", "computeunits": 94.0, "ebs_iops": 40000.0, "ebs_max_bandwidth": 7000.0, "ebs_throughput": 875.0, "ecu_per_vcpu": 2.9375, "enhanced_networking": true, "fpga": 0, "gpus": 4, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 240, "memory": 244.0, "name": "P3 Eight Extra Large", "network_perf": 12.0, "physical_processor": "Intel Xeon E5-2686 v4 (Broadwell)", "placement_group_support": false, "storage": 0.0, "vcpus": 32.0, "vpc_only": true}, "p3dn.24xlarge": {"apiname": "p3dn.24xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 345.0, "ebs_iops": 80000.0, "ebs_max_bandwidth": 14000.0, "ebs_throughput": 1750.0, "ecu_per_vcpu": 3.59375, "enhanced_networking": true, "fpga": 0, "gpus": 8, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 750, "memory": 768.0, "name": "P3DN 24xlarge", "network_perf": 26.0, "physical_processor": "Intel Xeon Platinum 8175 (Skylake)", "placement_group_support": false, "storage": 1800.0, "vcpus": 96.0, "vpc_only": true}, "r3.2xlarge": {"apiname": "r3.2xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 26.0, "ebs_iops": 8000.0, "ebs_max_bandwidth": 1000.0, "ebs_throughput": 125.0, "ecu_per_vcpu": 3.25, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "unknown", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 60, "memory": 61.0, "name": "R3 High-Memory Double Extra Large", "network_perf": 8.0, "physical_processor": "Intel Xeon E5-2670 v2 (Ivy Bridge)", "placement_group_support": false, "storage": 160.0, "vcpus": 8.0, "vpc_only": false}, "r3.4xlarge": {"apiname": "r3.4xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 52.0, "ebs_iops": 16000.0, "ebs_max_bandwidth": 2000.0, "ebs_throughput": 250.0, "ecu_per_vcpu": 3.25, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "unknown", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 240, "memory": 122.0, "name": "R3 High-Memory Quadruple Extra Large", "network_perf": 8.0, "physical_processor": "Intel Xeon E5-2670 v2 (Ivy Bridge)", "placement_group_support": false, "storage": 320.0, "vcpus": 16.0, "vpc_only": false}, "r3.8xlarge": {"apiname": "r3.8xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 104.0, "ebs_iops": 0.0, "ebs_max_bandwidth": 0.0, "ebs_throughput": 0.0, "ecu_per_vcpu": 3.25, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "unknown", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 240, "memory": 244.0, "name": "R3 High-Memory Eight Extra Large", "network_perf": 12.0, "physical_processor": "Intel Xeon E5-2670 v2 (Ivy Bridge)", "placement_group_support": false, "storage": 640.0, "vcpus": 32.0, "vpc_only": false}, "r3.large": {"apiname": "r3.large", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 6.5, "ebs_iops": 0.0, "ebs_max_bandwidth": 0.0, "ebs_throughput": 0.0, "ecu_per_vcpu": 3.25, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "unknown", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 30, "memory": 15.25, "name": "R3 High-Memory Large", "network_perf": 6.0, "physical_processor": "Intel Xeon E5-2670 v2 (Ivy Bridge)", "placement_group_support": false, "storage": 32.0, "vcpus": 2.0, "vpc_only": false}, "r3.xlarge": {"apiname": "r3.xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 13.0, "ebs_iops": 4000.0, "ebs_max_bandwidth": 500.0, "ebs_throughput": 62.5, "ecu_per_vcpu": 3.25, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "unknown", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 60, "memory": 30.5, "name": "R3 High-Memory Extra Large", "network_perf": 6.0, "physical_processor": "Intel Xeon E5-2670 v2 (Ivy Bridge)", "placement_group_support": false, "storage": 80.0, "vcpus": 4.0, "vpc_only": false}, "r4.16xlarge": {"apiname": "r4.16xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.3 GHz", "computeunits": 195.0, "ebs_iops": 75000.0, "ebs_max_bandwidth": 14000.0, "ebs_throughput": 1750.0, "ecu_per_vcpu": 3.046875, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 750, "memory": 488.0, "name": "R4 High-Memory 16xlarge", "network_perf": 16.0, "physical_processor": "Intel Xeon E5-2686 v4 (Broadwell)", "placement_group_support": false, "storage": 0.0, "vcpus": 64.0, "vpc_only": true}, "r4.2xlarge": {"apiname": "r4.2xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.3 GHz", "computeunits": 27.0, "ebs_iops": 12000.0, "ebs_max_bandwidth": 1700.0, "ebs_throughput": 212.5, "ecu_per_vcpu": 3.375, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 60, "memory": 61.0, "name": "R4 High-Memory Double Extra Large", "network_perf": 10.0, "physical_processor": "Intel Xeon E5-2686 v4 (Broadwell)", "placement_group_support": false, "storage": 0.0, "vcpus": 8.0, "vpc_only": true}, "r4.4xlarge": {"apiname": "r4.4xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.3 GHz", "computeunits": 53.0, "ebs_iops": 18750.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 3.3125, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 240, "memory": 122.0, "name": "R4 High-Memory Quadruple Extra Large", "network_perf": 10.0, "physical_processor": "Intel Xeon E5-2686 v4 (Broadwell)", "placement_group_support": false, "storage": 0.0, "vcpus": 16.0, "vpc_only": true}, "r4.8xlarge": {"apiname": "r4.8xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.3 GHz", "computeunits": 99.0, "ebs_iops": 37500.0, "ebs_max_bandwidth": 7000.0, "ebs_throughput": 875.0, "ecu_per_vcpu": 3.09375, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 240, "memory": 244.0, "name": "R4 High-Memory Eight Extra Large", "network_perf": 12.0, "physical_processor": "Intel Xeon E5-2686 v4 (Broadwell)", "placement_group_support": false, "storage": 0.0, "vcpus": 32.0, "vpc_only": true}, "r4.large": {"apiname": "r4.large", "architecture": "64-bit", "clock_speed_ghz": "2.3 GHz", "computeunits": 7.0, "ebs_iops": 3000.0, "ebs_max_bandwidth": 425.0, "ebs_throughput": 53.13, "ecu_per_vcpu": 3.5, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 30, "memory": 15.25, "name": "R4 High-Memory Large", "network_perf": 10.0, "physical_processor": "Intel Xeon E5-2686 v4 (Broadwell)", "placement_group_support": false, "storage": 0.0, "vcpus": 2.0, "vpc_only": true}, "r4.xlarge": {"apiname": "r4.xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.3 GHz", "computeunits": 13.5, "ebs_iops": 6000.0, "ebs_max_bandwidth": 850.0, "ebs_throughput": 106.25, "ecu_per_vcpu": 3.375, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 60, "memory": 30.5, "name": "R4 High-Memory Extra Large", "network_perf": 10.0, "physical_processor": "Intel Xeon E5-2686 v4 (Broadwell)", "placement_group_support": false, "storage": 0.0, "vcpus": 4.0, "vpc_only": true}, "r5.12xlarge": {"apiname": "r5.12xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 173.0, "ebs_iops": 40000.0, "ebs_max_bandwidth": 7000.0, "ebs_throughput": 875.0, "ecu_per_vcpu": 3.6041666666666665, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 240, "memory": 384.0, "name": "R5 12xlarge", "network_perf": 12.0, "physical_processor": "Intel Xeon Platinum 8175", "placement_group_support": false, "storage": 0.0, "vcpus": 48.0, "vpc_only": true}, "r5.16xlarge": {"apiname": "r5.16xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 262.0, "ebs_iops": 60000.0, "ebs_max_bandwidth": 10000.0, "ebs_throughput": 1250.0, "ecu_per_vcpu": 4.09375, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 750, "memory": 512.0, "name": "R5 16xlarge", "network_perf": 16.0, "physical_processor": "Intel Xeon Platinum 8175", "placement_group_support": false, "storage": 0.0, "vcpus": 64.0, "vpc_only": true}, "r5.24xlarge": {"apiname": "r5.24xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 347.0, "ebs_iops": 80000.0, "ebs_max_bandwidth": 14000.0, "ebs_throughput": 1750.0, "ecu_per_vcpu": 3.6145833333333335, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 750, "memory": 768.0, "name": "R5 24xlarge", "network_perf": 20.0, "physical_processor": "Intel Xeon Platinum 8175", "placement_group_support": false, "storage": 0.0, "vcpus": 96.0, "vpc_only": true}, "r5.2xlarge": {"apiname": "r5.2xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 38.0, "ebs_iops": 18750.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 4.75, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 60, "memory": 64.0, "name": "R5 Double Extra Large", "network_perf": 12.0, "physical_processor": "Intel Xeon Platinum 8175", "placement_group_support": false, "storage": 0.0, "vcpus": 8.0, "vpc_only": true}, "r5.4xlarge": {"apiname": "r5.4xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 71.0, "ebs_iops": 18750.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 4.4375, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 240, "memory": 128.0, "name": "R5 Quadruple Extra Large", "network_perf": 12.0, "physical_processor": "Intel Xeon Platinum 8175", "placement_group_support": false, "storage": 0.0, "vcpus": 16.0, "vpc_only": true}, "r5.8xlarge": {"apiname": "r5.8xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 131.0, "ebs_iops": 30000.0, "ebs_max_bandwidth": 5000.0, "ebs_throughput": 625.0, "ecu_per_vcpu": 4.09375, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 240, "memory": 256.0, "name": "R5 Eight Extra Large", "network_perf": 12.0, "physical_processor": "Intel Xeon Platinum 8175", "placement_group_support": false, "storage": 0.0, "vcpus": 32.0, "vpc_only": true}, "r5.large": {"apiname": "r5.large", "architecture": "64-bit", "clock_speed_ghz": "3.1 GHz", "computeunits": 9.0, "ebs_iops": 18750.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 4.5, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 30, "memory": 16.0, "name": "R5 Large", "network_perf": 12.0, "physical_processor": "Intel Xeon Platinum 8175", "placement_group_support": false, "storage": 0.0, "vcpus": 2.0, "vpc_only": true}, "r5.metal": {"apiname": "r5.metal", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 347.0, "ebs_iops": 80000.0, "ebs_max_bandwidth": 14000.0, "ebs_throughput": 1750.0, "ecu_per_vcpu": 3.6145833333333335, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 750, "memory": 768.0, "name": "R5 Metal", "network_perf": 20.0, "physical_processor": "Intel Xeon Platinum 8175", "placement_group_support": false, "storage": 0.0, "vcpus": 96.0, "vpc_only": true}, "r5.xlarge": {"apiname": "r5.xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 19.0, "ebs_iops": 18750.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 4.75, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 60, "memory": 32.0, "name": "R5 Extra Large", "network_perf": 12.0, "physical_processor": "Intel Xeon Platinum 8175", "placement_group_support": false, "storage": 0.0, "vcpus": 4.0, "vpc_only": true}, "r5a.12xlarge": {"apiname": "r5a.12xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 0.0, "ebs_iops": 30000.0, "ebs_max_bandwidth": 5000.0, "ebs_throughput": 625.0, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 240, "memory": 384.0, "name": "R5A 12xlarge", "network_perf": 12.0, "physical_processor": "AMD EPYC 7571", "placement_group_support": false, "storage": 0.0, "vcpus": 48.0, "vpc_only": true}, "r5a.16xlarge": {"apiname": "r5a.16xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 0.0, "ebs_iops": 40000.0, "ebs_max_bandwidth": 7000.0, "ebs_throughput": 875.0, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 750, "memory": 512.0, "name": "R5A 16xlarge", "network_perf": 14.0, "physical_processor": "AMD EPYC 7571", "placement_group_support": false, "storage": 0.0, "vcpus": 64.0, "vpc_only": true}, "r5a.24xlarge": {"apiname": "r5a.24xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 0.0, "ebs_iops": 60000.0, "ebs_max_bandwidth": 10000.0, "ebs_throughput": 1250.0, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 750, "memory": 768.0, "name": "R5A 24xlarge", "network_perf": 16.0, "physical_processor": "AMD EPYC 7571", "placement_group_support": false, "storage": 0.0, "vcpus": 96.0, "vpc_only": true}, "r5a.2xlarge": {"apiname": "r5a.2xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 0.0, "ebs_iops": 16000.0, "ebs_max_bandwidth": 2120.0, "ebs_throughput": 265.0, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 60, "memory": 64.0, "name": "R5A Double Extra Large", "network_perf": 12.0, "physical_processor": "AMD EPYC 7571", "placement_group_support": false, "storage": 0.0, "vcpus": 8.0, "vpc_only": true}, "r5a.4xlarge": {"apiname": "r5a.4xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 0.0, "ebs_iops": 16000.0, "ebs_max_bandwidth": 2120.0, "ebs_throughput": 265.0, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 240, "memory": 128.0, "name": "R5A Quadruple Extra Large", "network_perf": 12.0, "physical_processor": "AMD EPYC 7571", "placement_group_support": false, "storage": 0.0, "vcpus": 16.0, "vpc_only": true}, "r5a.8xlarge": {"apiname": "r5a.8xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 0.0, "ebs_iops": 32000.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 240, "memory": 256.0, "name": "R5A Eight Extra Large", "network_perf": 10.0, "physical_processor": "AMD EPYC 7571", "placement_group_support": false, "storage": 0.0, "vcpus": 32.0, "vpc_only": true}, "r5a.large": {"apiname": "r5a.large", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 0.0, "ebs_iops": 16000.0, "ebs_max_bandwidth": 2120.0, "ebs_throughput": 265.0, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 30, "memory": 16.0, "name": "R5A Large", "network_perf": 12.0, "physical_processor": "AMD EPYC 7571", "placement_group_support": false, "storage": 0.0, "vcpus": 2.0, "vpc_only": true}, "r5a.xlarge": {"apiname": "r5a.xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 0.0, "ebs_iops": 16000.0, "ebs_max_bandwidth": 2120.0, "ebs_throughput": 265.0, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 60, "memory": 32.0, "name": "R5A Extra Large", "network_perf": 12.0, "physical_processor": "AMD EPYC 7571", "placement_group_support": false, "storage": 0.0, "vcpus": 4.0, "vpc_only": true}, "r5ad.12xlarge": {"apiname": "r5ad.12xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 0.0, "ebs_iops": 30000.0, "ebs_max_bandwidth": 5000.0, "ebs_throughput": 625.0, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 240, "memory": 384.0, "name": "R5AD 12xlarge", "network_perf": 12.0, "physical_processor": "AMD EPYC 7571", "placement_group_support": false, "storage": 1800.0, "vcpus": 48.0, "vpc_only": true}, "r5ad.24xlarge": {"apiname": "r5ad.24xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 0.0, "ebs_iops": 60000.0, "ebs_max_bandwidth": 10000.0, "ebs_throughput": 1250.0, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 750, "memory": 768.0, "name": "R5AD 24xlarge", "network_perf": 16.0, "physical_processor": "AMD EPYC 7571", "placement_group_support": false, "storage": 3600.0, "vcpus": 96.0, "vpc_only": true}, "r5ad.2xlarge": {"apiname": "r5ad.2xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 0.0, "ebs_iops": 16000.0, "ebs_max_bandwidth": 2210.0, "ebs_throughput": 265.0, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 60, "memory": 64.0, "name": "R5AD Double Extra Large", "network_perf": 12.0, "physical_processor": "AMD EPYC 7571", "placement_group_support": false, "storage": 300.0, "vcpus": 8.0, "vpc_only": true}, "r5ad.4xlarge": {"apiname": "r5ad.4xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 0.0, "ebs_iops": 16000.0, "ebs_max_bandwidth": 2210.0, "ebs_throughput": 265.0, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 240, "memory": 128.0, "name": "R5AD Quadruple Extra Large", "network_perf": 12.0, "physical_processor": "AMD EPYC 7571", "placement_group_support": false, "storage": 600.0, "vcpus": 16.0, "vpc_only": true}, "r5ad.large": {"apiname": "r5ad.large", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 0.0, "ebs_iops": 16000.0, "ebs_max_bandwidth": 2210.0, "ebs_throughput": 265.0, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 30, "memory": 16.0, "name": "R5AD Large", "network_perf": 12.0, "physical_processor": "AMD EPYC 7571", "placement_group_support": false, "storage": 75.0, "vcpus": 2.0, "vpc_only": true}, "r5ad.xlarge": {"apiname": "r5ad.xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 0.0, "ebs_iops": 16000.0, "ebs_max_bandwidth": 2210.0, "ebs_throughput": 265.0, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 60, "memory": 32.0, "name": "R5AD Extra Large", "network_perf": 12.0, "physical_processor": "AMD EPYC 7571", "placement_group_support": false, "storage": 150.0, "vcpus": 4.0, "vpc_only": true}, "r5d.12xlarge": {"apiname": "r5d.12xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 173.0, "ebs_iops": 40000.0, "ebs_max_bandwidth": 7000.0, "ebs_throughput": 875.0, "ecu_per_vcpu": 3.6041666666666665, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 240, "memory": 384.0, "name": "R5D 12xlarge", "network_perf": 12.0, "physical_processor": "Intel Xeon Platinum 8175", "placement_group_support": false, "storage": 1800.0, "vcpus": 48.0, "vpc_only": true}, "r5d.16xlarge": {"apiname": "r5d.16xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 262.0, "ebs_iops": 60000.0, "ebs_max_bandwidth": 10000.0, "ebs_throughput": 1250.0, "ecu_per_vcpu": 4.09375, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 750, "memory": 512.0, "name": "R5D 16xlarge", "network_perf": 16.0, "physical_processor": "Intel Xeon Platinum 8175", "placement_group_support": false, "storage": 2400.0, "vcpus": 64.0, "vpc_only": true}, "r5d.24xlarge": {"apiname": "r5d.24xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 347.0, "ebs_iops": 80000.0, "ebs_max_bandwidth": 14000.0, "ebs_throughput": 1750.0, "ecu_per_vcpu": 3.6145833333333335, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 750, "memory": 768.0, "name": "R5D 24xlarge", "network_perf": 20.0, "physical_processor": "Intel Xeon Platinum 8175", "placement_group_support": false, "storage": 3600.0, "vcpus": 96.0, "vpc_only": true}, "r5d.2xlarge": {"apiname": "r5d.2xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 38.0, "ebs_iops": 18750.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 4.75, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 60, "memory": 64.0, "name": "R5D Double Extra Large", "network_perf": 12.0, "physical_processor": "Intel Xeon Platinum 8175", "placement_group_support": false, "storage": 300.0, "vcpus": 8.0, "vpc_only": true}, "r5d.4xlarge": {"apiname": "r5d.4xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 71.0, "ebs_iops": 18750.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 4.4375, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 240, "memory": 128.0, "name": "R5D Quadruple Extra Large", "network_perf": 12.0, "physical_processor": "Intel Xeon Platinum 8175", "placement_group_support": false, "storage": 600.0, "vcpus": 16.0, "vpc_only": true}, "r5d.8xlarge": {"apiname": "r5d.8xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 131.0, "ebs_iops": 30000.0, "ebs_max_bandwidth": 5000.0, "ebs_throughput": 625.0, "ecu_per_vcpu": 4.09375, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 240, "memory": 256.0, "name": "R5D Eight Extra Large", "network_perf": 12.0, "physical_processor": "Intel Xeon Platinum 8175", "placement_group_support": false, "storage": 1200.0, "vcpus": 32.0, "vpc_only": true}, "r5d.large": {"apiname": "r5d.large", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 10.0, "ebs_iops": 18750.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 5.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 30, "memory": 16.0, "name": "R5D Large", "network_perf": 12.0, "physical_processor": "Intel Xeon Platinum 8175", "placement_group_support": false, "storage": 75.0, "vcpus": 2.0, "vpc_only": true}, "r5d.metal": {"apiname": "r5d.metal", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 347.0, "ebs_iops": 80000.0, "ebs_max_bandwidth": 14000.0, "ebs_throughput": 1750.0, "ecu_per_vcpu": 3.6145833333333335, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 750, "memory": 768.0, "name": "R5D Metal", "network_perf": 20.0, "physical_processor": "Intel Xeon Platinum 8175", "placement_group_support": false, "storage": 3600.0, "vcpus": 96.0, "vpc_only": true}, "r5d.xlarge": {"apiname": "r5d.xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 19.0, "ebs_iops": 18750.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 4.75, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 60, "memory": 32.0, "name": "R5D Extra Large", "network_perf": 12.0, "physical_processor": "Intel Xeon Platinum 8175", "placement_group_support": false, "storage": 150.0, "vcpus": 4.0, "vpc_only": true}, "r5dn.12xlarge": {"apiname": "r5dn.12xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 40000.0, "ebs_max_bandwidth": 7000.0, "ebs_throughput": 875.0, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 240, "memory": 384.0, "name": "R5DN 12xlarge", "network_perf": 22.0, "physical_processor": "Intel Xeon Platinum 8259 (Cascade Lake)", "placement_group_support": false, "storage": 1800.0, "vcpus": 48.0, "vpc_only": true}, "r5dn.16xlarge": {"apiname": "r5dn.16xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 60000.0, "ebs_max_bandwidth": 10000.0, "ebs_throughput": 1250.0, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 750, "memory": 512.0, "name": "R5DN 16xlarge", "network_perf": 24.0, "physical_processor": "Intel Xeon Platinum 8259 (Cascade Lake)", "placement_group_support": false, "storage": 2400.0, "vcpus": 64.0, "vpc_only": true}, "r5dn.24xlarge": {"apiname": "r5dn.24xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 80000.0, "ebs_max_bandwidth": 14000.0, "ebs_throughput": 1750.0, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 750, "memory": 768.0, "name": "R5DN 24xlarge", "network_perf": 26.0, "physical_processor": "Intel Xeon Platinum 8259 (Cascade Lake)", "placement_group_support": false, "storage": 3600.0, "vcpus": 96.0, "vpc_only": true}, "r5dn.2xlarge": {"apiname": "r5dn.2xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 18750.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 60, "memory": 64.0, "name": "R5DN Double Extra Large", "network_perf": 18.0, "physical_processor": "Intel Xeon Platinum 8259 (Cascade Lake)", "placement_group_support": false, "storage": 300.0, "vcpus": 8.0, "vpc_only": true}, "r5dn.4xlarge": {"apiname": "r5dn.4xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 18750.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 240, "memory": 128.0, "name": "R5DN Quadruple Extra Large", "network_perf": 18.0, "physical_processor": "Intel Xeon Platinum 8259 (Cascade Lake)", "placement_group_support": false, "storage": 600.0, "vcpus": 16.0, "vpc_only": true}, "r5dn.8xlarge": {"apiname": "r5dn.8xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 30000.0, "ebs_max_bandwidth": 5000.0, "ebs_throughput": 625.0, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 240, "memory": 256.0, "name": "R5DN Eight Extra Large", "network_perf": 20.0, "physical_processor": "Intel Xeon Platinum 8259 (Cascade Lake)", "placement_group_support": false, "storage": 1200.0, "vcpus": 32.0, "vpc_only": true}, "r5dn.large": {"apiname": "r5dn.large", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 18750.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 30, "memory": 16.0, "name": "R5DN Large", "network_perf": 18.0, "physical_processor": "Intel Xeon Platinum 8259 (Cascade Lake)", "placement_group_support": false, "storage": 75.0, "vcpus": 2.0, "vpc_only": true}, "r5dn.metal": {"apiname": "r5dn.metal", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 0.0, "ebs_max_bandwidth": 0.0, "ebs_throughput": 0.0, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "memory": 768.0, "name": "R5DN Metal", "network_perf": 26.0, "physical_processor": "Intel Xeon Platinum 8259 (Cascade Lake)", "placement_group_support": false, "storage": 0.0, "vcpus": 96.0, "vpc_only": true}, "r5dn.xlarge": {"apiname": "r5dn.xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 18750.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 60, "memory": 32.0, "name": "R5DN Extra Large", "network_perf": 18.0, "physical_processor": "Intel Xeon Platinum 8259 (Cascade Lake)", "placement_group_support": false, "storage": 150.0, "vcpus": 4.0, "vpc_only": true}, "r5n.12xlarge": {"apiname": "r5n.12xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 40000.0, "ebs_max_bandwidth": 7000.0, "ebs_throughput": 875.0, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 240, "memory": 384.0, "name": "R5N 12xlarge", "network_perf": 22.0, "physical_processor": "Intel Xeon Platinum 8259 (Cascade Lake)", "placement_group_support": false, "storage": 0.0, "vcpus": 48.0, "vpc_only": true}, "r5n.16xlarge": {"apiname": "r5n.16xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 60000.0, "ebs_max_bandwidth": 10000.0, "ebs_throughput": 1250.0, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 750, "memory": 512.0, "name": "R5N 16xlarge", "network_perf": 24.0, "physical_processor": "Intel Xeon Platinum 8259 (Cascade Lake)", "placement_group_support": false, "storage": 0.0, "vcpus": 64.0, "vpc_only": true}, "r5n.24xlarge": {"apiname": "r5n.24xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 80000.0, "ebs_max_bandwidth": 14000.0, "ebs_throughput": 1750.0, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 750, "memory": 768.0, "name": "R5N 24xlarge", "network_perf": 26.0, "physical_processor": "Intel Xeon Platinum 8259 (Cascade Lake)", "placement_group_support": false, "storage": 0.0, "vcpus": 96.0, "vpc_only": true}, "r5n.2xlarge": {"apiname": "r5n.2xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 18750.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 60, "memory": 64.0, "name": "R5N Double Extra Large", "network_perf": 18.0, "physical_processor": "Intel Xeon Platinum 8259 (Cascade Lake)", "placement_group_support": false, "storage": 0.0, "vcpus": 8.0, "vpc_only": true}, "r5n.4xlarge": {"apiname": "r5n.4xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 18750.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 240, "memory": 128.0, "name": "R5N Quadruple Extra Large", "network_perf": 18.0, "physical_processor": "Intel Xeon Platinum 8259 (Cascade Lake)", "placement_group_support": false, "storage": 0.0, "vcpus": 16.0, "vpc_only": true}, "r5n.8xlarge": {"apiname": "r5n.8xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 30000.0, "ebs_max_bandwidth": 5000.0, "ebs_throughput": 625.0, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 240, "memory": 256.0, "name": "R5N Eight Extra Large", "network_perf": 20.0, "physical_processor": "Intel Xeon Platinum 8259 (Cascade Lake)", "placement_group_support": false, "storage": 0.0, "vcpus": 32.0, "vpc_only": true}, "r5n.large": {"apiname": "r5n.large", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 18750.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 30, "memory": 16.0, "name": "R5N Large", "network_perf": 18.0, "physical_processor": "Intel Xeon Platinum 8259 (Cascade Lake)", "placement_group_support": false, "storage": 0.0, "vcpus": 2.0, "vpc_only": true}, "r5n.metal": {"apiname": "r5n.metal", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 0.0, "ebs_max_bandwidth": 0.0, "ebs_throughput": 0.0, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "memory": 768.0, "name": "R5N Metal", "network_perf": 26.0, "physical_processor": "Intel Xeon Platinum 8259 (Cascade Lake)", "placement_group_support": false, "storage": 0.0, "vcpus": 96.0, "vpc_only": true}, "r5n.xlarge": {"apiname": "r5n.xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 18750.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 60, "memory": 32.0, "name": "R5N Extra Large", "network_perf": 18.0, "physical_processor": "Intel Xeon Platinum 8259 (Cascade Lake)", "placement_group_support": false, "storage": 0.0, "vcpus": 4.0, "vpc_only": true}, "t1.micro": {"apiname": "t1.micro", "architecture": "32/64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 0.0, "ebs_max_bandwidth": 0.0, "ebs_throughput": 0.0, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": false, "linux_virtualization": "PV", "max_ips": 4, "memory": 0.613, "name": "T1 Micro", "network_perf": 0.0, "physical_processor": "Variable", "placement_group_support": false, "storage": 0.0, "vcpus": 1.0, "vpc_only": false}, "t2.2xlarge": {"apiname": "t2.2xlarge", "architecture": "64-bit", "clock_speed_ghz": "Up to 3.0 GHz", "computeunits": 1.3599999999999999, "ebs_iops": 0.0, "ebs_max_bandwidth": 0.0, "ebs_throughput": 0.0, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "unknown", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 45, "memory": 32.0, "name": "T2 Double Extra Large", "network_perf": 6.0, "physical_processor": "Intel Xeon Family", "placement_group_support": false, "storage": 0.0, "vcpus": 8.0, "vpc_only": true}, "t2.large": {"apiname": "t2.large", "architecture": "64-bit", "clock_speed_ghz": "Up to 3.0 GHz", "computeunits": 0.6, "ebs_iops": 0.0, "ebs_max_bandwidth": 0.0, "ebs_throughput": 0.0, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "unknown", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 36, "memory": 8.0, "name": "T2 Large", "network_perf": 4.0, "physical_processor": "Intel Xeon Family", "placement_group_support": false, "storage": 0.0, "vcpus": 2.0, "vpc_only": true}, "t2.medium": {"apiname": "t2.medium", "architecture": "32/64-bit", "clock_speed_ghz": "Up to 3.3 GHz", "computeunits": 0.4, "ebs_iops": 0.0, "ebs_max_bandwidth": 0.0, "ebs_throughput": 0.0, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "unknown", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 18, "memory": 4.0, "name": "T2 Medium", "network_perf": 4.0, "physical_processor": "Intel Xeon Family", "placement_group_support": false, "storage": 0.0, "vcpus": 2.0, "vpc_only": true}, "t2.micro": {"apiname": "t2.micro", "architecture": "32/64-bit", "clock_speed_ghz": "Up to 3.3 GHz", "computeunits": 0.1, "ebs_iops": 0.0, "ebs_max_bandwidth": 0.0, "ebs_throughput": 0.0, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "unknown", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 4, "memory": 1.0, "name": "T2 Micro", "network_perf": 4.0, "physical_processor": "Intel Xeon Family", "placement_group_support": false, "storage": 0.0, "vcpus": 1.0, "vpc_only": true}, "t2.nano": {"apiname": "t2.nano", "architecture": "32/64-bit", "clock_speed_ghz": "Up to 3.3 GHz", "computeunits": 0.05, "ebs_iops": 0.0, "ebs_max_bandwidth": 0.0, "ebs_throughput": 0.0, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "unknown", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 4, "memory": 0.5, "name": "T2 Nano", "network_perf": 2.0, "physical_processor": "Intel Xeon Family", "placement_group_support": false, "storage": 0.0, "vcpus": 1.0, "vpc_only": true}, "t2.small": {"apiname": "t2.small", "architecture": "32/64-bit", "clock_speed_ghz": "Up to 3.3 GHz", "computeunits": 0.2, "ebs_iops": 0.0, "ebs_max_bandwidth": 0.0, "ebs_throughput": 0.0, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "unknown", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 12, "memory": 2.0, "name": "T2 Small", "network_perf": 4.0, "physical_processor": "Intel Xeon Family", "placement_group_support": false, "storage": 0.0, "vcpus": 1.0, "vpc_only": true}, "t2.xlarge": {"apiname": "t2.xlarge", "architecture": "64-bit", "clock_speed_ghz": "Up to 3.0 GHz", "computeunits": 0.9, "ebs_iops": 0.0, "ebs_max_bandwidth": 0.0, "ebs_throughput": 0.0, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "unknown", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 45, "memory": 16.0, "name": "T2 Extra Large", "network_perf": 6.0, "physical_processor": "Intel Xeon Family", "placement_group_support": false, "storage": 0.0, "vcpus": 4.0, "vpc_only": true}, "t3.2xlarge": {"apiname": "t3.2xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 3.2, "ebs_iops": 15700.0, "ebs_max_bandwidth": 2048.0, "ebs_throughput": 256.0, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 60, "memory": 32.0, "name": "T3 Double Extra Large", "network_perf": 6.0, "physical_processor": "Intel Skylake E5 2686 v5 (2.5 GHz)", "placement_group_support": false, "storage": 0.0, "vcpus": 8.0, "vpc_only": true}, "t3.large": {"apiname": "t3.large", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.6, "ebs_iops": 15700.0, "ebs_max_bandwidth": 2048.0, "ebs_throughput": 256.0, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 36, "memory": 8.0, "name": "T3 Large", "network_perf": 4.0, "physical_processor": "Intel Skylake E5 2686 v5 (2.5 GHz)", "placement_group_support": false, "storage": 0.0, "vcpus": 2.0, "vpc_only": true}, "t3.medium": {"apiname": "t3.medium", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.4, "ebs_iops": 11800.0, "ebs_max_bandwidth": 1536.0, "ebs_throughput": 192.0, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 18, "memory": 4.0, "name": "T3 Medium", "network_perf": 4.0, "physical_processor": "Intel Skylake E5 2686 v5 (2.5 GHz)", "placement_group_support": false, "storage": 0.0, "vcpus": 2.0, "vpc_only": true}, "t3.micro": {"apiname": "t3.micro", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.2, "ebs_iops": 11800.0, "ebs_max_bandwidth": 1536.0, "ebs_throughput": 192.0, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 4, "memory": 1.0, "name": "T3 Micro", "network_perf": 4.0, "physical_processor": "Intel Skylake E5 2686 v5 (2.5 GHz)", "placement_group_support": false, "storage": 0.0, "vcpus": 2.0, "vpc_only": true}, "t3.nano": {"apiname": "t3.nano", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.1, "ebs_iops": 11800.0, "ebs_max_bandwidth": 1536.0, "ebs_throughput": 192.0, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 4, "memory": 0.5, "name": "T3 Nano", "network_perf": 2.0, "physical_processor": "Intel Skylake E5 2686 v5 (2.5 GHz)", "placement_group_support": false, "storage": 0.0, "vcpus": 2.0, "vpc_only": true}, "t3.small": {"apiname": "t3.small", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.4, "ebs_iops": 11800.0, "ebs_max_bandwidth": 1536.0, "ebs_throughput": 192.0, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 12, "memory": 2.0, "name": "T3 Small", "network_perf": 4.0, "physical_processor": "Intel Skylake E5 2686 v5 (2.5 GHz)", "placement_group_support": false, "storage": 0.0, "vcpus": 2.0, "vpc_only": true}, "t3.xlarge": {"apiname": "t3.xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 1.6, "ebs_iops": 15700.0, "ebs_max_bandwidth": 2048.0, "ebs_throughput": 256.0, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 60, "memory": 16.0, "name": "T3 Extra Large", "network_perf": 6.0, "physical_processor": "Intel Skylake E5 2686 v5 (2.5 GHz)", "placement_group_support": false, "storage": 0.0, "vcpus": 4.0, "vpc_only": true}, "t3a.2xlarge": {"apiname": "t3a.2xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 3.2, "ebs_iops": 15700.0, "ebs_max_bandwidth": 2048.0, "ebs_throughput": 256.0, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 60, "memory": 32.0, "name": "T3A Double Extra Large", "network_perf": 6.0, "physical_processor": "AMD EPYC 7571", "placement_group_support": false, "storage": 0.0, "vcpus": 8.0, "vpc_only": true}, "t3a.large": {"apiname": "t3a.large", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 0.6, "ebs_iops": 15700.0, "ebs_max_bandwidth": 2048.0, "ebs_throughput": 256.0, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 36, "memory": 8.0, "name": "T3A Large", "network_perf": 4.0, "physical_processor": "AMD EPYC 7571", "placement_group_support": false, "storage": 0.0, "vcpus": 2.0, "vpc_only": true}, "t3a.medium": {"apiname": "t3a.medium", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 0.4, "ebs_iops": 11800.0, "ebs_max_bandwidth": 1536.0, "ebs_throughput": 192.0, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 18, "memory": 4.0, "name": "T3A Medium", "network_perf": 4.0, "physical_processor": "AMD EPYC 7571", "placement_group_support": false, "storage": 0.0, "vcpus": 2.0, "vpc_only": true}, "t3a.micro": {"apiname": "t3a.micro", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 0.2, "ebs_iops": 11800.0, "ebs_max_bandwidth": 1536.0, "ebs_throughput": 192.0, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 4, "memory": 1.0, "name": "T3A Micro", "network_perf": 4.0, "physical_processor": "AMD EPYC 7571", "placement_group_support": false, "storage": 0.0, "vcpus": 2.0, "vpc_only": true}, "t3a.nano": {"apiname": "t3a.nano", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 0.1, "ebs_iops": 11800.0, "ebs_max_bandwidth": 1536.0, "ebs_throughput": 192.0, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 4, "memory": 0.5, "name": "T3A Nano", "network_perf": 2.0, "physical_processor": "AMD EPYC 7571", "placement_group_support": false, "storage": 0.0, "vcpus": 2.0, "vpc_only": true}, "t3a.small": {"apiname": "t3a.small", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 0.4, "ebs_iops": 11800.0, "ebs_max_bandwidth": 1536.0, "ebs_throughput": 192.0, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 8, "memory": 2.0, "name": "T3A Small", "network_perf": 4.0, "physical_processor": "AMD EPYC 7571", "placement_group_support": false, "storage": 0.0, "vcpus": 2.0, "vpc_only": true}, "t3a.xlarge": {"apiname": "t3a.xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.5 GHz", "computeunits": 1.6, "ebs_iops": 15700.0, "ebs_max_bandwidth": 2048.0, "ebs_throughput": 256.0, "ecu_per_vcpu": 0.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 60, "memory": 16.0, "name": "T3A Extra Large", "network_perf": 6.0, "physical_processor": "AMD EPYC 7571", "placement_group_support": false, "storage": 0.0, "vcpus": 4.0, "vpc_only": true}, "u-12tb1.metal": {"apiname": "u-12tb1.metal", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 80000.0, "ebs_max_bandwidth": 14000.0, "ebs_throughput": 1750.0, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 150, "memory": 12288.0, "name": "U-12TB1 Metal", "network_perf": 20.0, "physical_processor": "Intel Xeon Scalable (Skylake) processors", "placement_group_support": false, "storage": 0.0, "vcpus": 448.0, "vpc_only": true}, "u-18tb1.metal": {"apiname": "u-18tb1.metal", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 160000.0, "ebs_max_bandwidth": 28000.0, "ebs_throughput": 3500.0, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 750, "memory": 18432.0, "name": "U-18TB1 Metal", "network_perf": 26.0, "physical_processor": "Intel Xeon Platinum 8280L (Cascade Lake)", "placement_group_support": false, "storage": 0.0, "vcpus": 448.0, "vpc_only": true}, "u-24tb1.metal": {"apiname": "u-24tb1.metal", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 160000.0, "ebs_max_bandwidth": 28000.0, "ebs_throughput": 3500.0, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 750, "memory": 24576.0, "name": "U-24TB1 Metal", "network_perf": 26.0, "physical_processor": "Intel Xeon Platinum 8280L (Cascade Lake)", "placement_group_support": false, "storage": 0.0, "vcpus": 448.0, "vpc_only": true}, "u-6tb1.metal": {"apiname": "u-6tb1.metal", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 80000.0, "ebs_max_bandwidth": 14000.0, "ebs_throughput": 1750.0, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 150, "memory": 6144.0, "name": "U-6TB1 Metal", "network_perf": 20.0, "physical_processor": "Intel Xeon Scalable (Skylake) processors", "placement_group_support": false, "storage": 0.0, "vcpus": 448.0, "vpc_only": true}, "u-9tb1.metal": {"apiname": "u-9tb1.metal", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 0.0, "ebs_iops": 80000.0, "ebs_max_bandwidth": 14000.0, "ebs_throughput": 1750.0, "ecu_per_vcpu": 0.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "Unknown", "max_ips": 150, "memory": 9216.0, "name": "U-9TB1 Metal", "network_perf": 20.0, "physical_processor": "Intel Xeon Scalable (Skylake) processors", "placement_group_support": false, "storage": 0.0, "vcpus": 448.0, "vpc_only": true}, "x1.16xlarge": {"apiname": "x1.16xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.3 GHz", "computeunits": 174.5, "ebs_iops": 40000.0, "ebs_max_bandwidth": 7000.0, "ebs_throughput": 875.0, "ecu_per_vcpu": 2.7265625, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 240, "memory": 976.0, "name": "X1 Extra High-Memory 16xlarge", "network_perf": 8.0, "physical_processor": "High Frequency Intel Xeon E7-8880 v3 (Haswell)", "placement_group_support": false, "storage": 1920.0, "vcpus": 64.0, "vpc_only": true}, "x1.32xlarge": {"apiname": "x1.32xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.3 GHz", "computeunits": 349.0, "ebs_iops": 80000.0, "ebs_max_bandwidth": 14000.0, "ebs_throughput": 1750.0, "ecu_per_vcpu": 2.7265625, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 240, "memory": 1952.0, "name": "X1 Extra High-Memory 32xlarge", "network_perf": 8.0, "physical_processor": "High Frequency Intel Xeon E7-8880 v3 (Haswell)", "placement_group_support": false, "storage": 3840.0, "vcpus": 128.0, "vpc_only": true}, "x1e.16xlarge": {"apiname": "x1e.16xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.3 GHz", "computeunits": 179.0, "ebs_iops": 40000.0, "ebs_max_bandwidth": 7000.0, "ebs_throughput": 875.0, "ecu_per_vcpu": 2.796875, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 240, "memory": 1952.0, "name": "X1E 16xlarge", "network_perf": 12.0, "physical_processor": "High Frequency Intel Xeon E7-8880 v3 (Haswell)", "placement_group_support": false, "storage": 1920.0, "vcpus": 64.0, "vpc_only": true}, "x1e.2xlarge": {"apiname": "x1e.2xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.3 GHz", "computeunits": 23.0, "ebs_iops": 7400.0, "ebs_max_bandwidth": 1000.0, "ebs_throughput": 125.0, "ecu_per_vcpu": 2.875, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 60, "memory": 244.0, "name": "X1E Double Extra Large", "network_perf": 10.0, "physical_processor": "High Frequency Intel Xeon E7-8880 v3 (Haswell)", "placement_group_support": false, "storage": 240.0, "vcpus": 8.0, "vpc_only": true}, "x1e.32xlarge": {"apiname": "x1e.32xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.3 GHz", "computeunits": 340.0, "ebs_iops": 80000.0, "ebs_max_bandwidth": 14000.0, "ebs_throughput": 1750.0, "ecu_per_vcpu": 2.65625, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 240, "memory": 3904.0, "name": "X1E 32xlarge", "network_perf": 20.0, "physical_processor": "High Frequency Intel Xeon E7-8880 v3 (Haswell)", "placement_group_support": false, "storage": 3840.0, "vcpus": 128.0, "vpc_only": true}, "x1e.4xlarge": {"apiname": "x1e.4xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.3 GHz", "computeunits": 47.0, "ebs_iops": 10000.0, "ebs_max_bandwidth": 1750.0, "ebs_throughput": 218.75, "ecu_per_vcpu": 2.9375, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 60, "memory": 488.0, "name": "X1E Quadruple Extra Large", "network_perf": 10.0, "physical_processor": "High Frequency Intel Xeon E7-8880 v3 (Haswell)", "placement_group_support": false, "storage": 480.0, "vcpus": 16.0, "vpc_only": true}, "x1e.8xlarge": {"apiname": "x1e.8xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.3 GHz", "computeunits": 91.0, "ebs_iops": 20000.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 437.5, "ecu_per_vcpu": 2.84375, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "Yes", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 60, "memory": 976.0, "name": "X1E Eight Extra Large", "network_perf": 10.0, "physical_processor": "High Frequency Intel Xeon E7-8880 v3 (Haswell)", "placement_group_support": false, "storage": 960.0, "vcpus": 32.0, "vpc_only": true}, "x1e.xlarge": {"apiname": "x1e.xlarge", "architecture": "64-bit", "clock_speed_ghz": "2.3 GHz", "computeunits": 12.0, "ebs_iops": 3700.0, "ebs_max_bandwidth": 500.0, "ebs_throughput": 62.5, "ecu_per_vcpu": 3.0, "enhanced_networking": true, "fpga": 0, "gpus": 0, "intel_avx": "Yes", "intel_avx2": "Yes", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 30, "memory": 122.0, "name": "X1E Extra Large", "network_perf": 10.0, "physical_processor": "High Frequency Intel Xeon E7-8880 v3 (Haswell)", "placement_group_support": false, "storage": 120.0, "vcpus": 4.0, "vpc_only": true}, "z1d.12xlarge": {"apiname": "z1d.12xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 271.0, "ebs_iops": 80000.0, "ebs_max_bandwidth": 14000.0, "ebs_throughput": 1750.0, "ecu_per_vcpu": 5.645833333333333, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 750, "memory": 384.0, "name": "Z1D 12xlarge", "network_perf": 20.0, "physical_processor": "Intel Xeon Platinum 8151", "placement_group_support": false, "storage": 1800.0, "vcpus": 48.0, "vpc_only": true}, "z1d.2xlarge": {"apiname": "z1d.2xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 53.0, "ebs_iops": 13333.0, "ebs_max_bandwidth": 2333.0, "ebs_throughput": 292.0, "ecu_per_vcpu": 6.625, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 60, "memory": 64.0, "name": "Z1D Double Extra Large", "network_perf": 10.0, "physical_processor": "Intel Xeon Platinum 8151", "placement_group_support": false, "storage": 300.0, "vcpus": 8.0, "vpc_only": true}, "z1d.3xlarge": {"apiname": "z1d.3xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 75.0, "ebs_iops": 20000.0, "ebs_max_bandwidth": 3500.0, "ebs_throughput": 438.0, "ecu_per_vcpu": 6.25, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 240, "memory": 96.0, "name": "Z1D 3xlarge", "network_perf": 10.0, "physical_processor": "Intel Xeon Platinum 8151", "placement_group_support": false, "storage": 450.0, "vcpus": 12.0, "vpc_only": true}, "z1d.6xlarge": {"apiname": "z1d.6xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 134.0, "ebs_iops": 40000.0, "ebs_max_bandwidth": 7000.0, "ebs_throughput": 875.0, "ecu_per_vcpu": 5.583333333333333, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 240, "memory": 192.0, "name": "Z1D 6xlarge", "network_perf": 12.0, "physical_processor": "Intel Xeon Platinum 8151", "placement_group_support": false, "storage": 900.0, "vcpus": 24.0, "vpc_only": true}, "z1d.large": {"apiname": "z1d.large", "architecture": "64-bit", "clock_speed_ghz": "4.0 GHz", "computeunits": 15.0, "ebs_iops": 13333.0, "ebs_max_bandwidth": 2333.0, "ebs_throughput": 291.0, "ecu_per_vcpu": 7.5, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 30, "memory": 16.0, "name": "Z1D Large", "network_perf": 10.0, "physical_processor": "Intel Xeon Platinum 8151", "placement_group_support": false, "storage": 75.0, "vcpus": 2.0, "vpc_only": true}, "z1d.metal": {"apiname": "z1d.metal", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 271.0, "ebs_iops": 80000.0, "ebs_max_bandwidth": 14000.0, "ebs_throughput": 1750.0, "ecu_per_vcpu": 5.645833333333333, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 750, "memory": 384.0, "name": "Z1D Metal", "network_perf": 20.0, "physical_processor": "Intel Xeon Platinum 8151", "placement_group_support": false, "storage": 1800.0, "vcpus": 48.0, "vpc_only": true}, "z1d.xlarge": {"apiname": "z1d.xlarge", "architecture": "64-bit", "clock_speed_ghz": "unknown", "computeunits": 28.0, "ebs_iops": 13333.0, "ebs_max_bandwidth": 2333.0, "ebs_throughput": 291.0, "ecu_per_vcpu": 7.0, "enhanced_networking": false, "fpga": 0, "gpus": 0, "intel_avx": "unknown", "intel_avx2": "unknown", "intel_turbo": "unknown", "ipv6_support": true, "linux_virtualization": "HVM", "max_ips": 60, "memory": 32.0, "name": "Z1D Extra Large", "network_perf": 10.0, "physical_processor": "Intel Xeon Platinum 8151", "placement_group_support": false, "storage": 150.0, "vcpus": 4.0, "vpc_only": true}} \ No newline at end of file +{"a1.2xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": false, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1750, "BaselineIops": 10000, "BaselineThroughputInMBps": 218.75, "MaximumBandwidthInMbps": 3500, "MaximumIops": 20000, "MaximumThroughputInMBps": 437.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "a1.2xlarge", "MemoryInfo": {"SizeInMiB": 16384}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 8, "DefaultThreadsPerCore": 1, "DefaultVCpus": 8, "ValidCores": [8], "ValidThreadsPerCore": [1]}}, "a1.4xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": false, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 3500, "BaselineIops": 20000, "BaselineThroughputInMBps": 437.5, "MaximumBandwidthInMbps": 3500, "MaximumIops": 20000, "MaximumThroughputInMBps": 437.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "a1.4xlarge", "MemoryInfo": {"SizeInMiB": 32768}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 16, "DefaultThreadsPerCore": 1, "DefaultVCpus": 16, "ValidCores": [16], "ValidThreadsPerCore": [1]}}, "a1.large": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": false, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 525, "BaselineIops": 4000, "BaselineThroughputInMBps": 65.625, "MaximumBandwidthInMbps": 3500, "MaximumIops": 20000, "MaximumThroughputInMBps": 437.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "a1.large", "MemoryInfo": {"SizeInMiB": 4096}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 1, "DefaultVCpus": 2, "ValidCores": [2], "ValidThreadsPerCore": [1]}}, "a1.medium": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": false, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 300, "BaselineIops": 2500, "BaselineThroughputInMBps": 37.5, "MaximumBandwidthInMbps": 3500, "MaximumIops": 20000, "MaximumThroughputInMBps": 437.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "a1.medium", "MemoryInfo": {"SizeInMiB": 2048}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 4, "Ipv6AddressesPerInterface": 4, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 2, "NetworkCards": [{"MaximumNetworkInterfaces": 2, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 1, "DefaultVCpus": 1, "ValidCores": [1], "ValidThreadsPerCore": [1]}}, "a1.metal": {"AutoRecoverySupported": true, "BareMetal": true, "BurstablePerformanceSupported": false, "CurrentGeneration": false, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 3500, "BaselineIops": 20000, "BaselineThroughputInMBps": 437.5, "MaximumBandwidthInMbps": 3500, "MaximumIops": 20000, "MaximumThroughputInMBps": 437.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "InstanceStorageSupported": false, "InstanceType": "a1.metal", "MemoryInfo": {"SizeInMiB": 32768}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultVCpus": 16}}, "a1.xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": false, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 800, "BaselineIops": 6000, "BaselineThroughputInMBps": 100.0, "MaximumBandwidthInMbps": 3500, "MaximumIops": 20000, "MaximumThroughputInMBps": 437.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "a1.xlarge", "MemoryInfo": {"SizeInMiB": 8192}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 1, "DefaultVCpus": 4, "ValidCores": [4], "ValidThreadsPerCore": [1]}}, "c1.medium": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": false, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedSupport": "unsupported", "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 350, "Type": "hdd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 350}, "InstanceStorageSupported": true, "InstanceType": "c1.medium", "MemoryInfo": {"SizeInMiB": 1740}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 6, "Ipv6AddressesPerInterface": 0, "Ipv6Supported": false, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 2, "NetworkCards": [{"MaximumNetworkInterfaces": 2, "NetworkCardIndex": 0, "NetworkPerformance": "Moderate"}], "NetworkPerformance": "Moderate"}, "PlacementGroupInfo": {"SupportedStrategies": ["partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["i386", "x86_64"]}, "SupportedRootDeviceTypes": ["ebs", "instance-store"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm", "paravirtual"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 1, "DefaultVCpus": 2, "ValidCores": [1, 2], "ValidThreadsPerCore": [1]}}, "c1.xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": false, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1000, "BaselineIops": 8000, "BaselineThroughputInMBps": 125.0, "MaximumBandwidthInMbps": 1000, "MaximumIops": 8000, "MaximumThroughputInMBps": 125.0}, "EbsOptimizedSupport": "supported", "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 4, "SizeInGB": 420, "Type": "hdd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 1680}, "InstanceStorageSupported": true, "InstanceType": "c1.xlarge", "MemoryInfo": {"SizeInMiB": 7168}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 0, "Ipv6Supported": false, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "High"}], "NetworkPerformance": "High"}, "PlacementGroupInfo": {"SupportedStrategies": ["partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"]}, "SupportedRootDeviceTypes": ["ebs", "instance-store"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm", "paravirtual"], "VCpuInfo": {"DefaultCores": 8, "DefaultThreadsPerCore": 1, "DefaultVCpus": 8, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8], "ValidThreadsPerCore": [1]}}, "c3.2xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": false, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1000, "BaselineIops": 8000, "BaselineThroughputInMBps": 125.0, "MaximumBandwidthInMbps": 1000, "MaximumIops": 8000, "MaximumThroughputInMBps": 125.0}, "EbsOptimizedSupport": "supported", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 80, "Type": "ssd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 160}, "InstanceStorageSupported": true, "InstanceType": "c3.2xlarge", "MemoryInfo": {"SizeInMiB": 15360}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "High"}], "NetworkPerformance": "High"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.8}, "SupportedRootDeviceTypes": ["ebs", "instance-store"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm", "paravirtual"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 2, "DefaultVCpus": 8, "ValidCores": [1, 2, 3, 4], "ValidThreadsPerCore": [1, 2]}}, "c3.4xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": false, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 2000, "BaselineIops": 16000, "BaselineThroughputInMBps": 250.0, "MaximumBandwidthInMbps": 2000, "MaximumIops": 16000, "MaximumThroughputInMBps": 250.0}, "EbsOptimizedSupport": "supported", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 160, "Type": "ssd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 320}, "InstanceStorageSupported": true, "InstanceType": "c3.4xlarge", "MemoryInfo": {"SizeInMiB": 30720}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "High"}], "NetworkPerformance": "High"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.8}, "SupportedRootDeviceTypes": ["ebs", "instance-store"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm", "paravirtual"], "VCpuInfo": {"DefaultCores": 8, "DefaultThreadsPerCore": 2, "DefaultVCpus": 16, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8], "ValidThreadsPerCore": [1, 2]}}, "c3.8xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": false, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedSupport": "unsupported", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 320, "Type": "ssd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 640}, "InstanceStorageSupported": true, "InstanceType": "c3.8xlarge", "MemoryInfo": {"SizeInMiB": 61440}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "10 Gigabit"}], "NetworkPerformance": "10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.8}, "SupportedRootDeviceTypes": ["ebs", "instance-store"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["paravirtual", "hvm"], "VCpuInfo": {"DefaultCores": 16, "DefaultThreadsPerCore": 2, "DefaultVCpus": 32, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16], "ValidThreadsPerCore": [1, 2]}}, "c3.large": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": false, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedSupport": "unsupported", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 16, "Type": "ssd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 32}, "InstanceStorageSupported": true, "InstanceType": "c3.large", "MemoryInfo": {"SizeInMiB": 3840}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Moderate"}], "NetworkPerformance": "Moderate"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["i386", "x86_64"], "SustainedClockSpeedInGhz": 2.8}, "SupportedRootDeviceTypes": ["ebs", "instance-store"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["paravirtual", "hvm"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 2, "DefaultVCpus": 2, "ValidCores": [1], "ValidThreadsPerCore": [1, 2]}}, "c3.xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": false, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 500, "BaselineIops": 4000, "BaselineThroughputInMBps": 62.5, "MaximumBandwidthInMbps": 500, "MaximumIops": 4000, "MaximumThroughputInMBps": 62.5}, "EbsOptimizedSupport": "supported", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 40, "Type": "ssd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 80}, "InstanceStorageSupported": true, "InstanceType": "c3.xlarge", "MemoryInfo": {"SizeInMiB": 7680}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Moderate"}], "NetworkPerformance": "Moderate"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.8}, "SupportedRootDeviceTypes": ["ebs", "instance-store"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm", "paravirtual"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 2, "DefaultVCpus": 4, "ValidCores": [1, 2], "ValidThreadsPerCore": [1, 2]}}, "c4.2xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1000, "BaselineIops": 8000, "BaselineThroughputInMBps": 125.0, "MaximumBandwidthInMbps": 1000, "MaximumIops": 8000, "MaximumThroughputInMBps": 125.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "xen", "InstanceStorageSupported": false, "InstanceType": "c4.2xlarge", "MemoryInfo": {"SizeInMiB": 15360}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "High"}], "NetworkPerformance": "High"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.9}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 2, "DefaultVCpus": 8, "ValidCores": [1, 2, 3, 4], "ValidThreadsPerCore": [1, 2]}}, "c4.4xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 2000, "BaselineIops": 16000, "BaselineThroughputInMBps": 250.0, "MaximumBandwidthInMbps": 2000, "MaximumIops": 16000, "MaximumThroughputInMBps": 250.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "xen", "InstanceStorageSupported": false, "InstanceType": "c4.4xlarge", "MemoryInfo": {"SizeInMiB": 30720}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "High"}], "NetworkPerformance": "High"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.9}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 8, "DefaultThreadsPerCore": 2, "DefaultVCpus": 16, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8], "ValidThreadsPerCore": [1, 2]}}, "c4.8xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 4000, "BaselineIops": 32000, "BaselineThroughputInMBps": 500.0, "MaximumBandwidthInMbps": 4000, "MaximumIops": 32000, "MaximumThroughputInMBps": 500.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "xen", "InstanceStorageSupported": false, "InstanceType": "c4.8xlarge", "MemoryInfo": {"SizeInMiB": 61440}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "10 Gigabit"}], "NetworkPerformance": "10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.9}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 18, "DefaultThreadsPerCore": 2, "DefaultVCpus": 36, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18], "ValidThreadsPerCore": [1, 2]}}, "c4.large": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 500, "BaselineIops": 4000, "BaselineThroughputInMBps": 62.5, "MaximumBandwidthInMbps": 500, "MaximumIops": 4000, "MaximumThroughputInMBps": 62.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "xen", "InstanceStorageSupported": false, "InstanceType": "c4.large", "MemoryInfo": {"SizeInMiB": 3840}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Moderate"}], "NetworkPerformance": "Moderate"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.9}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 2, "DefaultVCpus": 2, "ValidCores": [1], "ValidThreadsPerCore": [1, 2]}}, "c4.xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 750, "BaselineIops": 6000, "BaselineThroughputInMBps": 93.75, "MaximumBandwidthInMbps": 750, "MaximumIops": 6000, "MaximumThroughputInMBps": 93.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "xen", "InstanceStorageSupported": false, "InstanceType": "c4.xlarge", "MemoryInfo": {"SizeInMiB": 7680}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "High"}], "NetworkPerformance": "High"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.9}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 2, "DefaultVCpus": 4, "ValidCores": [1, 2], "ValidThreadsPerCore": [1, 2]}}, "c5.12xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 9500, "BaselineIops": 40000, "BaselineThroughputInMBps": 1187.5, "MaximumBandwidthInMbps": 9500, "MaximumIops": 40000, "MaximumThroughputInMBps": 1187.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "c5.12xlarge", "MemoryInfo": {"SizeInMiB": 98304}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "12 Gigabit"}], "NetworkPerformance": "12 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.6}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 24, "DefaultThreadsPerCore": 2, "DefaultVCpus": 48, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24], "ValidThreadsPerCore": [1, 2]}}, "c5.18xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 19000, "BaselineIops": 80000, "BaselineThroughputInMBps": 2375.0, "MaximumBandwidthInMbps": 19000, "MaximumIops": 80000, "MaximumThroughputInMBps": 2375.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "c5.18xlarge", "MemoryInfo": {"SizeInMiB": 147456}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.4}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 36, "DefaultThreadsPerCore": 2, "DefaultVCpus": 72, "ValidCores": [4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36], "ValidThreadsPerCore": [1, 2]}}, "c5.24xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 19000, "BaselineIops": 80000, "BaselineThroughputInMBps": 2375.0, "MaximumBandwidthInMbps": 19000, "MaximumIops": 80000, "MaximumThroughputInMBps": 2375.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "c5.24xlarge", "MemoryInfo": {"SizeInMiB": 196608}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.6}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 48, "DefaultThreadsPerCore": 2, "DefaultVCpus": 96, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48], "ValidThreadsPerCore": [1, 2]}}, "c5.2xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 2300, "BaselineIops": 10000, "BaselineThroughputInMBps": 287.5, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "c5.2xlarge", "MemoryInfo": {"SizeInMiB": 16384}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.4}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 2, "DefaultVCpus": 8, "ValidCores": [2, 4], "ValidThreadsPerCore": [1, 2]}}, "c5.4xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 4750, "BaselineIops": 20000, "BaselineThroughputInMBps": 593.75, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "c5.4xlarge", "MemoryInfo": {"SizeInMiB": 32768}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.4}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 8, "DefaultThreadsPerCore": 2, "DefaultVCpus": 16, "ValidCores": [2, 4, 6, 8], "ValidThreadsPerCore": [1, 2]}}, "c5.9xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 9500, "BaselineIops": 40000, "BaselineThroughputInMBps": 1187.5, "MaximumBandwidthInMbps": 9500, "MaximumIops": 40000, "MaximumThroughputInMBps": 1187.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "c5.9xlarge", "MemoryInfo": {"SizeInMiB": 73728}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "10 Gigabit"}], "NetworkPerformance": "10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.4}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 18, "DefaultThreadsPerCore": 2, "DefaultVCpus": 36, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18], "ValidThreadsPerCore": [1, 2]}}, "c5.large": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 650, "BaselineIops": 4000, "BaselineThroughputInMBps": 81.25, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "c5.large", "MemoryInfo": {"SizeInMiB": 4096}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.4}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 2, "DefaultVCpus": 2, "ValidCores": [1], "ValidThreadsPerCore": [1, 2]}}, "c5.metal": {"AutoRecoverySupported": true, "BareMetal": true, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 19000, "BaselineIops": 80000, "BaselineThroughputInMBps": 2375.0, "MaximumBandwidthInMbps": 19000, "MaximumIops": 80000, "MaximumThroughputInMBps": 2375.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "InstanceStorageSupported": false, "InstanceType": "c5.metal", "MemoryInfo": {"SizeInMiB": 196608}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.6}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultVCpus": 96}}, "c5.xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1150, "BaselineIops": 6000, "BaselineThroughputInMBps": 143.75, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "c5.xlarge", "MemoryInfo": {"SizeInMiB": 8192}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.4}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 2, "DefaultVCpus": 4, "ValidCores": [2], "ValidThreadsPerCore": [1, 2]}}, "c5a.12xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 4750, "BaselineIops": 20000, "BaselineThroughputInMBps": 593.75, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "c5a.12xlarge", "MemoryInfo": {"SizeInMiB": 98304}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "12 Gigabit"}], "NetworkPerformance": "12 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 24, "DefaultThreadsPerCore": 2, "DefaultVCpus": 48, "ValidCores": [1, 2, 3, 4, 8, 12, 16, 20, 24], "ValidThreadsPerCore": [1, 2]}}, "c5a.16xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 6300, "BaselineIops": 26700, "BaselineThroughputInMBps": 787.5, "MaximumBandwidthInMbps": 6300, "MaximumIops": 26700, "MaximumThroughputInMBps": 787.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "c5a.16xlarge", "MemoryInfo": {"SizeInMiB": 131072}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "20 Gigabit"}], "NetworkPerformance": "20 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 32, "DefaultThreadsPerCore": 2, "DefaultVCpus": 64, "ValidCores": [1, 2, 3, 4, 8, 12, 16, 20, 24, 28, 32], "ValidThreadsPerCore": [1, 2]}}, "c5a.24xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 9500, "BaselineIops": 40000, "BaselineThroughputInMBps": 1187.5, "MaximumBandwidthInMbps": 9500, "MaximumIops": 40000, "MaximumThroughputInMBps": 1187.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "c5a.24xlarge", "MemoryInfo": {"SizeInMiB": 196608}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "20 Gigabit"}], "NetworkPerformance": "20 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 48, "DefaultThreadsPerCore": 2, "DefaultVCpus": 96, "ValidCores": [1, 2, 3, 4, 8, 12, 16, 20, 24, 28, 32, 36, 40, 44, 48], "ValidThreadsPerCore": [1, 2]}}, "c5a.2xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 800, "BaselineIops": 3200, "BaselineThroughputInMBps": 100.0, "MaximumBandwidthInMbps": 3170, "MaximumIops": 13300, "MaximumThroughputInMBps": 396.25}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "c5a.2xlarge", "MemoryInfo": {"SizeInMiB": 16384}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 2, "DefaultVCpus": 8, "ValidCores": [1, 2, 3, 4], "ValidThreadsPerCore": [1, 2]}}, "c5a.4xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1580, "BaselineIops": 6600, "BaselineThroughputInMBps": 197.5, "MaximumBandwidthInMbps": 3170, "MaximumIops": 13300, "MaximumThroughputInMBps": 396.25}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "c5a.4xlarge", "MemoryInfo": {"SizeInMiB": 32768}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 8, "DefaultThreadsPerCore": 2, "DefaultVCpus": 16, "ValidCores": [1, 2, 3, 4, 8], "ValidThreadsPerCore": [1, 2]}}, "c5a.8xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 3170, "BaselineIops": 13300, "BaselineThroughputInMBps": 396.25, "MaximumBandwidthInMbps": 3170, "MaximumIops": 13300, "MaximumThroughputInMBps": 396.25}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "c5a.8xlarge", "MemoryInfo": {"SizeInMiB": 65536}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "10 Gigabit"}], "NetworkPerformance": "10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 16, "DefaultThreadsPerCore": 2, "DefaultVCpus": 32, "ValidCores": [1, 2, 3, 4, 8, 12, 16], "ValidThreadsPerCore": [1, 2]}}, "c5a.large": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 200, "BaselineIops": 800, "BaselineThroughputInMBps": 25.0, "MaximumBandwidthInMbps": 3170, "MaximumIops": 13300, "MaximumThroughputInMBps": 396.25}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "c5a.large", "MemoryInfo": {"SizeInMiB": 4096}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 2, "DefaultVCpus": 2, "ValidCores": [1], "ValidThreadsPerCore": [1, 2]}}, "c5a.xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 400, "BaselineIops": 1600, "BaselineThroughputInMBps": 50.0, "MaximumBandwidthInMbps": 3170, "MaximumIops": 13300, "MaximumThroughputInMBps": 396.25}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "c5a.xlarge", "MemoryInfo": {"SizeInMiB": 8192}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 2, "DefaultVCpus": 4, "ValidCores": [1, 2], "ValidThreadsPerCore": [1, 2]}}, "c5ad.12xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 4750, "BaselineIops": 20000, "BaselineThroughputInMBps": 593.75, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 900, "Type": "ssd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 1800}, "InstanceStorageSupported": true, "InstanceType": "c5ad.12xlarge", "MemoryInfo": {"SizeInMiB": 98304}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "12 Gigabit"}], "NetworkPerformance": "12 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 24, "DefaultThreadsPerCore": 2, "DefaultVCpus": 48, "ValidCores": [1, 2, 3, 4, 8, 12, 16, 20, 24], "ValidThreadsPerCore": [1, 2]}}, "c5ad.16xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 6300, "BaselineIops": 26700, "BaselineThroughputInMBps": 787.5, "MaximumBandwidthInMbps": 6300, "MaximumIops": 26700, "MaximumThroughputInMBps": 787.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 1200, "Type": "ssd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 2400}, "InstanceStorageSupported": true, "InstanceType": "c5ad.16xlarge", "MemoryInfo": {"SizeInMiB": 131072}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "20 Gigabit"}], "NetworkPerformance": "20 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 32, "DefaultThreadsPerCore": 2, "DefaultVCpus": 64, "ValidCores": [1, 2, 3, 4, 8, 12, 16, 20, 24, 28, 32], "ValidThreadsPerCore": [1, 2]}}, "c5ad.24xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 9500, "BaselineIops": 40000, "BaselineThroughputInMBps": 1187.5, "MaximumBandwidthInMbps": 9500, "MaximumIops": 40000, "MaximumThroughputInMBps": 1187.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 1900, "Type": "ssd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 3800}, "InstanceStorageSupported": true, "InstanceType": "c5ad.24xlarge", "MemoryInfo": {"SizeInMiB": 196608}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "20 Gigabit"}], "NetworkPerformance": "20 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 48, "DefaultThreadsPerCore": 2, "DefaultVCpus": 96, "ValidCores": [1, 2, 3, 4, 8, 12, 16, 20, 24, 28, 32, 36, 40, 44, 48], "ValidThreadsPerCore": [1, 2]}}, "c5ad.2xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 800, "BaselineIops": 3200, "BaselineThroughputInMBps": 100.0, "MaximumBandwidthInMbps": 3170, "MaximumIops": 13300, "MaximumThroughputInMBps": 396.25}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 300, "Type": "ssd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 300}, "InstanceStorageSupported": true, "InstanceType": "c5ad.2xlarge", "MemoryInfo": {"SizeInMiB": 16384}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 2, "DefaultVCpus": 8, "ValidCores": [1, 2, 3, 4], "ValidThreadsPerCore": [1, 2]}}, "c5ad.4xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1580, "BaselineIops": 6600, "BaselineThroughputInMBps": 197.5, "MaximumBandwidthInMbps": 3170, "MaximumIops": 13300, "MaximumThroughputInMBps": 396.25}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 300, "Type": "ssd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 600}, "InstanceStorageSupported": true, "InstanceType": "c5ad.4xlarge", "MemoryInfo": {"SizeInMiB": 32768}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 8, "DefaultThreadsPerCore": 2, "DefaultVCpus": 16, "ValidCores": [1, 2, 3, 4, 8], "ValidThreadsPerCore": [1, 2]}}, "c5ad.8xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 3170, "BaselineIops": 13300, "BaselineThroughputInMBps": 396.25, "MaximumBandwidthInMbps": 3170, "MaximumIops": 13300, "MaximumThroughputInMBps": 396.25}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 600, "Type": "ssd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 1200}, "InstanceStorageSupported": true, "InstanceType": "c5ad.8xlarge", "MemoryInfo": {"SizeInMiB": 65536}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "10 Gigabit"}], "NetworkPerformance": "10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 16, "DefaultThreadsPerCore": 2, "DefaultVCpus": 32, "ValidCores": [1, 2, 3, 4, 8, 12, 16], "ValidThreadsPerCore": [1, 2]}}, "c5ad.large": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 200, "BaselineIops": 800, "BaselineThroughputInMBps": 25.0, "MaximumBandwidthInMbps": 3170, "MaximumIops": 13300, "MaximumThroughputInMBps": 396.25}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 75, "Type": "ssd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 75}, "InstanceStorageSupported": true, "InstanceType": "c5ad.large", "MemoryInfo": {"SizeInMiB": 4096}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 2, "DefaultVCpus": 2, "ValidCores": [1], "ValidThreadsPerCore": [1, 2]}}, "c5ad.xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 400, "BaselineIops": 1600, "BaselineThroughputInMBps": 50.0, "MaximumBandwidthInMbps": 3170, "MaximumIops": 13300, "MaximumThroughputInMBps": 396.25}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 150, "Type": "ssd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 150}, "InstanceStorageSupported": true, "InstanceType": "c5ad.xlarge", "MemoryInfo": {"SizeInMiB": 8192}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 2, "DefaultVCpus": 4, "ValidCores": [1, 2], "ValidThreadsPerCore": [1, 2]}}, "c5d.12xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 9500, "BaselineIops": 40000, "BaselineThroughputInMBps": 1187.5, "MaximumBandwidthInMbps": 9500, "MaximumIops": 40000, "MaximumThroughputInMBps": 1187.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 900, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 1800}, "InstanceStorageSupported": true, "InstanceType": "c5d.12xlarge", "MemoryInfo": {"SizeInMiB": 98304}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "12 Gigabit"}], "NetworkPerformance": "12 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.6}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 24, "DefaultThreadsPerCore": 2, "DefaultVCpus": 48, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24], "ValidThreadsPerCore": [1, 2]}}, "c5d.18xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 19000, "BaselineIops": 80000, "BaselineThroughputInMBps": 2375.0, "MaximumBandwidthInMbps": 19000, "MaximumIops": 80000, "MaximumThroughputInMBps": 2375.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 900, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 1800}, "InstanceStorageSupported": true, "InstanceType": "c5d.18xlarge", "MemoryInfo": {"SizeInMiB": 147456}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.4}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 36, "DefaultThreadsPerCore": 2, "DefaultVCpus": 72, "ValidCores": [4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36], "ValidThreadsPerCore": [1, 2]}}, "c5d.24xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 19000, "BaselineIops": 80000, "BaselineThroughputInMBps": 2375.0, "MaximumBandwidthInMbps": 19000, "MaximumIops": 80000, "MaximumThroughputInMBps": 2375.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 4, "SizeInGB": 900, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 3600}, "InstanceStorageSupported": true, "InstanceType": "c5d.24xlarge", "MemoryInfo": {"SizeInMiB": 196608}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.6}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 48, "DefaultThreadsPerCore": 2, "DefaultVCpus": 96, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48], "ValidThreadsPerCore": [1, 2]}}, "c5d.2xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 2300, "BaselineIops": 10000, "BaselineThroughputInMBps": 287.5, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 200, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 200}, "InstanceStorageSupported": true, "InstanceType": "c5d.2xlarge", "MemoryInfo": {"SizeInMiB": 16384}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.4}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 2, "DefaultVCpus": 8, "ValidCores": [2, 4], "ValidThreadsPerCore": [1, 2]}}, "c5d.4xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 4750, "BaselineIops": 20000, "BaselineThroughputInMBps": 593.75, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 400, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 400}, "InstanceStorageSupported": true, "InstanceType": "c5d.4xlarge", "MemoryInfo": {"SizeInMiB": 32768}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.4}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 8, "DefaultThreadsPerCore": 2, "DefaultVCpus": 16, "ValidCores": [2, 4, 6, 8], "ValidThreadsPerCore": [1, 2]}}, "c5d.9xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 9500, "BaselineIops": 40000, "BaselineThroughputInMBps": 1187.5, "MaximumBandwidthInMbps": 9500, "MaximumIops": 40000, "MaximumThroughputInMBps": 1187.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 900, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 900}, "InstanceStorageSupported": true, "InstanceType": "c5d.9xlarge", "MemoryInfo": {"SizeInMiB": 73728}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "10 Gigabit"}], "NetworkPerformance": "10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.4}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 18, "DefaultThreadsPerCore": 2, "DefaultVCpus": 36, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18], "ValidThreadsPerCore": [1, 2]}}, "c5d.large": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 650, "BaselineIops": 4000, "BaselineThroughputInMBps": 81.25, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 50, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 50}, "InstanceStorageSupported": true, "InstanceType": "c5d.large", "MemoryInfo": {"SizeInMiB": 4096}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.4}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 2, "DefaultVCpus": 2, "ValidCores": [1], "ValidThreadsPerCore": [1, 2]}}, "c5d.metal": {"AutoRecoverySupported": false, "BareMetal": true, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 19000, "BaselineIops": 80000, "BaselineThroughputInMBps": 2375.0, "MaximumBandwidthInMbps": 19000, "MaximumIops": 80000, "MaximumThroughputInMBps": 2375.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "InstanceStorageInfo": {"Disks": [{"Count": 4, "SizeInGB": 900, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 3600}, "InstanceStorageSupported": true, "InstanceType": "c5d.metal", "MemoryInfo": {"SizeInMiB": 196608}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.6}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultVCpus": 96}}, "c5d.xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1150, "BaselineIops": 6000, "BaselineThroughputInMBps": 143.75, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 100, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 100}, "InstanceStorageSupported": true, "InstanceType": "c5d.xlarge", "MemoryInfo": {"SizeInMiB": 8192}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.4}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 2, "DefaultVCpus": 4, "ValidCores": [2], "ValidThreadsPerCore": [1, 2]}}, "c5n.18xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 19000, "BaselineIops": 80000, "BaselineThroughputInMBps": 2375.0, "MaximumBandwidthInMbps": 19000, "MaximumIops": 80000, "MaximumThroughputInMBps": 2375.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "c5n.18xlarge", "MemoryInfo": {"SizeInMiB": 196608}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": true, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "100 Gigabit"}], "NetworkPerformance": "100 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.4}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 36, "DefaultThreadsPerCore": 2, "DefaultVCpus": 72, "ValidCores": [4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36], "ValidThreadsPerCore": [1, 2]}}, "c5n.2xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 2300, "BaselineIops": 10000, "BaselineThroughputInMBps": 287.5, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "c5n.2xlarge", "MemoryInfo": {"SizeInMiB": 21504}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 25 Gigabit"}], "NetworkPerformance": "Up to 25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.4}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 2, "DefaultVCpus": 8, "ValidCores": [2, 4], "ValidThreadsPerCore": [1, 2]}}, "c5n.4xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 4750, "BaselineIops": 20000, "BaselineThroughputInMBps": 593.75, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "c5n.4xlarge", "MemoryInfo": {"SizeInMiB": 43008}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 25 Gigabit"}], "NetworkPerformance": "Up to 25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.4}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 8, "DefaultThreadsPerCore": 2, "DefaultVCpus": 16, "ValidCores": [2, 4, 6, 8], "ValidThreadsPerCore": [1, 2]}}, "c5n.9xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 9500, "BaselineIops": 40000, "BaselineThroughputInMBps": 1187.5, "MaximumBandwidthInMbps": 9500, "MaximumIops": 40000, "MaximumThroughputInMBps": 1187.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "c5n.9xlarge", "MemoryInfo": {"SizeInMiB": 98304}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "50 Gigabit"}], "NetworkPerformance": "50 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.4}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 18, "DefaultThreadsPerCore": 2, "DefaultVCpus": 36, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18], "ValidThreadsPerCore": [1, 2]}}, "c5n.large": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 650, "BaselineIops": 4000, "BaselineThroughputInMBps": 81.25, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "c5n.large", "MemoryInfo": {"SizeInMiB": 5376}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 25 Gigabit"}], "NetworkPerformance": "Up to 25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.4}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 2, "DefaultVCpus": 2, "ValidCores": [1], "ValidThreadsPerCore": [1, 2]}}, "c5n.metal": {"AutoRecoverySupported": true, "BareMetal": true, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 19000, "BaselineIops": 80000, "BaselineThroughputInMBps": 2375.0, "MaximumBandwidthInMbps": 19000, "MaximumIops": 80000, "MaximumThroughputInMBps": 2375.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "InstanceStorageSupported": false, "InstanceType": "c5n.metal", "MemoryInfo": {"SizeInMiB": 196608}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": true, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "100 Gigabit"}], "NetworkPerformance": "100 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.4}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultVCpus": 72}}, "c5n.xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1150, "BaselineIops": 6000, "BaselineThroughputInMBps": 143.75, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "c5n.xlarge", "MemoryInfo": {"SizeInMiB": 10752}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 25 Gigabit"}], "NetworkPerformance": "Up to 25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.4}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 2, "DefaultVCpus": 4, "ValidCores": [2], "ValidThreadsPerCore": [1, 2]}}, "c6g.12xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 14250, "BaselineIops": 50000, "BaselineThroughputInMBps": 1781.25, "MaximumBandwidthInMbps": 14250, "MaximumIops": 50000, "MaximumThroughputInMBps": 1781.25}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "c6g.12xlarge", "MemoryInfo": {"SizeInMiB": 98304}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "20 Gigabit"}], "NetworkPerformance": "20 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 48, "DefaultThreadsPerCore": 1, "DefaultVCpus": 48, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48], "ValidThreadsPerCore": [1]}}, "c6g.16xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 19000, "BaselineIops": 80000, "BaselineThroughputInMBps": 2375.0, "MaximumBandwidthInMbps": 19000, "MaximumIops": 80000, "MaximumThroughputInMBps": 2375.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "c6g.16xlarge", "MemoryInfo": {"SizeInMiB": 131072}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 64, "DefaultThreadsPerCore": 1, "DefaultVCpus": 64, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64], "ValidThreadsPerCore": [1]}}, "c6g.2xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 2375, "BaselineIops": 12000, "BaselineThroughputInMBps": 296.875, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "c6g.2xlarge", "MemoryInfo": {"SizeInMiB": 16384}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 8, "DefaultThreadsPerCore": 1, "DefaultVCpus": 8, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8], "ValidThreadsPerCore": [1]}}, "c6g.4xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 4750, "BaselineIops": 20000, "BaselineThroughputInMBps": 593.75, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "c6g.4xlarge", "MemoryInfo": {"SizeInMiB": 32768}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 16, "DefaultThreadsPerCore": 1, "DefaultVCpus": 16, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "ValidThreadsPerCore": [1]}}, "c6g.8xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 9500, "BaselineIops": 40000, "BaselineThroughputInMBps": 1187.5, "MaximumBandwidthInMbps": 9500, "MaximumIops": 40000, "MaximumThroughputInMBps": 1187.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "c6g.8xlarge", "MemoryInfo": {"SizeInMiB": 65536}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "12 Gigabit"}], "NetworkPerformance": "12 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 32, "DefaultThreadsPerCore": 1, "DefaultVCpus": 32, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32], "ValidThreadsPerCore": [1]}}, "c6g.large": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 630, "BaselineIops": 3600, "BaselineThroughputInMBps": 78.75, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "c6g.large", "MemoryInfo": {"SizeInMiB": 4096}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 1, "DefaultVCpus": 2, "ValidCores": [1, 2], "ValidThreadsPerCore": [1]}}, "c6g.medium": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 315, "BaselineIops": 2500, "BaselineThroughputInMBps": 39.375, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "c6g.medium", "MemoryInfo": {"SizeInMiB": 2048}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 4, "Ipv6AddressesPerInterface": 4, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 2, "NetworkCards": [{"MaximumNetworkInterfaces": 2, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 1, "DefaultVCpus": 1, "ValidCores": [1], "ValidThreadsPerCore": [1]}}, "c6g.metal": {"AutoRecoverySupported": true, "BareMetal": true, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 19000, "BaselineIops": 80000, "BaselineThroughputInMBps": 2375.0, "MaximumBandwidthInMbps": 19000, "MaximumIops": 80000, "MaximumThroughputInMBps": 2375.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "InstanceStorageSupported": false, "InstanceType": "c6g.metal", "MemoryInfo": {"SizeInMiB": 131072}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultVCpus": 64}}, "c6g.xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1188, "BaselineIops": 6000, "BaselineThroughputInMBps": 148.5, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "c6g.xlarge", "MemoryInfo": {"SizeInMiB": 8192}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 1, "DefaultVCpus": 4, "ValidCores": [1, 2, 3, 4], "ValidThreadsPerCore": [1]}}, "c6gd.12xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 14250, "BaselineIops": 50000, "BaselineThroughputInMBps": 1781.25, "MaximumBandwidthInMbps": 14250, "MaximumIops": 50000, "MaximumThroughputInMBps": 1781.25}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 1425, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 2850}, "InstanceStorageSupported": true, "InstanceType": "c6gd.12xlarge", "MemoryInfo": {"SizeInMiB": 98304}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "20 Gigabit"}], "NetworkPerformance": "20 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 48, "DefaultThreadsPerCore": 1, "DefaultVCpus": 48, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48], "ValidThreadsPerCore": [1]}}, "c6gd.16xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 19000, "BaselineIops": 80000, "BaselineThroughputInMBps": 2375.0, "MaximumBandwidthInMbps": 19000, "MaximumIops": 80000, "MaximumThroughputInMBps": 2375.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 1900, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 3800}, "InstanceStorageSupported": true, "InstanceType": "c6gd.16xlarge", "MemoryInfo": {"SizeInMiB": 131072}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 64, "DefaultThreadsPerCore": 1, "DefaultVCpus": 64, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64], "ValidThreadsPerCore": [1]}}, "c6gd.2xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 2375, "BaselineIops": 12000, "BaselineThroughputInMBps": 296.875, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 474, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 474}, "InstanceStorageSupported": true, "InstanceType": "c6gd.2xlarge", "MemoryInfo": {"SizeInMiB": 16384}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 8, "DefaultThreadsPerCore": 1, "DefaultVCpus": 8, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8], "ValidThreadsPerCore": [1]}}, "c6gd.4xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 4750, "BaselineIops": 20000, "BaselineThroughputInMBps": 593.75, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 950, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 950}, "InstanceStorageSupported": true, "InstanceType": "c6gd.4xlarge", "MemoryInfo": {"SizeInMiB": 32768}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 16, "DefaultThreadsPerCore": 1, "DefaultVCpus": 16, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "ValidThreadsPerCore": [1]}}, "c6gd.8xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 9500, "BaselineIops": 40000, "BaselineThroughputInMBps": 1187.5, "MaximumBandwidthInMbps": 9500, "MaximumIops": 40000, "MaximumThroughputInMBps": 1187.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 1900, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 1900}, "InstanceStorageSupported": true, "InstanceType": "c6gd.8xlarge", "MemoryInfo": {"SizeInMiB": 65536}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "12 Gigabit"}], "NetworkPerformance": "12 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 32, "DefaultThreadsPerCore": 1, "DefaultVCpus": 32, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32], "ValidThreadsPerCore": [1]}}, "c6gd.large": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 630, "BaselineIops": 3600, "BaselineThroughputInMBps": 78.75, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 118, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 118}, "InstanceStorageSupported": true, "InstanceType": "c6gd.large", "MemoryInfo": {"SizeInMiB": 4096}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 1, "DefaultVCpus": 2, "ValidCores": [1, 2], "ValidThreadsPerCore": [1]}}, "c6gd.medium": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 315, "BaselineIops": 2500, "BaselineThroughputInMBps": 39.375, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 59, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 59}, "InstanceStorageSupported": true, "InstanceType": "c6gd.medium", "MemoryInfo": {"SizeInMiB": 2048}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 4, "Ipv6AddressesPerInterface": 4, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 2, "NetworkCards": [{"MaximumNetworkInterfaces": 2, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 1, "DefaultVCpus": 1, "ValidCores": [1], "ValidThreadsPerCore": [1]}}, "c6gd.metal": {"AutoRecoverySupported": false, "BareMetal": true, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 19000, "BaselineIops": 80000, "BaselineThroughputInMBps": 2375.0, "MaximumBandwidthInMbps": 19000, "MaximumIops": 80000, "MaximumThroughputInMBps": 2375.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 1900, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 3800}, "InstanceStorageSupported": true, "InstanceType": "c6gd.metal", "MemoryInfo": {"SizeInMiB": 131072}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultVCpus": 64}}, "c6gd.xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1188, "BaselineIops": 6000, "BaselineThroughputInMBps": 148.5, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 237, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 237}, "InstanceStorageSupported": true, "InstanceType": "c6gd.xlarge", "MemoryInfo": {"SizeInMiB": 8192}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 1, "DefaultVCpus": 4, "ValidCores": [1, 2, 3, 4], "ValidThreadsPerCore": [1]}}, "c6gn.12xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 28500, "BaselineIops": 120000, "BaselineThroughputInMBps": 3562.5, "MaximumBandwidthInMbps": 28500, "MaximumIops": 120000, "MaximumThroughputInMBps": 3562.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "c6gn.12xlarge", "MemoryInfo": {"SizeInMiB": 98304}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "75 Gigabit"}], "NetworkPerformance": "75 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 48, "DefaultThreadsPerCore": 1, "DefaultVCpus": 48, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48], "ValidThreadsPerCore": [1]}}, "c6gn.16xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 38000, "BaselineIops": 160000, "BaselineThroughputInMBps": 4750.0, "MaximumBandwidthInMbps": 38000, "MaximumIops": 160000, "MaximumThroughputInMBps": 4750.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "c6gn.16xlarge", "MemoryInfo": {"SizeInMiB": 131072}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": true, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "100 Gigabit"}], "NetworkPerformance": "100 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 64, "DefaultThreadsPerCore": 1, "DefaultVCpus": 64, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64], "ValidThreadsPerCore": [1]}}, "c6gn.2xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 4750, "BaselineIops": 20000, "BaselineThroughputInMBps": 593.75, "MaximumBandwidthInMbps": 9500, "MaximumIops": 40000, "MaximumThroughputInMBps": 1187.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "c6gn.2xlarge", "MemoryInfo": {"SizeInMiB": 16384}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 25 Gigabit"}], "NetworkPerformance": "Up to 25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 8, "DefaultThreadsPerCore": 1, "DefaultVCpus": 8, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8], "ValidThreadsPerCore": [1]}}, "c6gn.4xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 9500, "BaselineIops": 40000, "BaselineThroughputInMBps": 1187.5, "MaximumBandwidthInMbps": 9500, "MaximumIops": 40000, "MaximumThroughputInMBps": 1187.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "c6gn.4xlarge", "MemoryInfo": {"SizeInMiB": 32768}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 25 Gigabit"}], "NetworkPerformance": "Up to 25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 16, "DefaultThreadsPerCore": 1, "DefaultVCpus": 16, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "ValidThreadsPerCore": [1]}}, "c6gn.8xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 19000, "BaselineIops": 80000, "BaselineThroughputInMBps": 2375.0, "MaximumBandwidthInMbps": 19000, "MaximumIops": 80000, "MaximumThroughputInMBps": 2375.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "c6gn.8xlarge", "MemoryInfo": {"SizeInMiB": 65536}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "50 Gigabit"}], "NetworkPerformance": "50 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 32, "DefaultThreadsPerCore": 1, "DefaultVCpus": 32, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32], "ValidThreadsPerCore": [1]}}, "c6gn.large": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1235, "BaselineIops": 5000, "BaselineThroughputInMBps": 154.375, "MaximumBandwidthInMbps": 9500, "MaximumIops": 40000, "MaximumThroughputInMBps": 1187.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "c6gn.large", "MemoryInfo": {"SizeInMiB": 4096}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 25 Gigabit"}], "NetworkPerformance": "Up to 25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 1, "DefaultVCpus": 2, "ValidCores": [1, 2], "ValidThreadsPerCore": [1]}}, "c6gn.medium": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 760, "BaselineIops": 2500, "BaselineThroughputInMBps": 95.0, "MaximumBandwidthInMbps": 9500, "MaximumIops": 40000, "MaximumThroughputInMBps": 1187.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "c6gn.medium", "MemoryInfo": {"SizeInMiB": 2048}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 4, "Ipv6AddressesPerInterface": 4, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 2, "NetworkCards": [{"MaximumNetworkInterfaces": 2, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 25 Gigabit"}], "NetworkPerformance": "Up to 25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 1, "DefaultVCpus": 1, "ValidCores": [1], "ValidThreadsPerCore": [1]}}, "c6gn.xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1900, "BaselineIops": 10000, "BaselineThroughputInMBps": 237.5, "MaximumBandwidthInMbps": 9500, "MaximumIops": 40000, "MaximumThroughputInMBps": 1187.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "c6gn.xlarge", "MemoryInfo": {"SizeInMiB": 8192}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 25 Gigabit"}], "NetworkPerformance": "Up to 25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 1, "DefaultVCpus": 4, "ValidCores": [1, 2, 3, 4], "ValidThreadsPerCore": [1]}}, "cc2.8xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": false, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedSupport": "unsupported", "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 4, "SizeInGB": 840, "Type": "hdd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 3360}, "InstanceStorageSupported": true, "InstanceType": "cc2.8xlarge", "MemoryInfo": {"SizeInMiB": 61952}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 0, "Ipv6Supported": false, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "10 Gigabit"}], "NetworkPerformance": "10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.6}, "SupportedRootDeviceTypes": ["ebs", "instance-store"], "SupportedUsageClasses": ["on-demand"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 16, "DefaultThreadsPerCore": 2, "DefaultVCpus": 32, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16], "ValidThreadsPerCore": [1, 2]}}, "d2.2xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1000, "BaselineIops": 8000, "BaselineThroughputInMBps": 125.0, "MaximumBandwidthInMbps": 1000, "MaximumIops": 8000, "MaximumThroughputInMBps": 125.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 6, "SizeInGB": 2048, "Type": "hdd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 12288}, "InstanceStorageSupported": true, "InstanceType": "d2.2xlarge", "MemoryInfo": {"SizeInMiB": 62464}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "High"}], "NetworkPerformance": "High"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.4}, "SupportedRootDeviceTypes": ["ebs", "instance-store"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 2, "DefaultVCpus": 8, "ValidCores": [1, 2, 3, 4], "ValidThreadsPerCore": [1, 2]}}, "d2.4xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 2000, "BaselineIops": 16000, "BaselineThroughputInMBps": 250.0, "MaximumBandwidthInMbps": 2000, "MaximumIops": 16000, "MaximumThroughputInMBps": 250.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 12, "SizeInGB": 2048, "Type": "hdd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 24576}, "InstanceStorageSupported": true, "InstanceType": "d2.4xlarge", "MemoryInfo": {"SizeInMiB": 124928}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "High"}], "NetworkPerformance": "High"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.4}, "SupportedRootDeviceTypes": ["ebs", "instance-store"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 8, "DefaultThreadsPerCore": 2, "DefaultVCpus": 16, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8], "ValidThreadsPerCore": [1, 2]}}, "d2.8xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 4000, "BaselineIops": 32000, "BaselineThroughputInMBps": 500.0, "MaximumBandwidthInMbps": 4000, "MaximumIops": 32000, "MaximumThroughputInMBps": 500.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 24, "SizeInGB": 2048, "Type": "hdd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 49152}, "InstanceStorageSupported": true, "InstanceType": "d2.8xlarge", "MemoryInfo": {"SizeInMiB": 249856}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "10 Gigabit"}], "NetworkPerformance": "10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.4}, "SupportedRootDeviceTypes": ["ebs", "instance-store"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 18, "DefaultThreadsPerCore": 2, "DefaultVCpus": 36, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18], "ValidThreadsPerCore": [1, 2]}}, "d2.xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 750, "BaselineIops": 6000, "BaselineThroughputInMBps": 93.75, "MaximumBandwidthInMbps": 750, "MaximumIops": 6000, "MaximumThroughputInMBps": 93.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 3, "SizeInGB": 2048, "Type": "hdd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 6144}, "InstanceStorageSupported": true, "InstanceType": "d2.xlarge", "MemoryInfo": {"SizeInMiB": 31232}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Moderate"}], "NetworkPerformance": "Moderate"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.4}, "SupportedRootDeviceTypes": ["ebs", "instance-store"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 2, "DefaultVCpus": 4, "ValidCores": [1, 2], "ValidThreadsPerCore": [1, 2]}}, "d3.2xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1700, "BaselineIops": 10000, "BaselineThroughputInMBps": 212.5, "MaximumBandwidthInMbps": 2800, "MaximumIops": 15000, "MaximumThroughputInMBps": 350.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 6, "SizeInGB": 1980, "Type": "hdd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 11880}, "InstanceStorageSupported": true, "InstanceType": "d3.2xlarge", "MemoryInfo": {"SizeInMiB": 65536}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 5, "Ipv6AddressesPerInterface": 5, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 15 Gigabit"}], "NetworkPerformance": "Up to 15 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 2, "DefaultVCpus": 8, "ValidCores": [2, 4], "ValidThreadsPerCore": [1, 2]}}, "d3.4xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 2800, "BaselineIops": 15000, "BaselineThroughputInMBps": 350.0, "MaximumBandwidthInMbps": 2800, "MaximumIops": 15000, "MaximumThroughputInMBps": 350.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 12, "SizeInGB": 1980, "Type": "hdd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 23760}, "InstanceStorageSupported": true, "InstanceType": "d3.4xlarge", "MemoryInfo": {"SizeInMiB": 131072}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 15 Gigabit"}], "NetworkPerformance": "Up to 15 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 8, "DefaultThreadsPerCore": 2, "DefaultVCpus": 16, "ValidCores": [2, 4, 6, 8], "ValidThreadsPerCore": [1, 2]}}, "d3.8xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 5000, "BaselineIops": 30000, "BaselineThroughputInMBps": 625.0, "MaximumBandwidthInMbps": 5000, "MaximumIops": 30000, "MaximumThroughputInMBps": 625.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 24, "SizeInGB": 1980, "Type": "hdd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 47520}, "InstanceStorageSupported": true, "InstanceType": "d3.8xlarge", "MemoryInfo": {"SizeInMiB": 262144}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 20, "Ipv6AddressesPerInterface": 20, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 16, "DefaultThreadsPerCore": 2, "DefaultVCpus": 32, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16], "ValidThreadsPerCore": [1, 2]}}, "d3.xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 850, "BaselineIops": 5000, "BaselineThroughputInMBps": 106.25, "MaximumBandwidthInMbps": 2800, "MaximumIops": 15000, "MaximumThroughputInMBps": 350.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 3, "SizeInGB": 1980, "Type": "hdd"}], "NvmeSupport": "required", "TotalSizeInGB": 5940}, "InstanceStorageSupported": true, "InstanceType": "d3.xlarge", "MemoryInfo": {"SizeInMiB": 32768}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 3, "Ipv6AddressesPerInterface": 3, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 15 Gigabit"}], "NetworkPerformance": "Up to 15 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 2, "DefaultVCpus": 4, "ValidCores": [1, 2], "ValidThreadsPerCore": [1, 2]}}, "d3en.12xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 7000, "BaselineIops": 40000, "BaselineThroughputInMBps": 875.0, "MaximumBandwidthInMbps": 7000, "MaximumIops": 40000, "MaximumThroughputInMBps": 875.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 24, "SizeInGB": 13980, "Type": "hdd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 335520}, "InstanceStorageSupported": true, "InstanceType": "d3en.12xlarge", "MemoryInfo": {"SizeInMiB": 196608}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "75 Gigabit"}], "NetworkPerformance": "75 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 24, "DefaultThreadsPerCore": 2, "DefaultVCpus": 48, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24], "ValidThreadsPerCore": [1, 2]}}, "d3en.2xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1700, "BaselineIops": 10000, "BaselineThroughputInMBps": 212.5, "MaximumBandwidthInMbps": 2800, "MaximumIops": 15000, "MaximumThroughputInMBps": 350.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 4, "SizeInGB": 13980, "Type": "hdd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 55920}, "InstanceStorageSupported": true, "InstanceType": "d3en.2xlarge", "MemoryInfo": {"SizeInMiB": 32768}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 5, "Ipv6AddressesPerInterface": 5, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 25 Gigabit"}], "NetworkPerformance": "Up to 25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 2, "DefaultVCpus": 8, "ValidCores": [2, 4], "ValidThreadsPerCore": [1, 2]}}, "d3en.4xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 2800, "BaselineIops": 15000, "BaselineThroughputInMBps": 350.0, "MaximumBandwidthInMbps": 2800, "MaximumIops": 15000, "MaximumThroughputInMBps": 350.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 8, "SizeInGB": 13980, "Type": "hdd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 111840}, "InstanceStorageSupported": true, "InstanceType": "d3en.4xlarge", "MemoryInfo": {"SizeInMiB": 65536}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 8, "DefaultThreadsPerCore": 2, "DefaultVCpus": 16, "ValidCores": [2, 4, 6, 8], "ValidThreadsPerCore": [1, 2]}}, "d3en.6xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 4000, "BaselineIops": 25000, "BaselineThroughputInMBps": 500.0, "MaximumBandwidthInMbps": 4000, "MaximumIops": 25000, "MaximumThroughputInMBps": 500.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 12, "SizeInGB": 13980, "Type": "hdd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 167760}, "InstanceStorageSupported": true, "InstanceType": "d3en.6xlarge", "MemoryInfo": {"SizeInMiB": 98304}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "40 Gigabit"}], "NetworkPerformance": "40 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 12, "DefaultThreadsPerCore": 2, "DefaultVCpus": 24, "ValidCores": [2, 4, 6, 8, 10, 12], "ValidThreadsPerCore": [1, 2]}}, "d3en.8xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 5000, "BaselineIops": 30000, "BaselineThroughputInMBps": 625.0, "MaximumBandwidthInMbps": 5000, "MaximumIops": 30000, "MaximumThroughputInMBps": 625.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 16, "SizeInGB": 13980, "Type": "hdd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 223680}, "InstanceStorageSupported": true, "InstanceType": "d3en.8xlarge", "MemoryInfo": {"SizeInMiB": 131072}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 20, "Ipv6AddressesPerInterface": 20, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "50 Gigabit"}], "NetworkPerformance": "50 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 16, "DefaultThreadsPerCore": 2, "DefaultVCpus": 32, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16], "ValidThreadsPerCore": [1, 2]}}, "d3en.xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 850, "BaselineIops": 5000, "BaselineThroughputInMBps": 106.25, "MaximumBandwidthInMbps": 2800, "MaximumIops": 15000, "MaximumThroughputInMBps": 350.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 13980, "Type": "hdd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 27960}, "InstanceStorageSupported": true, "InstanceType": "d3en.xlarge", "MemoryInfo": {"SizeInMiB": 16384}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 3, "Ipv6AddressesPerInterface": 3, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 25 Gigabit"}], "NetworkPerformance": "Up to 25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 2, "DefaultVCpus": 4, "ValidCores": [1, 2], "ValidThreadsPerCore": [1, 2]}}, "f1.16xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 14000, "BaselineIops": 75000, "BaselineThroughputInMBps": 1750.0, "MaximumBandwidthInMbps": 14000, "MaximumIops": 75000, "MaximumThroughputInMBps": 1750.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FpgaInfo": {"Fpgas": [{"Count": 8, "Manufacturer": "Xilinx", "MemoryInfo": {"SizeInMiB": 65536}, "Name": "Virtex UltraScale (VU9P)"}], "TotalFpgaMemoryInMiB": 524288}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 4, "SizeInGB": 940, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 3760}, "InstanceStorageSupported": true, "InstanceType": "f1.16xlarge", "MemoryInfo": {"SizeInMiB": 999424}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 32, "DefaultThreadsPerCore": 2, "DefaultVCpus": 64, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32], "ValidThreadsPerCore": [1, 2]}}, "f1.2xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1700, "BaselineIops": 12000, "BaselineThroughputInMBps": 212.5, "MaximumBandwidthInMbps": 1700, "MaximumIops": 12000, "MaximumThroughputInMBps": 212.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "supported"}, "FpgaInfo": {"Fpgas": [{"Count": 1, "Manufacturer": "Xilinx", "MemoryInfo": {"SizeInMiB": 65536}, "Name": "Virtex UltraScale (VU9P)"}], "TotalFpgaMemoryInMiB": 65536}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 470, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 470}, "InstanceStorageSupported": true, "InstanceType": "f1.2xlarge", "MemoryInfo": {"SizeInMiB": 124928}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 2, "DefaultVCpus": 8, "ValidCores": [1, 2, 3, 4], "ValidThreadsPerCore": [1, 2]}}, "f1.4xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 3500, "BaselineIops": 44000, "BaselineThroughputInMBps": 437.5, "MaximumBandwidthInMbps": 3500, "MaximumIops": 44000, "MaximumThroughputInMBps": 437.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "supported"}, "FpgaInfo": {"Fpgas": [{"Count": 2, "Manufacturer": "Xilinx", "MemoryInfo": {"SizeInMiB": 65536}, "Name": "Virtex UltraScale (VU9P)"}], "TotalFpgaMemoryInMiB": 131072}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 940, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 940}, "InstanceStorageSupported": true, "InstanceType": "f1.4xlarge", "MemoryInfo": {"SizeInMiB": 249856}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 8, "DefaultThreadsPerCore": 2, "DefaultVCpus": 16, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8], "ValidThreadsPerCore": [1, 2]}}, "g2.2xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": false, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1000, "BaselineIops": 8000, "BaselineThroughputInMBps": 125.0, "MaximumBandwidthInMbps": 1000, "MaximumIops": 8000, "MaximumThroughputInMBps": 125.0}, "EbsOptimizedSupport": "supported", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "GpuInfo": {"Gpus": [{"Count": 1, "Manufacturer": "NVIDIA", "MemoryInfo": {"SizeInMiB": 4096}, "Name": "K520"}], "TotalGpuMemoryInMiB": 4096}, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 60, "Type": "ssd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 60}, "InstanceStorageSupported": true, "InstanceType": "g2.2xlarge", "MemoryInfo": {"SizeInMiB": 15360}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 0, "Ipv6Supported": false, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Moderate"}], "NetworkPerformance": "Moderate"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.6}, "SupportedRootDeviceTypes": ["ebs", "instance-store"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 2, "DefaultVCpus": 8, "ValidCores": [1, 2, 3, 4], "ValidThreadsPerCore": [1, 2]}}, "g2.8xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": false, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedSupport": "unsupported", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "GpuInfo": {"Gpus": [{"Count": 4, "Manufacturer": "NVIDIA", "MemoryInfo": {"SizeInMiB": 4096}, "Name": "K520"}], "TotalGpuMemoryInMiB": 16384}, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 120, "Type": "ssd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 240}, "InstanceStorageSupported": true, "InstanceType": "g2.8xlarge", "MemoryInfo": {"SizeInMiB": 61440}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 0, "Ipv6Supported": false, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "High"}], "NetworkPerformance": "High"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.6}, "SupportedRootDeviceTypes": ["ebs", "instance-store"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 16, "DefaultThreadsPerCore": 2, "DefaultVCpus": 32, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16], "ValidThreadsPerCore": [1, 2]}}, "g3.16xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 14000, "BaselineIops": 80000, "BaselineThroughputInMBps": 1750.0, "MaximumBandwidthInMbps": 14000, "MaximumIops": 80000, "MaximumThroughputInMBps": 1750.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "GpuInfo": {"Gpus": [{"Count": 4, "Manufacturer": "NVIDIA", "MemoryInfo": {"SizeInMiB": 8192}, "Name": "M60"}], "TotalGpuMemoryInMiB": 32768}, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageSupported": false, "InstanceType": "g3.16xlarge", "MemoryInfo": {"SizeInMiB": 499712}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 32, "DefaultThreadsPerCore": 2, "DefaultVCpus": 64, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32], "ValidThreadsPerCore": [1, 2]}}, "g3.4xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 3500, "BaselineIops": 20000, "BaselineThroughputInMBps": 437.5, "MaximumBandwidthInMbps": 3500, "MaximumIops": 20000, "MaximumThroughputInMBps": 437.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "GpuInfo": {"Gpus": [{"Count": 1, "Manufacturer": "NVIDIA", "MemoryInfo": {"SizeInMiB": 8192}, "Name": "M60"}], "TotalGpuMemoryInMiB": 8192}, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageSupported": false, "InstanceType": "g3.4xlarge", "MemoryInfo": {"SizeInMiB": 124928}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.7}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 8, "DefaultThreadsPerCore": 2, "DefaultVCpus": 16, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8], "ValidThreadsPerCore": [1, 2]}}, "g3.8xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 7000, "BaselineIops": 40000, "BaselineThroughputInMBps": 875.0, "MaximumBandwidthInMbps": 7000, "MaximumIops": 40000, "MaximumThroughputInMBps": 875.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "GpuInfo": {"Gpus": [{"Count": 2, "Manufacturer": "NVIDIA", "MemoryInfo": {"SizeInMiB": 8192}, "Name": "M60"}], "TotalGpuMemoryInMiB": 16384}, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageSupported": false, "InstanceType": "g3.8xlarge", "MemoryInfo": {"SizeInMiB": 249856}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "10 Gigabit"}], "NetworkPerformance": "10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.7}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 16, "DefaultThreadsPerCore": 2, "DefaultVCpus": 32, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "ValidThreadsPerCore": [1, 2]}}, "g3s.xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 850, "BaselineIops": 5000, "BaselineThroughputInMBps": 106.25, "MaximumBandwidthInMbps": 850, "MaximumIops": 5000, "MaximumThroughputInMBps": 106.25}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "GpuInfo": {"Gpus": [{"Count": 1, "Manufacturer": "NVIDIA", "MemoryInfo": {"SizeInMiB": 8192}, "Name": "M60"}], "TotalGpuMemoryInMiB": 8192}, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageSupported": false, "InstanceType": "g3s.xlarge", "MemoryInfo": {"SizeInMiB": 31232}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.7}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 2, "DefaultVCpus": 4, "ValidCores": [1, 2], "ValidThreadsPerCore": [1, 2]}}, "g4ad.16xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 6300, "BaselineIops": 26667, "BaselineThroughputInMBps": 787.5, "MaximumBandwidthInMbps": 6300, "MaximumIops": 26667, "MaximumThroughputInMBps": 787.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "GpuInfo": {"Gpus": [{"Count": 4, "Manufacturer": "AMD", "MemoryInfo": {"SizeInMiB": 8192}, "Name": "Radeon Pro V520"}], "TotalGpuMemoryInMiB": 32768}, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 1200, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 2400}, "InstanceStorageSupported": true, "InstanceType": "g4ad.16xlarge", "MemoryInfo": {"SizeInMiB": 262144}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.0}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 32, "DefaultThreadsPerCore": 2, "DefaultVCpus": 64, "ValidCores": [2, 4, 8, 16, 32], "ValidThreadsPerCore": [1, 2]}}, "g4ad.4xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1580, "BaselineIops": 6700, "BaselineThroughputInMBps": 197.5, "MaximumBandwidthInMbps": 3170, "MaximumIops": 13333, "MaximumThroughputInMBps": 396.25}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "GpuInfo": {"Gpus": [{"Count": 1, "Manufacturer": "AMD", "MemoryInfo": {"SizeInMiB": 8192}, "Name": "Radeon Pro V520"}], "TotalGpuMemoryInMiB": 8192}, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 600, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 600}, "InstanceStorageSupported": true, "InstanceType": "g4ad.4xlarge", "MemoryInfo": {"SizeInMiB": 65536}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.0}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 8, "DefaultThreadsPerCore": 2, "DefaultVCpus": 16, "ValidCores": [2, 4, 8], "ValidThreadsPerCore": [1, 2]}}, "g4ad.8xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 3170, "BaselineIops": 13333, "BaselineThroughputInMBps": 396.25, "MaximumBandwidthInMbps": 3170, "MaximumIops": 13333, "MaximumThroughputInMBps": 396.25}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "GpuInfo": {"Gpus": [{"Count": 2, "Manufacturer": "AMD", "MemoryInfo": {"SizeInMiB": 8192}, "Name": "Radeon Pro V520"}], "TotalGpuMemoryInMiB": 16384}, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 1200, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 1200}, "InstanceStorageSupported": true, "InstanceType": "g4ad.8xlarge", "MemoryInfo": {"SizeInMiB": 131072}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "15 Gigabit"}], "NetworkPerformance": "15 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.0}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 16, "DefaultThreadsPerCore": 2, "DefaultVCpus": 32, "ValidCores": [2, 4, 8, 16], "ValidThreadsPerCore": [1, 2]}}, "g4dn.12xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 9500, "BaselineIops": 40000, "BaselineThroughputInMBps": 1187.5, "MaximumBandwidthInMbps": 9500, "MaximumIops": 40000, "MaximumThroughputInMBps": 1187.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "GpuInfo": {"Gpus": [{"Count": 4, "Manufacturer": "NVIDIA", "MemoryInfo": {"SizeInMiB": 16384}, "Name": "T4"}], "TotalGpuMemoryInMiB": 65536}, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 900, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 900}, "InstanceStorageSupported": true, "InstanceType": "g4dn.12xlarge", "MemoryInfo": {"SizeInMiB": 196608}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "50 Gigabit"}], "NetworkPerformance": "50 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 24, "DefaultThreadsPerCore": 2, "DefaultVCpus": 48, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24], "ValidThreadsPerCore": [1, 2]}}, "g4dn.16xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 9500, "BaselineIops": 40000, "BaselineThroughputInMBps": 1187.5, "MaximumBandwidthInMbps": 9500, "MaximumIops": 40000, "MaximumThroughputInMBps": 1187.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "GpuInfo": {"Gpus": [{"Count": 1, "Manufacturer": "NVIDIA", "MemoryInfo": {"SizeInMiB": 16384}, "Name": "T4"}], "TotalGpuMemoryInMiB": 16384}, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 900, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 900}, "InstanceStorageSupported": true, "InstanceType": "g4dn.16xlarge", "MemoryInfo": {"SizeInMiB": 262144}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "50 Gigabit"}], "NetworkPerformance": "50 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 32, "DefaultThreadsPerCore": 2, "DefaultVCpus": 64, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32], "ValidThreadsPerCore": [1, 2]}}, "g4dn.2xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1150, "BaselineIops": 6000, "BaselineThroughputInMBps": 143.75, "MaximumBandwidthInMbps": 3500, "MaximumIops": 20000, "MaximumThroughputInMBps": 437.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "GpuInfo": {"Gpus": [{"Count": 1, "Manufacturer": "NVIDIA", "MemoryInfo": {"SizeInMiB": 16384}, "Name": "T4"}], "TotalGpuMemoryInMiB": 16384}, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 225, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 225}, "InstanceStorageSupported": true, "InstanceType": "g4dn.2xlarge", "MemoryInfo": {"SizeInMiB": 32768}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 25 Gigabit"}], "NetworkPerformance": "Up to 25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 2, "DefaultVCpus": 8, "ValidCores": [2, 4], "ValidThreadsPerCore": [1, 2]}}, "g4dn.4xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 4750, "BaselineIops": 20000, "BaselineThroughputInMBps": 593.75, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "GpuInfo": {"Gpus": [{"Count": 1, "Manufacturer": "NVIDIA", "MemoryInfo": {"SizeInMiB": 16384}, "Name": "T4"}], "TotalGpuMemoryInMiB": 16384}, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 225, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 225}, "InstanceStorageSupported": true, "InstanceType": "g4dn.4xlarge", "MemoryInfo": {"SizeInMiB": 65536}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 25 Gigabit"}], "NetworkPerformance": "Up to 25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 8, "DefaultThreadsPerCore": 2, "DefaultVCpus": 16, "ValidCores": [2, 4, 6, 8], "ValidThreadsPerCore": [1, 2]}}, "g4dn.8xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 9500, "BaselineIops": 40000, "BaselineThroughputInMBps": 1187.5, "MaximumBandwidthInMbps": 9500, "MaximumIops": 40000, "MaximumThroughputInMBps": 1187.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "GpuInfo": {"Gpus": [{"Count": 1, "Manufacturer": "NVIDIA", "MemoryInfo": {"SizeInMiB": 16384}, "Name": "T4"}], "TotalGpuMemoryInMiB": 16384}, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 900, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 900}, "InstanceStorageSupported": true, "InstanceType": "g4dn.8xlarge", "MemoryInfo": {"SizeInMiB": 131072}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "50 Gigabit"}], "NetworkPerformance": "50 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 16, "DefaultThreadsPerCore": 2, "DefaultVCpus": 32, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16], "ValidThreadsPerCore": [1, 2]}}, "g4dn.metal": {"AutoRecoverySupported": false, "BareMetal": true, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 19000, "BaselineIops": 80000, "BaselineThroughputInMBps": 2375.0, "MaximumBandwidthInMbps": 19000, "MaximumIops": 80000, "MaximumThroughputInMBps": 2375.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "GpuInfo": {"Gpus": [{"Count": 8, "Manufacturer": "NVIDIA", "MemoryInfo": {"SizeInMiB": 16384}, "Name": "T4"}], "TotalGpuMemoryInMiB": 131072}, "HibernationSupported": false, "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 900, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 1800}, "InstanceStorageSupported": true, "InstanceType": "g4dn.metal", "MemoryInfo": {"SizeInMiB": 393216}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": true, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "100 Gigabit"}], "NetworkPerformance": "100 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultVCpus": 96}}, "g4dn.xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 950, "BaselineIops": 3000, "BaselineThroughputInMBps": 118.75, "MaximumBandwidthInMbps": 3500, "MaximumIops": 20000, "MaximumThroughputInMBps": 437.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "GpuInfo": {"Gpus": [{"Count": 1, "Manufacturer": "NVIDIA", "MemoryInfo": {"SizeInMiB": 16384}, "Name": "T4"}], "TotalGpuMemoryInMiB": 16384}, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 125, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 125}, "InstanceStorageSupported": true, "InstanceType": "g4dn.xlarge", "MemoryInfo": {"SizeInMiB": 16384}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 25 Gigabit"}], "NetworkPerformance": "Up to 25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 2, "DefaultVCpus": 4, "ValidCores": [2], "ValidThreadsPerCore": [1, 2]}}, "h1.16xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 14000, "BaselineIops": 80000, "BaselineThroughputInMBps": 1750.0, "MaximumBandwidthInMbps": 14000, "MaximumIops": 80000, "MaximumThroughputInMBps": 1750.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 8, "SizeInGB": 2000, "Type": "hdd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 16000}, "InstanceStorageSupported": true, "InstanceType": "h1.16xlarge", "MemoryInfo": {"SizeInMiB": 262144}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 32, "DefaultThreadsPerCore": 2, "DefaultVCpus": 64, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32], "ValidThreadsPerCore": [1, 2]}}, "h1.2xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1750, "BaselineIops": 12000, "BaselineThroughputInMBps": 218.75, "MaximumBandwidthInMbps": 1750, "MaximumIops": 12000, "MaximumThroughputInMBps": 218.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 2000, "Type": "hdd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 2000}, "InstanceStorageSupported": true, "InstanceType": "h1.2xlarge", "MemoryInfo": {"SizeInMiB": 32768}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 2, "DefaultVCpus": 8, "ValidCores": [1, 2, 3, 4], "ValidThreadsPerCore": [1, 2]}}, "h1.4xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 3500, "BaselineIops": 20000, "BaselineThroughputInMBps": 437.5, "MaximumBandwidthInMbps": 3500, "MaximumIops": 20000, "MaximumThroughputInMBps": 437.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 2000, "Type": "hdd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 4000}, "InstanceStorageSupported": true, "InstanceType": "h1.4xlarge", "MemoryInfo": {"SizeInMiB": 65536}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 8, "DefaultThreadsPerCore": 2, "DefaultVCpus": 16, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8], "ValidThreadsPerCore": [1, 2]}}, "h1.8xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 7000, "BaselineIops": 40000, "BaselineThroughputInMBps": 875.0, "MaximumBandwidthInMbps": 7000, "MaximumIops": 40000, "MaximumThroughputInMBps": 875.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 4, "SizeInGB": 2000, "Type": "hdd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 8000}, "InstanceStorageSupported": true, "InstanceType": "h1.8xlarge", "MemoryInfo": {"SizeInMiB": 131072}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "10 Gigabit"}], "NetworkPerformance": "10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 16, "DefaultThreadsPerCore": 2, "DefaultVCpus": 32, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "ValidThreadsPerCore": [1, 2]}}, "i2.2xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": false, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1000, "BaselineIops": 8000, "BaselineThroughputInMBps": 125.0, "MaximumBandwidthInMbps": 1000, "MaximumIops": 8000, "MaximumThroughputInMBps": 125.0}, "EbsOptimizedSupport": "supported", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 800, "Type": "ssd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 1600}, "InstanceStorageSupported": true, "InstanceType": "i2.2xlarge", "MemoryInfo": {"SizeInMiB": 62464}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "High"}], "NetworkPerformance": "High"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs", "instance-store"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 2, "DefaultVCpus": 8, "ValidCores": [1, 2, 3, 4], "ValidThreadsPerCore": [1, 2]}}, "i2.4xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": false, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 2000, "BaselineIops": 16000, "BaselineThroughputInMBps": 250.0, "MaximumBandwidthInMbps": 2000, "MaximumIops": 16000, "MaximumThroughputInMBps": 250.0}, "EbsOptimizedSupport": "supported", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 4, "SizeInGB": 800, "Type": "ssd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 3200}, "InstanceStorageSupported": true, "InstanceType": "i2.4xlarge", "MemoryInfo": {"SizeInMiB": 124928}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "High"}], "NetworkPerformance": "High"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs", "instance-store"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 8, "DefaultThreadsPerCore": 2, "DefaultVCpus": 16, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8], "ValidThreadsPerCore": [1, 2]}}, "i2.8xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": false, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedSupport": "unsupported", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 8, "SizeInGB": 800, "Type": "ssd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 6400}, "InstanceStorageSupported": true, "InstanceType": "i2.8xlarge", "MemoryInfo": {"SizeInMiB": 249856}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "10 Gigabit"}], "NetworkPerformance": "10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs", "instance-store"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 16, "DefaultThreadsPerCore": 2, "DefaultVCpus": 32, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16], "ValidThreadsPerCore": [1, 2]}}, "i2.xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": false, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 500, "BaselineIops": 4000, "BaselineThroughputInMBps": 62.5, "MaximumBandwidthInMbps": 500, "MaximumIops": 4000, "MaximumThroughputInMBps": 62.5}, "EbsOptimizedSupport": "supported", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 800, "Type": "ssd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 800}, "InstanceStorageSupported": true, "InstanceType": "i2.xlarge", "MemoryInfo": {"SizeInMiB": 31232}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Moderate"}], "NetworkPerformance": "Moderate"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs", "instance-store"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 2, "DefaultVCpus": 4, "ValidCores": [1, 2], "ValidThreadsPerCore": [1, 2]}}, "i3.16xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 14000, "BaselineIops": 65000, "BaselineThroughputInMBps": 1750.0, "MaximumBandwidthInMbps": 14000, "MaximumIops": 65000, "MaximumThroughputInMBps": 1750.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "supported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 8, "SizeInGB": 1900, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 15200}, "InstanceStorageSupported": true, "InstanceType": "i3.16xlarge", "MemoryInfo": {"SizeInMiB": 499712}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 32, "DefaultThreadsPerCore": 2, "DefaultVCpus": 64, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32], "ValidThreadsPerCore": [1, 2]}}, "i3.2xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1700, "BaselineIops": 12000, "BaselineThroughputInMBps": 212.5, "MaximumBandwidthInMbps": 1700, "MaximumIops": 12000, "MaximumThroughputInMBps": 212.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "supported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 1900, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 1900}, "InstanceStorageSupported": true, "InstanceType": "i3.2xlarge", "MemoryInfo": {"SizeInMiB": 62464}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 2, "DefaultVCpus": 8, "ValidCores": [1, 2, 3, 4], "ValidThreadsPerCore": [1, 2]}}, "i3.4xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 3500, "BaselineIops": 16000, "BaselineThroughputInMBps": 437.5, "MaximumBandwidthInMbps": 3500, "MaximumIops": 16000, "MaximumThroughputInMBps": 437.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "supported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 1900, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 3800}, "InstanceStorageSupported": true, "InstanceType": "i3.4xlarge", "MemoryInfo": {"SizeInMiB": 124928}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 8, "DefaultThreadsPerCore": 2, "DefaultVCpus": 16, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8], "ValidThreadsPerCore": [1, 2]}}, "i3.8xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 7000, "BaselineIops": 32500, "BaselineThroughputInMBps": 875.0, "MaximumBandwidthInMbps": 7000, "MaximumIops": 32500, "MaximumThroughputInMBps": 875.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "supported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 4, "SizeInGB": 1900, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 7600}, "InstanceStorageSupported": true, "InstanceType": "i3.8xlarge", "MemoryInfo": {"SizeInMiB": 249856}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "10 Gigabit"}], "NetworkPerformance": "10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 16, "DefaultThreadsPerCore": 2, "DefaultVCpus": 32, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "ValidThreadsPerCore": [1, 2]}}, "i3.large": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 425, "BaselineIops": 3000, "BaselineThroughputInMBps": 53.125, "MaximumBandwidthInMbps": 425, "MaximumIops": 3000, "MaximumThroughputInMBps": 53.125}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "supported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 475, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 475}, "InstanceStorageSupported": true, "InstanceType": "i3.large", "MemoryInfo": {"SizeInMiB": 15616}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 2, "DefaultVCpus": 2, "ValidCores": [1], "ValidThreadsPerCore": [1, 2]}}, "i3.metal": {"AutoRecoverySupported": false, "BareMetal": true, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 19000, "BaselineIops": 80000, "BaselineThroughputInMBps": 2375.0, "MaximumBandwidthInMbps": 19000, "MaximumIops": 80000, "MaximumThroughputInMBps": 2375.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "InstanceStorageInfo": {"Disks": [{"Count": 8, "SizeInGB": 1900, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 15200}, "InstanceStorageSupported": true, "InstanceType": "i3.metal", "MemoryInfo": {"SizeInMiB": 524288}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultVCpus": 72}}, "i3.xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 850, "BaselineIops": 6000, "BaselineThroughputInMBps": 106.25, "MaximumBandwidthInMbps": 850, "MaximumIops": 6000, "MaximumThroughputInMBps": 106.25}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "supported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 950, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 950}, "InstanceStorageSupported": true, "InstanceType": "i3.xlarge", "MemoryInfo": {"SizeInMiB": 31232}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 2, "DefaultVCpus": 4, "ValidCores": [1, 2], "ValidThreadsPerCore": [1, 2]}}, "i3en.12xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 9500, "BaselineIops": 40000, "BaselineThroughputInMBps": 1187.5, "MaximumBandwidthInMbps": 9500, "MaximumIops": 40000, "MaximumThroughputInMBps": 1187.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 4, "SizeInGB": 7500, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 30000}, "InstanceStorageSupported": true, "InstanceType": "i3en.12xlarge", "MemoryInfo": {"SizeInMiB": 393216}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "50 Gigabit"}], "NetworkPerformance": "50 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 24, "DefaultThreadsPerCore": 2, "DefaultVCpus": 48, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24], "ValidThreadsPerCore": [1, 2]}}, "i3en.24xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 19000, "BaselineIops": 80000, "BaselineThroughputInMBps": 2375.0, "MaximumBandwidthInMbps": 19000, "MaximumIops": 80000, "MaximumThroughputInMBps": 2375.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 8, "SizeInGB": 7500, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 60000}, "InstanceStorageSupported": true, "InstanceType": "i3en.24xlarge", "MemoryInfo": {"SizeInMiB": 786432}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": true, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "100 Gigabit"}], "NetworkPerformance": "100 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 48, "DefaultThreadsPerCore": 2, "DefaultVCpus": 96, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48], "ValidThreadsPerCore": [1, 2]}}, "i3en.2xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 2307, "BaselineIops": 12000, "BaselineThroughputInMBps": 288.3875, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 2500, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 5000}, "InstanceStorageSupported": true, "InstanceType": "i3en.2xlarge", "MemoryInfo": {"SizeInMiB": 65536}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 25 Gigabit"}], "NetworkPerformance": "Up to 25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 2, "DefaultVCpus": 8, "ValidCores": [2, 4], "ValidThreadsPerCore": [1, 2]}}, "i3en.3xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 3800, "BaselineIops": 15000, "BaselineThroughputInMBps": 475.0, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 7500, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 7500}, "InstanceStorageSupported": true, "InstanceType": "i3en.3xlarge", "MemoryInfo": {"SizeInMiB": 98304}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 25 Gigabit"}], "NetworkPerformance": "Up to 25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 6, "DefaultThreadsPerCore": 2, "DefaultVCpus": 12, "ValidCores": [2, 4, 6], "ValidThreadsPerCore": [1, 2]}}, "i3en.6xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 4750, "BaselineIops": 20000, "BaselineThroughputInMBps": 593.75, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 7500, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 15000}, "InstanceStorageSupported": true, "InstanceType": "i3en.6xlarge", "MemoryInfo": {"SizeInMiB": 196608}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 12, "DefaultThreadsPerCore": 2, "DefaultVCpus": 24, "ValidCores": [2, 4, 6, 8, 10, 12], "ValidThreadsPerCore": [1, 2]}}, "i3en.large": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 576, "BaselineIops": 3000, "BaselineThroughputInMBps": 72.1, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 1250, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 1250}, "InstanceStorageSupported": true, "InstanceType": "i3en.large", "MemoryInfo": {"SizeInMiB": 16384}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 25 Gigabit"}], "NetworkPerformance": "Up to 25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 2, "DefaultVCpus": 2, "ValidCores": [1], "ValidThreadsPerCore": [1, 2]}}, "i3en.metal": {"AutoRecoverySupported": false, "BareMetal": true, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 19000, "BaselineIops": 80000, "BaselineThroughputInMBps": 2375.0, "MaximumBandwidthInMbps": 19000, "MaximumIops": 80000, "MaximumThroughputInMBps": 2375.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "InstanceStorageInfo": {"Disks": [{"Count": 8, "SizeInGB": 7500, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 60000}, "InstanceStorageSupported": true, "InstanceType": "i3en.metal", "MemoryInfo": {"SizeInMiB": 786432}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": true, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "100 Gigabit"}], "NetworkPerformance": "100 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultVCpus": 96}}, "i3en.xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1153, "BaselineIops": 6000, "BaselineThroughputInMBps": 144.2, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 2500, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 2500}, "InstanceStorageSupported": true, "InstanceType": "i3en.xlarge", "MemoryInfo": {"SizeInMiB": 32768}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 25 Gigabit"}], "NetworkPerformance": "Up to 25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 2, "DefaultVCpus": 4, "ValidCores": [1, 2], "ValidThreadsPerCore": [1, 2]}}, "inf1.24xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 19000, "BaselineIops": 80000, "BaselineThroughputInMBps": 2375.0, "MaximumBandwidthInMbps": 19000, "MaximumIops": 80000, "MaximumThroughputInMBps": 2375.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InferenceAcceleratorInfo": {"Accelerators": [{"Count": 16, "Manufacturer": "AWS", "Name": "Inferentia"}]}, "InstanceStorageSupported": false, "InstanceType": "inf1.24xlarge", "MemoryInfo": {"SizeInMiB": 196608}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": true, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 11, "NetworkCards": [{"MaximumNetworkInterfaces": 11, "NetworkCardIndex": 0, "NetworkPerformance": "100 Gigabit"}], "NetworkPerformance": "100 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 48, "DefaultThreadsPerCore": 2, "DefaultVCpus": 96, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48], "ValidThreadsPerCore": [1, 2]}}, "inf1.2xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1190, "BaselineIops": 6000, "BaselineThroughputInMBps": 148.75, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InferenceAcceleratorInfo": {"Accelerators": [{"Count": 1, "Manufacturer": "AWS", "Name": "Inferentia"}]}, "InstanceStorageSupported": false, "InstanceType": "inf1.2xlarge", "MemoryInfo": {"SizeInMiB": 16384}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 25 Gigabit"}], "NetworkPerformance": "Up to 25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 2, "DefaultVCpus": 8, "ValidCores": [2, 4], "ValidThreadsPerCore": [1, 2]}}, "inf1.6xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 4750, "BaselineIops": 20000, "BaselineThroughputInMBps": 593.75, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InferenceAcceleratorInfo": {"Accelerators": [{"Count": 4, "Manufacturer": "AWS", "Name": "Inferentia"}]}, "InstanceStorageSupported": false, "InstanceType": "inf1.6xlarge", "MemoryInfo": {"SizeInMiB": 49152}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 12, "DefaultThreadsPerCore": 2, "DefaultVCpus": 24, "ValidCores": [2, 4, 6, 8, 10, 12], "ValidThreadsPerCore": [1, 2]}}, "inf1.xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1190, "BaselineIops": 4000, "BaselineThroughputInMBps": 148.75, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InferenceAcceleratorInfo": {"Accelerators": [{"Count": 1, "Manufacturer": "AWS", "Name": "Inferentia"}]}, "InstanceStorageSupported": false, "InstanceType": "inf1.xlarge", "MemoryInfo": {"SizeInMiB": 8192}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 25 Gigabit"}], "NetworkPerformance": "Up to 25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 2, "DefaultVCpus": 4, "ValidCores": [2], "ValidThreadsPerCore": [1, 2]}}, "m1.large": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": false, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 500, "BaselineIops": 4000, "BaselineThroughputInMBps": 62.5, "MaximumBandwidthInMbps": 500, "MaximumIops": 4000, "MaximumThroughputInMBps": 62.5}, "EbsOptimizedSupport": "supported", "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 420, "Type": "hdd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 840}, "InstanceStorageSupported": true, "InstanceType": "m1.large", "MemoryInfo": {"SizeInMiB": 7680}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 0, "Ipv6Supported": false, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Moderate"}], "NetworkPerformance": "Moderate"}, "PlacementGroupInfo": {"SupportedStrategies": ["partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"]}, "SupportedRootDeviceTypes": ["ebs", "instance-store"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm", "paravirtual"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 1, "DefaultVCpus": 2, "ValidCores": [1, 2], "ValidThreadsPerCore": [1]}}, "m1.medium": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": false, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedSupport": "unsupported", "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 410, "Type": "hdd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 410}, "InstanceStorageSupported": true, "InstanceType": "m1.medium", "MemoryInfo": {"SizeInMiB": 3788}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 6, "Ipv6AddressesPerInterface": 0, "Ipv6Supported": false, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 2, "NetworkCards": [{"MaximumNetworkInterfaces": 2, "NetworkCardIndex": 0, "NetworkPerformance": "Moderate"}], "NetworkPerformance": "Moderate"}, "PlacementGroupInfo": {"SupportedStrategies": ["partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["i386", "x86_64"]}, "SupportedRootDeviceTypes": ["ebs", "instance-store"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm", "paravirtual"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 1, "DefaultVCpus": 1, "ValidCores": [1], "ValidThreadsPerCore": [1]}}, "m1.small": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": false, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedSupport": "unsupported", "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 160, "Type": "hdd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 160}, "InstanceStorageSupported": true, "InstanceType": "m1.small", "MemoryInfo": {"SizeInMiB": 1740}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 4, "Ipv6AddressesPerInterface": 0, "Ipv6Supported": false, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 2, "NetworkCards": [{"MaximumNetworkInterfaces": 2, "NetworkCardIndex": 0, "NetworkPerformance": "Low"}], "NetworkPerformance": "Low"}, "PlacementGroupInfo": {"SupportedStrategies": ["partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["i386", "x86_64"]}, "SupportedRootDeviceTypes": ["ebs", "instance-store"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm", "paravirtual"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 1, "DefaultVCpus": 1, "ValidCores": [1], "ValidThreadsPerCore": [1]}}, "m1.xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": false, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1000, "BaselineIops": 8000, "BaselineThroughputInMBps": 125.0, "MaximumBandwidthInMbps": 1000, "MaximumIops": 8000, "MaximumThroughputInMBps": 125.0}, "EbsOptimizedSupport": "supported", "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 4, "SizeInGB": 420, "Type": "hdd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 1680}, "InstanceStorageSupported": true, "InstanceType": "m1.xlarge", "MemoryInfo": {"SizeInMiB": 15360}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 0, "Ipv6Supported": false, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "High"}], "NetworkPerformance": "High"}, "PlacementGroupInfo": {"SupportedStrategies": ["partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"]}, "SupportedRootDeviceTypes": ["ebs", "instance-store"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm", "paravirtual"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 1, "DefaultVCpus": 4, "ValidCores": [1, 2, 3, 4], "ValidThreadsPerCore": [1]}}, "m2.2xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": false, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 500, "BaselineIops": 4000, "BaselineThroughputInMBps": 62.5, "MaximumBandwidthInMbps": 500, "MaximumIops": 4000, "MaximumThroughputInMBps": 62.5}, "EbsOptimizedSupport": "supported", "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 850, "Type": "hdd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 850}, "InstanceStorageSupported": true, "InstanceType": "m2.2xlarge", "MemoryInfo": {"SizeInMiB": 35020}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 0, "Ipv6Supported": false, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Moderate"}], "NetworkPerformance": "Moderate"}, "PlacementGroupInfo": {"SupportedStrategies": ["partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"]}, "SupportedRootDeviceTypes": ["ebs", "instance-store"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm", "paravirtual"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 1, "DefaultVCpus": 4, "ValidCores": [1, 2, 3, 4], "ValidThreadsPerCore": [1]}}, "m2.4xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": false, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1000, "BaselineIops": 8000, "BaselineThroughputInMBps": 125.0, "MaximumBandwidthInMbps": 1000, "MaximumIops": 8000, "MaximumThroughputInMBps": 125.0}, "EbsOptimizedSupport": "supported", "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 840, "Type": "hdd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 1680}, "InstanceStorageSupported": true, "InstanceType": "m2.4xlarge", "MemoryInfo": {"SizeInMiB": 70041}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 0, "Ipv6Supported": false, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "High"}], "NetworkPerformance": "High"}, "PlacementGroupInfo": {"SupportedStrategies": ["partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"]}, "SupportedRootDeviceTypes": ["ebs", "instance-store"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["paravirtual", "hvm"], "VCpuInfo": {"DefaultCores": 8, "DefaultThreadsPerCore": 1, "DefaultVCpus": 8, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8], "ValidThreadsPerCore": [1]}}, "m2.xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": false, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedSupport": "unsupported", "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 420, "Type": "hdd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 420}, "InstanceStorageSupported": true, "InstanceType": "m2.xlarge", "MemoryInfo": {"SizeInMiB": 17510}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 0, "Ipv6Supported": false, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Moderate"}], "NetworkPerformance": "Moderate"}, "PlacementGroupInfo": {"SupportedStrategies": ["partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"]}, "SupportedRootDeviceTypes": ["ebs", "instance-store"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm", "paravirtual"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 1, "DefaultVCpus": 2, "ValidCores": [1, 2], "ValidThreadsPerCore": [1]}}, "m3.2xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": false, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1000, "BaselineIops": 8000, "BaselineThroughputInMBps": 125.0, "MaximumBandwidthInMbps": 1000, "MaximumIops": 8000, "MaximumThroughputInMBps": 125.0}, "EbsOptimizedSupport": "supported", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 80, "Type": "ssd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 160}, "InstanceStorageSupported": true, "InstanceType": "m3.2xlarge", "MemoryInfo": {"SizeInMiB": 30720}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 0, "Ipv6Supported": false, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "High"}], "NetworkPerformance": "High"}, "PlacementGroupInfo": {"SupportedStrategies": ["partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs", "instance-store"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm", "paravirtual"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 2, "DefaultVCpus": 8, "ValidCores": [1, 2, 3, 4], "ValidThreadsPerCore": [1, 2]}}, "m3.large": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": false, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedSupport": "unsupported", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 32, "Type": "ssd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 32}, "InstanceStorageSupported": true, "InstanceType": "m3.large", "MemoryInfo": {"SizeInMiB": 7680}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 0, "Ipv6Supported": false, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Moderate"}], "NetworkPerformance": "Moderate"}, "PlacementGroupInfo": {"SupportedStrategies": ["partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs", "instance-store"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm", "paravirtual"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 1, "DefaultVCpus": 2, "ValidCores": [1, 2], "ValidThreadsPerCore": [1]}}, "m3.medium": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": false, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedSupport": "unsupported", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 4, "Type": "ssd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 4}, "InstanceStorageSupported": true, "InstanceType": "m3.medium", "MemoryInfo": {"SizeInMiB": 3840}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 6, "Ipv6AddressesPerInterface": 0, "Ipv6Supported": false, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 2, "NetworkCards": [{"MaximumNetworkInterfaces": 2, "NetworkCardIndex": 0, "NetworkPerformance": "Moderate"}], "NetworkPerformance": "Moderate"}, "PlacementGroupInfo": {"SupportedStrategies": ["partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs", "instance-store"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm", "paravirtual"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 1, "DefaultVCpus": 1, "ValidCores": [1], "ValidThreadsPerCore": [1]}}, "m3.xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": false, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 500, "BaselineIops": 4000, "BaselineThroughputInMBps": 62.5, "MaximumBandwidthInMbps": 500, "MaximumIops": 4000, "MaximumThroughputInMBps": 62.5}, "EbsOptimizedSupport": "supported", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 40, "Type": "ssd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 80}, "InstanceStorageSupported": true, "InstanceType": "m3.xlarge", "MemoryInfo": {"SizeInMiB": 15360}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 0, "Ipv6Supported": false, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "High"}], "NetworkPerformance": "High"}, "PlacementGroupInfo": {"SupportedStrategies": ["partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs", "instance-store"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm", "paravirtual"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 1, "DefaultVCpus": 4, "ValidCores": [1, 2, 3, 4], "ValidThreadsPerCore": [1]}}, "m4.10xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 4000, "BaselineIops": 32000, "BaselineThroughputInMBps": 500.0, "MaximumBandwidthInMbps": 4000, "MaximumIops": 32000, "MaximumThroughputInMBps": 500.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageSupported": false, "InstanceType": "m4.10xlarge", "MemoryInfo": {"SizeInMiB": 163840}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "10 Gigabit"}], "NetworkPerformance": "10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.4}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 20, "DefaultThreadsPerCore": 2, "DefaultVCpus": 40, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18, 20], "ValidThreadsPerCore": [1, 2]}}, "m4.16xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 10000, "BaselineIops": 65000, "BaselineThroughputInMBps": 1250.0, "MaximumBandwidthInMbps": 10000, "MaximumIops": 65000, "MaximumThroughputInMBps": 1250.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageSupported": false, "InstanceType": "m4.16xlarge", "MemoryInfo": {"SizeInMiB": 262144}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 32, "DefaultThreadsPerCore": 2, "DefaultVCpus": 64, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32], "ValidThreadsPerCore": [1, 2]}}, "m4.2xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1000, "BaselineIops": 8000, "BaselineThroughputInMBps": 125.0, "MaximumBandwidthInMbps": 1000, "MaximumIops": 8000, "MaximumThroughputInMBps": 125.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "xen", "InstanceStorageSupported": false, "InstanceType": "m4.2xlarge", "MemoryInfo": {"SizeInMiB": 32768}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "High"}], "NetworkPerformance": "High"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.4}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 2, "DefaultVCpus": 8, "ValidCores": [1, 2, 3, 4], "ValidThreadsPerCore": [1, 2]}}, "m4.4xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 2000, "BaselineIops": 16000, "BaselineThroughputInMBps": 250.0, "MaximumBandwidthInMbps": 2000, "MaximumIops": 16000, "MaximumThroughputInMBps": 250.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "xen", "InstanceStorageSupported": false, "InstanceType": "m4.4xlarge", "MemoryInfo": {"SizeInMiB": 65536}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "High"}], "NetworkPerformance": "High"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.4}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 8, "DefaultThreadsPerCore": 2, "DefaultVCpus": 16, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8], "ValidThreadsPerCore": [1, 2]}}, "m4.large": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 450, "BaselineIops": 3600, "BaselineThroughputInMBps": 56.25, "MaximumBandwidthInMbps": 450, "MaximumIops": 3600, "MaximumThroughputInMBps": 56.25}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "xen", "InstanceStorageSupported": false, "InstanceType": "m4.large", "MemoryInfo": {"SizeInMiB": 8192}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 2, "NetworkCards": [{"MaximumNetworkInterfaces": 2, "NetworkCardIndex": 0, "NetworkPerformance": "Moderate"}], "NetworkPerformance": "Moderate"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.4}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 2, "DefaultVCpus": 2, "ValidCores": [1], "ValidThreadsPerCore": [1, 2]}}, "m4.xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 750, "BaselineIops": 6000, "BaselineThroughputInMBps": 93.75, "MaximumBandwidthInMbps": 750, "MaximumIops": 6000, "MaximumThroughputInMBps": 93.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "xen", "InstanceStorageSupported": false, "InstanceType": "m4.xlarge", "MemoryInfo": {"SizeInMiB": 16384}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "High"}], "NetworkPerformance": "High"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.4}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 2, "DefaultVCpus": 4, "ValidCores": [1, 2], "ValidThreadsPerCore": [1, 2]}}, "m5.12xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 9500, "BaselineIops": 40000, "BaselineThroughputInMBps": 1187.5, "MaximumBandwidthInMbps": 9500, "MaximumIops": 40000, "MaximumThroughputInMBps": 1187.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "m5.12xlarge", "MemoryInfo": {"SizeInMiB": 196608}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "10 Gigabit"}], "NetworkPerformance": "10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 24, "DefaultThreadsPerCore": 2, "DefaultVCpus": 48, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24], "ValidThreadsPerCore": [1, 2]}}, "m5.16xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 13600, "BaselineIops": 60000, "BaselineThroughputInMBps": 1700.0, "MaximumBandwidthInMbps": 13600, "MaximumIops": 60000, "MaximumThroughputInMBps": 1700.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "m5.16xlarge", "MemoryInfo": {"SizeInMiB": 262144}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "20 Gigabit"}], "NetworkPerformance": "20 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 32, "DefaultThreadsPerCore": 2, "DefaultVCpus": 64, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32], "ValidThreadsPerCore": [1, 2]}}, "m5.24xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 19000, "BaselineIops": 80000, "BaselineThroughputInMBps": 2375.0, "MaximumBandwidthInMbps": 19000, "MaximumIops": 80000, "MaximumThroughputInMBps": 2375.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "m5.24xlarge", "MemoryInfo": {"SizeInMiB": 393216}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 48, "DefaultThreadsPerCore": 2, "DefaultVCpus": 96, "ValidCores": [4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48], "ValidThreadsPerCore": [1, 2]}}, "m5.2xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 2300, "BaselineIops": 12000, "BaselineThroughputInMBps": 287.5, "MaximumBandwidthInMbps": 4750, "MaximumIops": 18750, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "m5.2xlarge", "MemoryInfo": {"SizeInMiB": 32768}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 2, "DefaultVCpus": 8, "ValidCores": [2, 4], "ValidThreadsPerCore": [1, 2]}}, "m5.4xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 4750, "BaselineIops": 18750, "BaselineThroughputInMBps": 593.75, "MaximumBandwidthInMbps": 4750, "MaximumIops": 18750, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "m5.4xlarge", "MemoryInfo": {"SizeInMiB": 65536}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 8, "DefaultThreadsPerCore": 2, "DefaultVCpus": 16, "ValidCores": [2, 4, 6, 8], "ValidThreadsPerCore": [1, 2]}}, "m5.8xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 6800, "BaselineIops": 30000, "BaselineThroughputInMBps": 850.0, "MaximumBandwidthInMbps": 6800, "MaximumIops": 30000, "MaximumThroughputInMBps": 850.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "m5.8xlarge", "MemoryInfo": {"SizeInMiB": 131072}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "10 Gigabit"}], "NetworkPerformance": "10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 16, "DefaultThreadsPerCore": 2, "DefaultVCpus": 32, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16], "ValidThreadsPerCore": [1, 2]}}, "m5.large": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 650, "BaselineIops": 3600, "BaselineThroughputInMBps": 81.25, "MaximumBandwidthInMbps": 4750, "MaximumIops": 18750, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "m5.large", "MemoryInfo": {"SizeInMiB": 8192}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 2, "DefaultVCpus": 2, "ValidCores": [1], "ValidThreadsPerCore": [1, 2]}}, "m5.metal": {"AutoRecoverySupported": true, "BareMetal": true, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 19000, "BaselineIops": 80000, "BaselineThroughputInMBps": 2375.0, "MaximumBandwidthInMbps": 19000, "MaximumIops": 80000, "MaximumThroughputInMBps": 2375.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "InstanceStorageSupported": false, "InstanceType": "m5.metal", "MemoryInfo": {"SizeInMiB": 393216}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultVCpus": 96}}, "m5.xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1150, "BaselineIops": 6000, "BaselineThroughputInMBps": 143.75, "MaximumBandwidthInMbps": 4750, "MaximumIops": 18750, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "m5.xlarge", "MemoryInfo": {"SizeInMiB": 16384}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 2, "DefaultVCpus": 4, "ValidCores": [2], "ValidThreadsPerCore": [1, 2]}}, "m5a.12xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 6780, "BaselineIops": 30000, "BaselineThroughputInMBps": 847.5, "MaximumBandwidthInMbps": 6780, "MaximumIops": 30000, "MaximumThroughputInMBps": 847.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "m5a.12xlarge", "MemoryInfo": {"SizeInMiB": 196608}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "10 Gigabit"}], "NetworkPerformance": "10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 24, "DefaultThreadsPerCore": 2, "DefaultVCpus": 48, "ValidCores": [6, 12, 18, 24], "ValidThreadsPerCore": [1, 2]}}, "m5a.16xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 9500, "BaselineIops": 40000, "BaselineThroughputInMBps": 1187.5, "MaximumBandwidthInMbps": 9500, "MaximumIops": 40000, "MaximumThroughputInMBps": 1187.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "m5a.16xlarge", "MemoryInfo": {"SizeInMiB": 262144}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "12 Gigabit"}], "NetworkPerformance": "12 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 32, "DefaultThreadsPerCore": 2, "DefaultVCpus": 64, "ValidCores": [8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32], "ValidThreadsPerCore": [1, 2]}}, "m5a.24xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 13750, "BaselineIops": 60000, "BaselineThroughputInMBps": 1718.75, "MaximumBandwidthInMbps": 13750, "MaximumIops": 60000, "MaximumThroughputInMBps": 1718.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "m5a.24xlarge", "MemoryInfo": {"SizeInMiB": 393216}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "20 Gigabit"}], "NetworkPerformance": "20 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 48, "DefaultThreadsPerCore": 2, "DefaultVCpus": 96, "ValidCores": [12, 18, 24, 36, 48], "ValidThreadsPerCore": [1, 2]}}, "m5a.2xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1580, "BaselineIops": 8333, "BaselineThroughputInMBps": 197.5, "MaximumBandwidthInMbps": 2880, "MaximumIops": 16000, "MaximumThroughputInMBps": 360.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "m5a.2xlarge", "MemoryInfo": {"SizeInMiB": 32768}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 2, "DefaultVCpus": 8, "ValidCores": [2, 4], "ValidThreadsPerCore": [1, 2]}}, "m5a.4xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 2880, "BaselineIops": 16000, "BaselineThroughputInMBps": 360.0, "MaximumBandwidthInMbps": 2880, "MaximumIops": 16000, "MaximumThroughputInMBps": 360.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "m5a.4xlarge", "MemoryInfo": {"SizeInMiB": 65536}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 8, "DefaultThreadsPerCore": 2, "DefaultVCpus": 16, "ValidCores": [2, 4, 6, 8], "ValidThreadsPerCore": [1, 2]}}, "m5a.8xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 4750, "BaselineIops": 20000, "BaselineThroughputInMBps": 593.75, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "m5a.8xlarge", "MemoryInfo": {"SizeInMiB": 131072}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 16, "DefaultThreadsPerCore": 2, "DefaultVCpus": 32, "ValidCores": [4, 6, 8, 10, 12, 14, 16], "ValidThreadsPerCore": [1, 2]}}, "m5a.large": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 650, "BaselineIops": 3600, "BaselineThroughputInMBps": 81.25, "MaximumBandwidthInMbps": 2880, "MaximumIops": 16000, "MaximumThroughputInMBps": 360.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "m5a.large", "MemoryInfo": {"SizeInMiB": 8192}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 2, "DefaultVCpus": 2, "ValidCores": [1], "ValidThreadsPerCore": [1, 2]}}, "m5a.xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1085, "BaselineIops": 6000, "BaselineThroughputInMBps": 135.625, "MaximumBandwidthInMbps": 2880, "MaximumIops": 16000, "MaximumThroughputInMBps": 360.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "m5a.xlarge", "MemoryInfo": {"SizeInMiB": 16384}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 2, "DefaultVCpus": 4, "ValidCores": [2], "ValidThreadsPerCore": [1, 2]}}, "m5ad.12xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 6780, "BaselineIops": 30000, "BaselineThroughputInMBps": 847.5, "MaximumBandwidthInMbps": 6780, "MaximumIops": 30000, "MaximumThroughputInMBps": 847.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 900, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 1800}, "InstanceStorageSupported": true, "InstanceType": "m5ad.12xlarge", "MemoryInfo": {"SizeInMiB": 196608}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "10 Gigabit"}], "NetworkPerformance": "10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.2}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 24, "DefaultThreadsPerCore": 2, "DefaultVCpus": 48, "ValidCores": [6, 12, 18, 24], "ValidThreadsPerCore": [1, 2]}}, "m5ad.16xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 9500, "BaselineIops": 40000, "BaselineThroughputInMBps": 1187.5, "MaximumBandwidthInMbps": 9500, "MaximumIops": 40000, "MaximumThroughputInMBps": 1187.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 4, "SizeInGB": 600, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 2400}, "InstanceStorageSupported": true, "InstanceType": "m5ad.16xlarge", "MemoryInfo": {"SizeInMiB": 262144}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "12 Gigabit"}], "NetworkPerformance": "12 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 32, "DefaultThreadsPerCore": 2, "DefaultVCpus": 64, "ValidCores": [8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32], "ValidThreadsPerCore": [1, 2]}}, "m5ad.24xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 13750, "BaselineIops": 60000, "BaselineThroughputInMBps": 1718.75, "MaximumBandwidthInMbps": 13750, "MaximumIops": 60000, "MaximumThroughputInMBps": 1718.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 4, "SizeInGB": 900, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 3600}, "InstanceStorageSupported": true, "InstanceType": "m5ad.24xlarge", "MemoryInfo": {"SizeInMiB": 393216}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "20 Gigabit"}], "NetworkPerformance": "20 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.2}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 48, "DefaultThreadsPerCore": 2, "DefaultVCpus": 96, "ValidCores": [12, 18, 24, 36, 48], "ValidThreadsPerCore": [1, 2]}}, "m5ad.2xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1580, "BaselineIops": 8333, "BaselineThroughputInMBps": 197.5, "MaximumBandwidthInMbps": 2880, "MaximumIops": 16000, "MaximumThroughputInMBps": 360.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 300, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 300}, "InstanceStorageSupported": true, "InstanceType": "m5ad.2xlarge", "MemoryInfo": {"SizeInMiB": 32768}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.2}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 2, "DefaultVCpus": 8, "ValidCores": [2, 4], "ValidThreadsPerCore": [1, 2]}}, "m5ad.4xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 2880, "BaselineIops": 16000, "BaselineThroughputInMBps": 360.0, "MaximumBandwidthInMbps": 2880, "MaximumIops": 16000, "MaximumThroughputInMBps": 360.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 300, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 600}, "InstanceStorageSupported": true, "InstanceType": "m5ad.4xlarge", "MemoryInfo": {"SizeInMiB": 65536}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.2}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 8, "DefaultThreadsPerCore": 2, "DefaultVCpus": 16, "ValidCores": [2, 4, 6, 8], "ValidThreadsPerCore": [1, 2]}}, "m5ad.8xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 4750, "BaselineIops": 20000, "BaselineThroughputInMBps": 593.75, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 600, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 1200}, "InstanceStorageSupported": true, "InstanceType": "m5ad.8xlarge", "MemoryInfo": {"SizeInMiB": 131072}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 16, "DefaultThreadsPerCore": 2, "DefaultVCpus": 32, "ValidCores": [4, 6, 8, 10, 12, 14, 16], "ValidThreadsPerCore": [1, 2]}}, "m5ad.large": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 650, "BaselineIops": 3600, "BaselineThroughputInMBps": 81.25, "MaximumBandwidthInMbps": 2880, "MaximumIops": 16000, "MaximumThroughputInMBps": 360.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 75, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 75}, "InstanceStorageSupported": true, "InstanceType": "m5ad.large", "MemoryInfo": {"SizeInMiB": 8192}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.2}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 2, "DefaultVCpus": 2, "ValidCores": [1], "ValidThreadsPerCore": [1, 2]}}, "m5ad.xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1085, "BaselineIops": 6000, "BaselineThroughputInMBps": 135.625, "MaximumBandwidthInMbps": 2880, "MaximumIops": 16000, "MaximumThroughputInMBps": 360.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 150, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 150}, "InstanceStorageSupported": true, "InstanceType": "m5ad.xlarge", "MemoryInfo": {"SizeInMiB": 16384}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.2}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 2, "DefaultVCpus": 4, "ValidCores": [2], "ValidThreadsPerCore": [1, 2]}}, "m5d.12xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 9500, "BaselineIops": 40000, "BaselineThroughputInMBps": 1187.5, "MaximumBandwidthInMbps": 9500, "MaximumIops": 40000, "MaximumThroughputInMBps": 1187.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 900, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 1800}, "InstanceStorageSupported": true, "InstanceType": "m5d.12xlarge", "MemoryInfo": {"SizeInMiB": 196608}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "10 Gigabit"}], "NetworkPerformance": "10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 24, "DefaultThreadsPerCore": 2, "DefaultVCpus": 48, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24], "ValidThreadsPerCore": [1, 2]}}, "m5d.16xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 13600, "BaselineIops": 60000, "BaselineThroughputInMBps": 1700.0, "MaximumBandwidthInMbps": 13600, "MaximumIops": 60000, "MaximumThroughputInMBps": 1700.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 4, "SizeInGB": 600, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 2400}, "InstanceStorageSupported": true, "InstanceType": "m5d.16xlarge", "MemoryInfo": {"SizeInMiB": 262144}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "20 Gigabit"}], "NetworkPerformance": "20 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 32, "DefaultThreadsPerCore": 2, "DefaultVCpus": 64, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32], "ValidThreadsPerCore": [1, 2]}}, "m5d.24xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 19000, "BaselineIops": 80000, "BaselineThroughputInMBps": 2375.0, "MaximumBandwidthInMbps": 19000, "MaximumIops": 80000, "MaximumThroughputInMBps": 2375.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 4, "SizeInGB": 900, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 3600}, "InstanceStorageSupported": true, "InstanceType": "m5d.24xlarge", "MemoryInfo": {"SizeInMiB": 393216}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 48, "DefaultThreadsPerCore": 2, "DefaultVCpus": 96, "ValidCores": [4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48], "ValidThreadsPerCore": [1, 2]}}, "m5d.2xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 2300, "BaselineIops": 12000, "BaselineThroughputInMBps": 287.5, "MaximumBandwidthInMbps": 4750, "MaximumIops": 18750, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 300, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 300}, "InstanceStorageSupported": true, "InstanceType": "m5d.2xlarge", "MemoryInfo": {"SizeInMiB": 32768}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 2, "DefaultVCpus": 8, "ValidCores": [2, 4], "ValidThreadsPerCore": [1, 2]}}, "m5d.4xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 4750, "BaselineIops": 18750, "BaselineThroughputInMBps": 593.75, "MaximumBandwidthInMbps": 4750, "MaximumIops": 18750, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 300, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 600}, "InstanceStorageSupported": true, "InstanceType": "m5d.4xlarge", "MemoryInfo": {"SizeInMiB": 65536}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 8, "DefaultThreadsPerCore": 2, "DefaultVCpus": 16, "ValidCores": [2, 4, 6, 8], "ValidThreadsPerCore": [1, 2]}}, "m5d.8xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 6800, "BaselineIops": 30000, "BaselineThroughputInMBps": 850.0, "MaximumBandwidthInMbps": 6800, "MaximumIops": 30000, "MaximumThroughputInMBps": 850.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 600, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 1200}, "InstanceStorageSupported": true, "InstanceType": "m5d.8xlarge", "MemoryInfo": {"SizeInMiB": 131072}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "10 Gigabit"}], "NetworkPerformance": "10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 16, "DefaultThreadsPerCore": 2, "DefaultVCpus": 32, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16], "ValidThreadsPerCore": [1, 2]}}, "m5d.large": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 650, "BaselineIops": 3600, "BaselineThroughputInMBps": 81.25, "MaximumBandwidthInMbps": 4750, "MaximumIops": 18750, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 75, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 75}, "InstanceStorageSupported": true, "InstanceType": "m5d.large", "MemoryInfo": {"SizeInMiB": 8192}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 2, "DefaultVCpus": 2, "ValidCores": [1], "ValidThreadsPerCore": [1, 2]}}, "m5d.metal": {"AutoRecoverySupported": false, "BareMetal": true, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 19000, "BaselineIops": 80000, "BaselineThroughputInMBps": 2375.0, "MaximumBandwidthInMbps": 19000, "MaximumIops": 80000, "MaximumThroughputInMBps": 2375.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "InstanceStorageInfo": {"Disks": [{"Count": 4, "SizeInGB": 900, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 3600}, "InstanceStorageSupported": true, "InstanceType": "m5d.metal", "MemoryInfo": {"SizeInMiB": 393216}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultVCpus": 96}}, "m5d.xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1150, "BaselineIops": 6000, "BaselineThroughputInMBps": 143.75, "MaximumBandwidthInMbps": 4750, "MaximumIops": 18750, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 150, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 150}, "InstanceStorageSupported": true, "InstanceType": "m5d.xlarge", "MemoryInfo": {"SizeInMiB": 16384}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 2, "DefaultVCpus": 4, "ValidCores": [2], "ValidThreadsPerCore": [1, 2]}}, "m5dn.12xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 9500, "BaselineIops": 40000, "BaselineThroughputInMBps": 1187.5, "MaximumBandwidthInMbps": 9500, "MaximumIops": 40000, "MaximumThroughputInMBps": 1187.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 900, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 1800}, "InstanceStorageSupported": true, "InstanceType": "m5dn.12xlarge", "MemoryInfo": {"SizeInMiB": 196608}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "50 Gigabit"}], "NetworkPerformance": "50 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 24, "DefaultThreadsPerCore": 2, "DefaultVCpus": 48, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24], "ValidThreadsPerCore": [1, 2]}}, "m5dn.16xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 13600, "BaselineIops": 60000, "BaselineThroughputInMBps": 1700.0, "MaximumBandwidthInMbps": 13600, "MaximumIops": 60000, "MaximumThroughputInMBps": 1700.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 4, "SizeInGB": 600, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 2400}, "InstanceStorageSupported": true, "InstanceType": "m5dn.16xlarge", "MemoryInfo": {"SizeInMiB": 262144}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "75 Gigabit"}], "NetworkPerformance": "75 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 32, "DefaultThreadsPerCore": 2, "DefaultVCpus": 64, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32], "ValidThreadsPerCore": [1, 2]}}, "m5dn.24xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 19000, "BaselineIops": 80000, "BaselineThroughputInMBps": 2375.0, "MaximumBandwidthInMbps": 19000, "MaximumIops": 80000, "MaximumThroughputInMBps": 2375.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 4, "SizeInGB": 900, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 3600}, "InstanceStorageSupported": true, "InstanceType": "m5dn.24xlarge", "MemoryInfo": {"SizeInMiB": 393216}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": true, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "100 Gigabit"}], "NetworkPerformance": "100 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 48, "DefaultThreadsPerCore": 2, "DefaultVCpus": 96, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48], "ValidThreadsPerCore": [1, 2]}}, "m5dn.2xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 2300, "BaselineIops": 12000, "BaselineThroughputInMBps": 287.5, "MaximumBandwidthInMbps": 4750, "MaximumIops": 15000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 300, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 300}, "InstanceStorageSupported": true, "InstanceType": "m5dn.2xlarge", "MemoryInfo": {"SizeInMiB": 32768}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 25 Gigabit"}], "NetworkPerformance": "Up to 25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 2, "DefaultVCpus": 8, "ValidCores": [2, 4], "ValidThreadsPerCore": [1, 2]}}, "m5dn.4xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 4750, "BaselineIops": 15000, "BaselineThroughputInMBps": 593.75, "MaximumBandwidthInMbps": 4750, "MaximumIops": 15000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 300, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 600}, "InstanceStorageSupported": true, "InstanceType": "m5dn.4xlarge", "MemoryInfo": {"SizeInMiB": 65536}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 25 Gigabit"}], "NetworkPerformance": "Up to 25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 8, "DefaultThreadsPerCore": 2, "DefaultVCpus": 16, "ValidCores": [2, 4, 6, 8], "ValidThreadsPerCore": [1, 2]}}, "m5dn.8xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 6800, "BaselineIops": 30000, "BaselineThroughputInMBps": 850.0, "MaximumBandwidthInMbps": 6800, "MaximumIops": 30000, "MaximumThroughputInMBps": 850.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 600, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 1200}, "InstanceStorageSupported": true, "InstanceType": "m5dn.8xlarge", "MemoryInfo": {"SizeInMiB": 131072}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 16, "DefaultThreadsPerCore": 2, "DefaultVCpus": 32, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16], "ValidThreadsPerCore": [1, 2]}}, "m5dn.large": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 650, "BaselineIops": 3000, "BaselineThroughputInMBps": 81.25, "MaximumBandwidthInMbps": 4750, "MaximumIops": 15000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 75, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 75}, "InstanceStorageSupported": true, "InstanceType": "m5dn.large", "MemoryInfo": {"SizeInMiB": 8192}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 25 Gigabit"}], "NetworkPerformance": "Up to 25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 2, "DefaultVCpus": 2, "ValidCores": [1], "ValidThreadsPerCore": [1, 2]}}, "m5dn.metal": {"AutoRecoverySupported": false, "BareMetal": true, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 19000, "BaselineIops": 80000, "BaselineThroughputInMBps": 2375.0, "MaximumBandwidthInMbps": 19000, "MaximumIops": 80000, "MaximumThroughputInMBps": 2375.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "InstanceStorageInfo": {"Disks": [{"Count": 4, "SizeInGB": 900, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 3600}, "InstanceStorageSupported": true, "InstanceType": "m5dn.metal", "MemoryInfo": {"SizeInMiB": 393216}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": true, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "100 Gigabit"}], "NetworkPerformance": "100 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultVCpus": 96}}, "m5dn.xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1150, "BaselineIops": 6000, "BaselineThroughputInMBps": 143.75, "MaximumBandwidthInMbps": 4750, "MaximumIops": 15000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 150, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 150}, "InstanceStorageSupported": true, "InstanceType": "m5dn.xlarge", "MemoryInfo": {"SizeInMiB": 16384}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 25 Gigabit"}], "NetworkPerformance": "Up to 25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 2, "DefaultVCpus": 4, "ValidCores": [1, 2], "ValidThreadsPerCore": [1, 2]}}, "m5n.12xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 9500, "BaselineIops": 40000, "BaselineThroughputInMBps": 1187.5, "MaximumBandwidthInMbps": 9500, "MaximumIops": 40000, "MaximumThroughputInMBps": 1187.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "m5n.12xlarge", "MemoryInfo": {"SizeInMiB": 196608}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "50 Gigabit"}], "NetworkPerformance": "50 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 24, "DefaultThreadsPerCore": 2, "DefaultVCpus": 48, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24], "ValidThreadsPerCore": [1, 2]}}, "m5n.16xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 13600, "BaselineIops": 60000, "BaselineThroughputInMBps": 1700.0, "MaximumBandwidthInMbps": 13600, "MaximumIops": 60000, "MaximumThroughputInMBps": 1700.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "m5n.16xlarge", "MemoryInfo": {"SizeInMiB": 262144}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "75 Gigabit"}], "NetworkPerformance": "75 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 32, "DefaultThreadsPerCore": 2, "DefaultVCpus": 64, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32], "ValidThreadsPerCore": [1, 2]}}, "m5n.24xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 19000, "BaselineIops": 80000, "BaselineThroughputInMBps": 2375.0, "MaximumBandwidthInMbps": 19000, "MaximumIops": 80000, "MaximumThroughputInMBps": 2375.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "m5n.24xlarge", "MemoryInfo": {"SizeInMiB": 393216}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": true, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "100 Gigabit"}], "NetworkPerformance": "100 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 48, "DefaultThreadsPerCore": 2, "DefaultVCpus": 96, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48], "ValidThreadsPerCore": [1, 2]}}, "m5n.2xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 2300, "BaselineIops": 12000, "BaselineThroughputInMBps": 287.5, "MaximumBandwidthInMbps": 4750, "MaximumIops": 15000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "m5n.2xlarge", "MemoryInfo": {"SizeInMiB": 32768}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 25 Gigabit"}], "NetworkPerformance": "Up to 25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 2, "DefaultVCpus": 8, "ValidCores": [2, 4], "ValidThreadsPerCore": [1, 2]}}, "m5n.4xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 4750, "BaselineIops": 15000, "BaselineThroughputInMBps": 593.75, "MaximumBandwidthInMbps": 4750, "MaximumIops": 15000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "m5n.4xlarge", "MemoryInfo": {"SizeInMiB": 65536}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 25 Gigabit"}], "NetworkPerformance": "Up to 25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 8, "DefaultThreadsPerCore": 2, "DefaultVCpus": 16, "ValidCores": [2, 4, 6, 8], "ValidThreadsPerCore": [1, 2]}}, "m5n.8xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 6800, "BaselineIops": 30000, "BaselineThroughputInMBps": 850.0, "MaximumBandwidthInMbps": 6800, "MaximumIops": 30000, "MaximumThroughputInMBps": 850.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "m5n.8xlarge", "MemoryInfo": {"SizeInMiB": 131072}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 16, "DefaultThreadsPerCore": 2, "DefaultVCpus": 32, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16], "ValidThreadsPerCore": [1, 2]}}, "m5n.large": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 650, "BaselineIops": 3000, "BaselineThroughputInMBps": 81.25, "MaximumBandwidthInMbps": 4750, "MaximumIops": 15000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "m5n.large", "MemoryInfo": {"SizeInMiB": 8192}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 25 Gigabit"}], "NetworkPerformance": "Up to 25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 2, "DefaultVCpus": 2, "ValidCores": [1], "ValidThreadsPerCore": [1, 2]}}, "m5n.metal": {"AutoRecoverySupported": false, "BareMetal": true, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 19000, "BaselineIops": 80000, "BaselineThroughputInMBps": 2375.0, "MaximumBandwidthInMbps": 19000, "MaximumIops": 80000, "MaximumThroughputInMBps": 2375.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "InstanceStorageSupported": false, "InstanceType": "m5n.metal", "MemoryInfo": {"SizeInMiB": 393216}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": true, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "100 Gigabit"}], "NetworkPerformance": "100 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultVCpus": 96}}, "m5n.xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1150, "BaselineIops": 6000, "BaselineThroughputInMBps": 143.75, "MaximumBandwidthInMbps": 4750, "MaximumIops": 15000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "m5n.xlarge", "MemoryInfo": {"SizeInMiB": 16384}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 25 Gigabit"}], "NetworkPerformance": "Up to 25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 2, "DefaultVCpus": 4, "ValidCores": [1, 2], "ValidThreadsPerCore": [1, 2]}}, "m5zn.12xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 19000, "BaselineIops": 80000, "BaselineThroughputInMBps": 2375.0, "MaximumBandwidthInMbps": 19000, "MaximumIops": 80000, "MaximumThroughputInMBps": 2375.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "m5zn.12xlarge", "MemoryInfo": {"SizeInMiB": 196608}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": true, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "100 Gigabit"}], "NetworkPerformance": "100 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 4.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 24, "DefaultThreadsPerCore": 2, "DefaultVCpus": 48, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24], "ValidThreadsPerCore": [1, 2]}}, "m5zn.2xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 3170, "BaselineIops": 13333, "BaselineThroughputInMBps": 396.25, "MaximumBandwidthInMbps": 3170, "MaximumIops": 13333, "MaximumThroughputInMBps": 396.25}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "m5zn.2xlarge", "MemoryInfo": {"SizeInMiB": 32768}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 25 Gigabit"}], "NetworkPerformance": "Up to 25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 4.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 2, "DefaultVCpus": 8, "ValidCores": [2, 4], "ValidThreadsPerCore": [1, 2]}}, "m5zn.3xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 4750, "BaselineIops": 20000, "BaselineThroughputInMBps": 593.75, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "m5zn.3xlarge", "MemoryInfo": {"SizeInMiB": 49152}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 25 Gigabit"}], "NetworkPerformance": "Up to 25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 4.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 6, "DefaultThreadsPerCore": 2, "DefaultVCpus": 12, "ValidCores": [2, 4, 6], "ValidThreadsPerCore": [1, 2]}}, "m5zn.6xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 9500, "BaselineIops": 40000, "BaselineThroughputInMBps": 1187.5, "MaximumBandwidthInMbps": 9500, "MaximumIops": 40000, "MaximumThroughputInMBps": 1187.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "m5zn.6xlarge", "MemoryInfo": {"SizeInMiB": 98304}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "50 Gigabit"}], "NetworkPerformance": "50 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 4.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 12, "DefaultThreadsPerCore": 2, "DefaultVCpus": 24, "ValidCores": [2, 4, 6, 8, 10, 12], "ValidThreadsPerCore": [1, 2]}}, "m5zn.large": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 800, "BaselineIops": 3333, "BaselineThroughputInMBps": 100.0, "MaximumBandwidthInMbps": 3170, "MaximumIops": 13333, "MaximumThroughputInMBps": 396.25}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "m5zn.large", "MemoryInfo": {"SizeInMiB": 8192}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 25 Gigabit"}], "NetworkPerformance": "Up to 25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 4.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 2, "DefaultVCpus": 2, "ValidCores": [1], "ValidThreadsPerCore": [1, 2]}}, "m5zn.metal": {"AutoRecoverySupported": false, "BareMetal": true, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 19000, "BaselineIops": 80000, "BaselineThroughputInMBps": 2375.0, "MaximumBandwidthInMbps": 19000, "MaximumIops": 80000, "MaximumThroughputInMBps": 2375.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "InstanceStorageSupported": false, "InstanceType": "m5zn.metal", "MemoryInfo": {"SizeInMiB": 196608}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": true, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "100 Gigabit"}], "NetworkPerformance": "100 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 4.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultVCpus": 48}}, "m5zn.xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1564, "BaselineIops": 6667, "BaselineThroughputInMBps": 195.5, "MaximumBandwidthInMbps": 3170, "MaximumIops": 13333, "MaximumThroughputInMBps": 396.25}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "m5zn.xlarge", "MemoryInfo": {"SizeInMiB": 16384}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 25 Gigabit"}], "NetworkPerformance": "Up to 25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 4.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 2, "DefaultVCpus": 4, "ValidCores": [1, 2], "ValidThreadsPerCore": [1, 2]}}, "m6g.12xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 14250, "BaselineIops": 50000, "BaselineThroughputInMBps": 1781.25, "MaximumBandwidthInMbps": 14250, "MaximumIops": 50000, "MaximumThroughputInMBps": 1781.25}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "m6g.12xlarge", "MemoryInfo": {"SizeInMiB": 196608}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "20 Gigabit"}], "NetworkPerformance": "20 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 48, "DefaultThreadsPerCore": 1, "DefaultVCpus": 48, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48], "ValidThreadsPerCore": [1]}}, "m6g.16xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 19000, "BaselineIops": 80000, "BaselineThroughputInMBps": 2375.0, "MaximumBandwidthInMbps": 19000, "MaximumIops": 80000, "MaximumThroughputInMBps": 2375.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "m6g.16xlarge", "MemoryInfo": {"SizeInMiB": 262144}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 64, "DefaultThreadsPerCore": 1, "DefaultVCpus": 64, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64], "ValidThreadsPerCore": [1]}}, "m6g.2xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 2375, "BaselineIops": 12000, "BaselineThroughputInMBps": 296.875, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "m6g.2xlarge", "MemoryInfo": {"SizeInMiB": 32768}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 8, "DefaultThreadsPerCore": 1, "DefaultVCpus": 8, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8], "ValidThreadsPerCore": [1]}}, "m6g.4xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 4750, "BaselineIops": 20000, "BaselineThroughputInMBps": 593.75, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "m6g.4xlarge", "MemoryInfo": {"SizeInMiB": 65536}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 16, "DefaultThreadsPerCore": 1, "DefaultVCpus": 16, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "ValidThreadsPerCore": [1]}}, "m6g.8xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 9500, "BaselineIops": 40000, "BaselineThroughputInMBps": 1187.5, "MaximumBandwidthInMbps": 9500, "MaximumIops": 40000, "MaximumThroughputInMBps": 1187.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "m6g.8xlarge", "MemoryInfo": {"SizeInMiB": 131072}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "12 Gigabit"}], "NetworkPerformance": "12 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 32, "DefaultThreadsPerCore": 1, "DefaultVCpus": 32, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32], "ValidThreadsPerCore": [1]}}, "m6g.large": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 630, "BaselineIops": 3600, "BaselineThroughputInMBps": 78.75, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "m6g.large", "MemoryInfo": {"SizeInMiB": 8192}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 1, "DefaultVCpus": 2, "ValidCores": [1, 2], "ValidThreadsPerCore": [1]}}, "m6g.medium": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 315, "BaselineIops": 2500, "BaselineThroughputInMBps": 39.375, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "m6g.medium", "MemoryInfo": {"SizeInMiB": 4096}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 4, "Ipv6AddressesPerInterface": 4, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 2, "NetworkCards": [{"MaximumNetworkInterfaces": 2, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 1, "DefaultVCpus": 1, "ValidCores": [1], "ValidThreadsPerCore": [1]}}, "m6g.metal": {"AutoRecoverySupported": true, "BareMetal": true, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 19000, "BaselineIops": 80000, "BaselineThroughputInMBps": 2375.0, "MaximumBandwidthInMbps": 19000, "MaximumIops": 80000, "MaximumThroughputInMBps": 2375.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "InstanceStorageSupported": false, "InstanceType": "m6g.metal", "MemoryInfo": {"SizeInMiB": 262144}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultVCpus": 64}}, "m6g.xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1188, "BaselineIops": 6000, "BaselineThroughputInMBps": 148.5, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "m6g.xlarge", "MemoryInfo": {"SizeInMiB": 16384}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 1, "DefaultVCpus": 4, "ValidCores": [1, 2, 3, 4], "ValidThreadsPerCore": [1]}}, "m6gd.12xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 14250, "BaselineIops": 50000, "BaselineThroughputInMBps": 1781.25, "MaximumBandwidthInMbps": 14250, "MaximumIops": 50000, "MaximumThroughputInMBps": 1781.25}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 1425, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 2850}, "InstanceStorageSupported": true, "InstanceType": "m6gd.12xlarge", "MemoryInfo": {"SizeInMiB": 196608}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "20 Gigabit"}], "NetworkPerformance": "20 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 48, "DefaultThreadsPerCore": 1, "DefaultVCpus": 48, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48], "ValidThreadsPerCore": [1]}}, "m6gd.16xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 19000, "BaselineIops": 80000, "BaselineThroughputInMBps": 2375.0, "MaximumBandwidthInMbps": 19000, "MaximumIops": 80000, "MaximumThroughputInMBps": 2375.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 1900, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 3800}, "InstanceStorageSupported": true, "InstanceType": "m6gd.16xlarge", "MemoryInfo": {"SizeInMiB": 262144}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 64, "DefaultThreadsPerCore": 1, "DefaultVCpus": 64, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64], "ValidThreadsPerCore": [1]}}, "m6gd.2xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 2375, "BaselineIops": 12000, "BaselineThroughputInMBps": 296.875, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 474, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 474}, "InstanceStorageSupported": true, "InstanceType": "m6gd.2xlarge", "MemoryInfo": {"SizeInMiB": 32768}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 8, "DefaultThreadsPerCore": 1, "DefaultVCpus": 8, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8], "ValidThreadsPerCore": [1]}}, "m6gd.4xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 4750, "BaselineIops": 20000, "BaselineThroughputInMBps": 593.75, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 950, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 950}, "InstanceStorageSupported": true, "InstanceType": "m6gd.4xlarge", "MemoryInfo": {"SizeInMiB": 65536}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 16, "DefaultThreadsPerCore": 1, "DefaultVCpus": 16, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "ValidThreadsPerCore": [1]}}, "m6gd.8xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 9500, "BaselineIops": 40000, "BaselineThroughputInMBps": 1187.5, "MaximumBandwidthInMbps": 9500, "MaximumIops": 40000, "MaximumThroughputInMBps": 1187.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 1900, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 1900}, "InstanceStorageSupported": true, "InstanceType": "m6gd.8xlarge", "MemoryInfo": {"SizeInMiB": 131072}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "12 Gigabit"}], "NetworkPerformance": "12 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 32, "DefaultThreadsPerCore": 1, "DefaultVCpus": 32, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32], "ValidThreadsPerCore": [1]}}, "m6gd.large": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 630, "BaselineIops": 3600, "BaselineThroughputInMBps": 78.75, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 118, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 118}, "InstanceStorageSupported": true, "InstanceType": "m6gd.large", "MemoryInfo": {"SizeInMiB": 8192}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 1, "DefaultVCpus": 2, "ValidCores": [1, 2], "ValidThreadsPerCore": [1]}}, "m6gd.medium": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 315, "BaselineIops": 2500, "BaselineThroughputInMBps": 39.375, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 59, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 59}, "InstanceStorageSupported": true, "InstanceType": "m6gd.medium", "MemoryInfo": {"SizeInMiB": 4096}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 4, "Ipv6AddressesPerInterface": 4, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 2, "NetworkCards": [{"MaximumNetworkInterfaces": 2, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 1, "DefaultVCpus": 1, "ValidCores": [1], "ValidThreadsPerCore": [1]}}, "m6gd.metal": {"AutoRecoverySupported": false, "BareMetal": true, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 19000, "BaselineIops": 80000, "BaselineThroughputInMBps": 2375.0, "MaximumBandwidthInMbps": 19000, "MaximumIops": 80000, "MaximumThroughputInMBps": 2375.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 1900, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 3800}, "InstanceStorageSupported": true, "InstanceType": "m6gd.metal", "MemoryInfo": {"SizeInMiB": 262144}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultVCpus": 64}}, "m6gd.xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1188, "BaselineIops": 6000, "BaselineThroughputInMBps": 148.5, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 237, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 237}, "InstanceStorageSupported": true, "InstanceType": "m6gd.xlarge", "MemoryInfo": {"SizeInMiB": 16384}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 1, "DefaultVCpus": 4, "ValidCores": [1, 2, 3, 4], "ValidThreadsPerCore": [1]}}, "mac1.metal": {"AutoRecoverySupported": true, "BareMetal": true, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 14000, "BaselineIops": 80000, "BaselineThroughputInMBps": 1750.0, "MaximumBandwidthInMbps": 14000, "MaximumIops": 80000, "MaximumThroughputInMBps": 1750.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "InstanceStorageSupported": false, "InstanceType": "mac1.metal", "MemoryInfo": {"SizeInMiB": 32768}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64_mac"], "SustainedClockSpeedInGhz": 3.2}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultVCpus": 12}}, "p2.16xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 10000, "BaselineIops": 65000, "BaselineThroughputInMBps": 1250.0, "MaximumBandwidthInMbps": 10000, "MaximumIops": 65000, "MaximumThroughputInMBps": 1250.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "GpuInfo": {"Gpus": [{"Count": 16, "Manufacturer": "NVIDIA", "MemoryInfo": {"SizeInMiB": 12288}, "Name": "K80"}], "TotalGpuMemoryInMiB": 196608}, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageSupported": false, "InstanceType": "p2.16xlarge", "MemoryInfo": {"SizeInMiB": 749568}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 32, "DefaultThreadsPerCore": 2, "DefaultVCpus": 64, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32], "ValidThreadsPerCore": [1, 2]}}, "p2.8xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 5000, "BaselineIops": 32500, "BaselineThroughputInMBps": 625.0, "MaximumBandwidthInMbps": 5000, "MaximumIops": 32500, "MaximumThroughputInMBps": 625.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "GpuInfo": {"Gpus": [{"Count": 8, "Manufacturer": "NVIDIA", "MemoryInfo": {"SizeInMiB": 12288}, "Name": "K80"}], "TotalGpuMemoryInMiB": 98304}, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageSupported": false, "InstanceType": "p2.8xlarge", "MemoryInfo": {"SizeInMiB": 499712}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "10 Gigabit"}], "NetworkPerformance": "10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.7}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 16, "DefaultThreadsPerCore": 2, "DefaultVCpus": 32, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "ValidThreadsPerCore": [1, 2]}}, "p2.xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 750, "BaselineIops": 6000, "BaselineThroughputInMBps": 93.75, "MaximumBandwidthInMbps": 750, "MaximumIops": 6000, "MaximumThroughputInMBps": 93.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "GpuInfo": {"Gpus": [{"Count": 1, "Manufacturer": "NVIDIA", "MemoryInfo": {"SizeInMiB": 12288}, "Name": "K80"}], "TotalGpuMemoryInMiB": 12288}, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageSupported": false, "InstanceType": "p2.xlarge", "MemoryInfo": {"SizeInMiB": 62464}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "High"}], "NetworkPerformance": "High"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.7}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 2, "DefaultVCpus": 4, "ValidCores": [1, 2], "ValidThreadsPerCore": [1, 2]}}, "p3.16xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 14000, "BaselineIops": 80000, "BaselineThroughputInMBps": 1750.0, "MaximumBandwidthInMbps": 14000, "MaximumIops": 80000, "MaximumThroughputInMBps": 1750.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "GpuInfo": {"Gpus": [{"Count": 8, "Manufacturer": "NVIDIA", "MemoryInfo": {"SizeInMiB": 16384}, "Name": "V100"}], "TotalGpuMemoryInMiB": 131072}, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageSupported": false, "InstanceType": "p3.16xlarge", "MemoryInfo": {"SizeInMiB": 499712}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.7}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 32, "DefaultThreadsPerCore": 2, "DefaultVCpus": 64, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32], "ValidThreadsPerCore": [1, 2]}}, "p3.2xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1750, "BaselineIops": 10000, "BaselineThroughputInMBps": 218.75, "MaximumBandwidthInMbps": 1750, "MaximumIops": 10000, "MaximumThroughputInMBps": 218.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "GpuInfo": {"Gpus": [{"Count": 1, "Manufacturer": "NVIDIA", "MemoryInfo": {"SizeInMiB": 16384}, "Name": "V100"}], "TotalGpuMemoryInMiB": 16384}, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageSupported": false, "InstanceType": "p3.2xlarge", "MemoryInfo": {"SizeInMiB": 62464}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.7}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 2, "DefaultVCpus": 8, "ValidCores": [1, 2, 3, 4], "ValidThreadsPerCore": [1, 2]}}, "p3.8xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 7000, "BaselineIops": 40000, "BaselineThroughputInMBps": 875.0, "MaximumBandwidthInMbps": 7000, "MaximumIops": 40000, "MaximumThroughputInMBps": 875.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "GpuInfo": {"Gpus": [{"Count": 4, "Manufacturer": "NVIDIA", "MemoryInfo": {"SizeInMiB": 16384}, "Name": "V100"}], "TotalGpuMemoryInMiB": 65536}, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageSupported": false, "InstanceType": "p3.8xlarge", "MemoryInfo": {"SizeInMiB": 249856}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "10 Gigabit"}], "NetworkPerformance": "10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.7}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 16, "DefaultThreadsPerCore": 2, "DefaultVCpus": 32, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "ValidThreadsPerCore": [1, 2]}}, "p3dn.24xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 19000, "BaselineIops": 80000, "BaselineThroughputInMBps": 2375.0, "MaximumBandwidthInMbps": 19000, "MaximumIops": 80000, "MaximumThroughputInMBps": 2375.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "GpuInfo": {"Gpus": [{"Count": 8, "Manufacturer": "NVIDIA", "MemoryInfo": {"SizeInMiB": 32768}, "Name": "V100"}], "TotalGpuMemoryInMiB": 262144}, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 900, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 1800}, "InstanceStorageSupported": true, "InstanceType": "p3dn.24xlarge", "MemoryInfo": {"SizeInMiB": 786432}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": true, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "100 Gigabit"}], "NetworkPerformance": "100 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 48, "DefaultThreadsPerCore": 2, "DefaultVCpus": 96, "ValidCores": [4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48], "ValidThreadsPerCore": [1, 2]}}, "p4d.24xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 19000, "BaselineIops": 80000, "BaselineThroughputInMBps": 2375.0, "MaximumBandwidthInMbps": 19000, "MaximumIops": 80000, "MaximumThroughputInMBps": 2375.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "GpuInfo": {"Gpus": [{"Count": 8, "Manufacturer": "NVIDIA", "MemoryInfo": {"SizeInMiB": 40960}, "Name": "A100"}], "TotalGpuMemoryInMiB": 327680}, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 8, "SizeInGB": 1000, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 8000}, "InstanceStorageSupported": true, "InstanceType": "p4d.24xlarge", "MemoryInfo": {"SizeInMiB": 1179648}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": true, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 4, "MaximumNetworkInterfaces": 60, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "100 Gigabit"}, {"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 1, "NetworkPerformance": "100 Gigabit"}, {"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 2, "NetworkPerformance": "100 Gigabit"}, {"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 3, "NetworkPerformance": "100 Gigabit"}], "NetworkPerformance": "4x 100 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.0}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 48, "DefaultThreadsPerCore": 2, "DefaultVCpus": 96, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48], "ValidThreadsPerCore": [1, 2]}}, "r3.2xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": false, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1000, "BaselineIops": 8000, "BaselineThroughputInMBps": 125.0, "MaximumBandwidthInMbps": 1000, "MaximumIops": 8000, "MaximumThroughputInMBps": 125.0}, "EbsOptimizedSupport": "supported", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 160, "Type": "ssd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 160}, "InstanceStorageSupported": true, "InstanceType": "r3.2xlarge", "MemoryInfo": {"SizeInMiB": 62464}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "High"}], "NetworkPerformance": "High"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs", "instance-store"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 2, "DefaultVCpus": 8, "ValidCores": [1, 2, 3, 4], "ValidThreadsPerCore": [1, 2]}}, "r3.4xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": false, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 2000, "BaselineIops": 16000, "BaselineThroughputInMBps": 250.0, "MaximumBandwidthInMbps": 2000, "MaximumIops": 16000, "MaximumThroughputInMBps": 250.0}, "EbsOptimizedSupport": "supported", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 320, "Type": "ssd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 320}, "InstanceStorageSupported": true, "InstanceType": "r3.4xlarge", "MemoryInfo": {"SizeInMiB": 124928}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "High"}], "NetworkPerformance": "High"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs", "instance-store"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 8, "DefaultThreadsPerCore": 2, "DefaultVCpus": 16, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8], "ValidThreadsPerCore": [1, 2]}}, "r3.8xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": false, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedSupport": "unsupported", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 320, "Type": "ssd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 640}, "InstanceStorageSupported": true, "InstanceType": "r3.8xlarge", "MemoryInfo": {"SizeInMiB": 249856}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "10 Gigabit"}], "NetworkPerformance": "10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs", "instance-store"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 16, "DefaultThreadsPerCore": 2, "DefaultVCpus": 32, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16], "ValidThreadsPerCore": [1, 2]}}, "r3.large": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": false, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedSupport": "unsupported", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 32, "Type": "ssd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 32}, "InstanceStorageSupported": true, "InstanceType": "r3.large", "MemoryInfo": {"SizeInMiB": 15360}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Moderate"}], "NetworkPerformance": "Moderate"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs", "instance-store"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 2, "DefaultVCpus": 2, "ValidCores": [1], "ValidThreadsPerCore": [1, 2]}}, "r3.xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": false, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 500, "BaselineIops": 4000, "BaselineThroughputInMBps": 62.5, "MaximumBandwidthInMbps": 500, "MaximumIops": 4000, "MaximumThroughputInMBps": 62.5}, "EbsOptimizedSupport": "supported", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 80, "Type": "ssd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 80}, "InstanceStorageSupported": true, "InstanceType": "r3.xlarge", "MemoryInfo": {"SizeInMiB": 31232}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Moderate"}], "NetworkPerformance": "Moderate"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs", "instance-store"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 2, "DefaultVCpus": 4, "ValidCores": [1, 2], "ValidThreadsPerCore": [1, 2]}}, "r4.16xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 14000, "BaselineIops": 75000, "BaselineThroughputInMBps": 1750.0, "MaximumBandwidthInMbps": 14000, "MaximumIops": 75000, "MaximumThroughputInMBps": 1750.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageSupported": false, "InstanceType": "r4.16xlarge", "MemoryInfo": {"SizeInMiB": 499712}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 32, "DefaultThreadsPerCore": 2, "DefaultVCpus": 64, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32], "ValidThreadsPerCore": [1, 2]}}, "r4.2xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1700, "BaselineIops": 12000, "BaselineThroughputInMBps": 212.5, "MaximumBandwidthInMbps": 1700, "MaximumIops": 12000, "MaximumThroughputInMBps": 212.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "xen", "InstanceStorageSupported": false, "InstanceType": "r4.2xlarge", "MemoryInfo": {"SizeInMiB": 62464}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 2, "DefaultVCpus": 8, "ValidCores": [1, 2, 3, 4], "ValidThreadsPerCore": [1, 2]}}, "r4.4xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 3500, "BaselineIops": 18750, "BaselineThroughputInMBps": 437.5, "MaximumBandwidthInMbps": 3500, "MaximumIops": 18750, "MaximumThroughputInMBps": 437.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "xen", "InstanceStorageSupported": false, "InstanceType": "r4.4xlarge", "MemoryInfo": {"SizeInMiB": 124928}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 8, "DefaultThreadsPerCore": 2, "DefaultVCpus": 16, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8], "ValidThreadsPerCore": [1, 2]}}, "r4.8xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 7000, "BaselineIops": 37500, "BaselineThroughputInMBps": 875.0, "MaximumBandwidthInMbps": 7000, "MaximumIops": 37500, "MaximumThroughputInMBps": 875.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageSupported": false, "InstanceType": "r4.8xlarge", "MemoryInfo": {"SizeInMiB": 249856}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "10 Gigabit"}], "NetworkPerformance": "10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 16, "DefaultThreadsPerCore": 2, "DefaultVCpus": 32, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "ValidThreadsPerCore": [1, 2]}}, "r4.large": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 425, "BaselineIops": 3000, "BaselineThroughputInMBps": 53.125, "MaximumBandwidthInMbps": 425, "MaximumIops": 3000, "MaximumThroughputInMBps": 53.125}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "xen", "InstanceStorageSupported": false, "InstanceType": "r4.large", "MemoryInfo": {"SizeInMiB": 15616}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 2, "DefaultVCpus": 2, "ValidCores": [1], "ValidThreadsPerCore": [1, 2]}}, "r4.xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 850, "BaselineIops": 6000, "BaselineThroughputInMBps": 106.25, "MaximumBandwidthInMbps": 850, "MaximumIops": 6000, "MaximumThroughputInMBps": 106.25}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "xen", "InstanceStorageSupported": false, "InstanceType": "r4.xlarge", "MemoryInfo": {"SizeInMiB": 31232}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 2, "DefaultVCpus": 4, "ValidCores": [1, 2], "ValidThreadsPerCore": [1, 2]}}, "r5.12xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 9500, "BaselineIops": 40000, "BaselineThroughputInMBps": 1187.5, "MaximumBandwidthInMbps": 9500, "MaximumIops": 40000, "MaximumThroughputInMBps": 1187.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "r5.12xlarge", "MemoryInfo": {"SizeInMiB": 393216}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "10 Gigabit"}], "NetworkPerformance": "10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 24, "DefaultThreadsPerCore": 2, "DefaultVCpus": 48, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24], "ValidThreadsPerCore": [1, 2]}}, "r5.16xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 13600, "BaselineIops": 60000, "BaselineThroughputInMBps": 1700.0, "MaximumBandwidthInMbps": 13600, "MaximumIops": 60000, "MaximumThroughputInMBps": 1700.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "r5.16xlarge", "MemoryInfo": {"SizeInMiB": 524288}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "20 Gigabit"}], "NetworkPerformance": "20 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 32, "DefaultThreadsPerCore": 2, "DefaultVCpus": 64, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32], "ValidThreadsPerCore": [1, 2]}}, "r5.24xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 19000, "BaselineIops": 80000, "BaselineThroughputInMBps": 2375.0, "MaximumBandwidthInMbps": 19000, "MaximumIops": 80000, "MaximumThroughputInMBps": 2375.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "r5.24xlarge", "MemoryInfo": {"SizeInMiB": 786432}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 48, "DefaultThreadsPerCore": 2, "DefaultVCpus": 96, "ValidCores": [4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48], "ValidThreadsPerCore": [1, 2]}}, "r5.2xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 2300, "BaselineIops": 12000, "BaselineThroughputInMBps": 287.5, "MaximumBandwidthInMbps": 4750, "MaximumIops": 18750, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "r5.2xlarge", "MemoryInfo": {"SizeInMiB": 65536}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 2, "DefaultVCpus": 8, "ValidCores": [2, 4], "ValidThreadsPerCore": [1, 2]}}, "r5.4xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 4750, "BaselineIops": 18750, "BaselineThroughputInMBps": 593.75, "MaximumBandwidthInMbps": 4750, "MaximumIops": 18750, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "r5.4xlarge", "MemoryInfo": {"SizeInMiB": 131072}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 8, "DefaultThreadsPerCore": 2, "DefaultVCpus": 16, "ValidCores": [2, 4, 6, 8], "ValidThreadsPerCore": [1, 2]}}, "r5.8xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 6800, "BaselineIops": 30000, "BaselineThroughputInMBps": 850.0, "MaximumBandwidthInMbps": 6800, "MaximumIops": 30000, "MaximumThroughputInMBps": 850.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "r5.8xlarge", "MemoryInfo": {"SizeInMiB": 262144}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "10 Gigabit"}], "NetworkPerformance": "10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 16, "DefaultThreadsPerCore": 2, "DefaultVCpus": 32, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16], "ValidThreadsPerCore": [1, 2]}}, "r5.large": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 650, "BaselineIops": 3600, "BaselineThroughputInMBps": 81.25, "MaximumBandwidthInMbps": 4750, "MaximumIops": 18750, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "r5.large", "MemoryInfo": {"SizeInMiB": 16384}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 2, "DefaultVCpus": 2, "ValidCores": [1], "ValidThreadsPerCore": [1, 2]}}, "r5.metal": {"AutoRecoverySupported": true, "BareMetal": true, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 19000, "BaselineIops": 80000, "BaselineThroughputInMBps": 2375.0, "MaximumBandwidthInMbps": 19000, "MaximumIops": 80000, "MaximumThroughputInMBps": 2375.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "InstanceStorageSupported": false, "InstanceType": "r5.metal", "MemoryInfo": {"SizeInMiB": 786432}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultVCpus": 96}}, "r5.xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1150, "BaselineIops": 6000, "BaselineThroughputInMBps": 143.75, "MaximumBandwidthInMbps": 4750, "MaximumIops": 18750, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "r5.xlarge", "MemoryInfo": {"SizeInMiB": 32768}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 2, "DefaultVCpus": 4, "ValidCores": [2], "ValidThreadsPerCore": [1, 2]}}, "r5a.12xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 6780, "BaselineIops": 30000, "BaselineThroughputInMBps": 847.5, "MaximumBandwidthInMbps": 6780, "MaximumIops": 30000, "MaximumThroughputInMBps": 847.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "r5a.12xlarge", "MemoryInfo": {"SizeInMiB": 393216}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "10 Gigabit"}], "NetworkPerformance": "10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 24, "DefaultThreadsPerCore": 2, "DefaultVCpus": 48, "ValidCores": [6, 12, 18, 24], "ValidThreadsPerCore": [1, 2]}}, "r5a.16xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 9500, "BaselineIops": 40000, "BaselineThroughputInMBps": 1187.5, "MaximumBandwidthInMbps": 9500, "MaximumIops": 40000, "MaximumThroughputInMBps": 1187.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "r5a.16xlarge", "MemoryInfo": {"SizeInMiB": 524288}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "12 Gigabit"}], "NetworkPerformance": "12 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 32, "DefaultThreadsPerCore": 2, "DefaultVCpus": 64, "ValidCores": [8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32], "ValidThreadsPerCore": [1, 2]}}, "r5a.24xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 13570, "BaselineIops": 60000, "BaselineThroughputInMBps": 1696.25, "MaximumBandwidthInMbps": 13570, "MaximumIops": 60000, "MaximumThroughputInMBps": 1696.25}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "r5a.24xlarge", "MemoryInfo": {"SizeInMiB": 786432}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "20 Gigabit"}], "NetworkPerformance": "20 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 48, "DefaultThreadsPerCore": 2, "DefaultVCpus": 96, "ValidCores": [12, 18, 24, 36, 48], "ValidThreadsPerCore": [1, 2]}}, "r5a.2xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1580, "BaselineIops": 8333, "BaselineThroughputInMBps": 197.5, "MaximumBandwidthInMbps": 2880, "MaximumIops": 16000, "MaximumThroughputInMBps": 360.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "r5a.2xlarge", "MemoryInfo": {"SizeInMiB": 65536}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 2, "DefaultVCpus": 8, "ValidCores": [2, 4], "ValidThreadsPerCore": [1, 2]}}, "r5a.4xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 2880, "BaselineIops": 16000, "BaselineThroughputInMBps": 360.0, "MaximumBandwidthInMbps": 2880, "MaximumIops": 16000, "MaximumThroughputInMBps": 360.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "r5a.4xlarge", "MemoryInfo": {"SizeInMiB": 131072}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 8, "DefaultThreadsPerCore": 2, "DefaultVCpus": 16, "ValidCores": [2, 4, 6, 8], "ValidThreadsPerCore": [1, 2]}}, "r5a.8xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 4750, "BaselineIops": 20000, "BaselineThroughputInMBps": 593.75, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "r5a.8xlarge", "MemoryInfo": {"SizeInMiB": 262144}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 16, "DefaultThreadsPerCore": 2, "DefaultVCpus": 32, "ValidCores": [4, 6, 8, 10, 12, 14, 16], "ValidThreadsPerCore": [1, 2]}}, "r5a.large": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 650, "BaselineIops": 3600, "BaselineThroughputInMBps": 81.25, "MaximumBandwidthInMbps": 2880, "MaximumIops": 16000, "MaximumThroughputInMBps": 360.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "r5a.large", "MemoryInfo": {"SizeInMiB": 16384}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 2, "DefaultVCpus": 2, "ValidCores": [1], "ValidThreadsPerCore": [1, 2]}}, "r5a.xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1085, "BaselineIops": 6000, "BaselineThroughputInMBps": 135.625, "MaximumBandwidthInMbps": 2880, "MaximumIops": 16000, "MaximumThroughputInMBps": 360.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "r5a.xlarge", "MemoryInfo": {"SizeInMiB": 32768}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 2, "DefaultVCpus": 4, "ValidCores": [2], "ValidThreadsPerCore": [1, 2]}}, "r5ad.12xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 6780, "BaselineIops": 30000, "BaselineThroughputInMBps": 847.5, "MaximumBandwidthInMbps": 6780, "MaximumIops": 30000, "MaximumThroughputInMBps": 847.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 900, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 1800}, "InstanceStorageSupported": true, "InstanceType": "r5ad.12xlarge", "MemoryInfo": {"SizeInMiB": 393216}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "10 Gigabit"}], "NetworkPerformance": "10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.2}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 24, "DefaultThreadsPerCore": 2, "DefaultVCpus": 48, "ValidCores": [6, 12, 18, 24], "ValidThreadsPerCore": [1, 2]}}, "r5ad.16xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 9500, "BaselineIops": 40000, "BaselineThroughputInMBps": 1187.5, "MaximumBandwidthInMbps": 9500, "MaximumIops": 40000, "MaximumThroughputInMBps": 1187.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 4, "SizeInGB": 600, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 2400}, "InstanceStorageSupported": true, "InstanceType": "r5ad.16xlarge", "MemoryInfo": {"SizeInMiB": 524288}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "12 Gigabit"}], "NetworkPerformance": "12 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 32, "DefaultThreadsPerCore": 2, "DefaultVCpus": 64, "ValidCores": [8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32], "ValidThreadsPerCore": [1, 2]}}, "r5ad.24xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 13570, "BaselineIops": 60000, "BaselineThroughputInMBps": 1696.25, "MaximumBandwidthInMbps": 13570, "MaximumIops": 60000, "MaximumThroughputInMBps": 1696.25}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 4, "SizeInGB": 900, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 3600}, "InstanceStorageSupported": true, "InstanceType": "r5ad.24xlarge", "MemoryInfo": {"SizeInMiB": 786432}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "20 Gigabit"}], "NetworkPerformance": "20 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.2}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 48, "DefaultThreadsPerCore": 2, "DefaultVCpus": 96, "ValidCores": [12, 18, 24, 36, 48], "ValidThreadsPerCore": [1, 2]}}, "r5ad.2xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1580, "BaselineIops": 8333, "BaselineThroughputInMBps": 197.5, "MaximumBandwidthInMbps": 2880, "MaximumIops": 16000, "MaximumThroughputInMBps": 360.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 300, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 300}, "InstanceStorageSupported": true, "InstanceType": "r5ad.2xlarge", "MemoryInfo": {"SizeInMiB": 65536}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.2}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 2, "DefaultVCpus": 8, "ValidCores": [2, 4], "ValidThreadsPerCore": [1, 2]}}, "r5ad.4xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 2880, "BaselineIops": 16000, "BaselineThroughputInMBps": 360.0, "MaximumBandwidthInMbps": 2880, "MaximumIops": 16000, "MaximumThroughputInMBps": 360.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 300, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 600}, "InstanceStorageSupported": true, "InstanceType": "r5ad.4xlarge", "MemoryInfo": {"SizeInMiB": 131072}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.2}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 8, "DefaultThreadsPerCore": 2, "DefaultVCpus": 16, "ValidCores": [2, 4, 6, 8], "ValidThreadsPerCore": [1, 2]}}, "r5ad.8xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 4750, "BaselineIops": 20000, "BaselineThroughputInMBps": 593.75, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 600, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 1200}, "InstanceStorageSupported": true, "InstanceType": "r5ad.8xlarge", "MemoryInfo": {"SizeInMiB": 262144}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 16, "DefaultThreadsPerCore": 2, "DefaultVCpus": 32, "ValidCores": [4, 6, 8, 10, 12, 14, 16], "ValidThreadsPerCore": [1, 2]}}, "r5ad.large": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 650, "BaselineIops": 3600, "BaselineThroughputInMBps": 81.25, "MaximumBandwidthInMbps": 2880, "MaximumIops": 16000, "MaximumThroughputInMBps": 360.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 75, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 75}, "InstanceStorageSupported": true, "InstanceType": "r5ad.large", "MemoryInfo": {"SizeInMiB": 16384}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.2}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 2, "DefaultVCpus": 2, "ValidCores": [1], "ValidThreadsPerCore": [1, 2]}}, "r5ad.xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1085, "BaselineIops": 6000, "BaselineThroughputInMBps": 135.625, "MaximumBandwidthInMbps": 2880, "MaximumIops": 16000, "MaximumThroughputInMBps": 360.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 150, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 150}, "InstanceStorageSupported": true, "InstanceType": "r5ad.xlarge", "MemoryInfo": {"SizeInMiB": 32768}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.2}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 2, "DefaultVCpus": 4, "ValidCores": [2], "ValidThreadsPerCore": [1, 2]}}, "r5b.12xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 30000, "BaselineIops": 130000, "BaselineThroughputInMBps": 3750.0, "MaximumBandwidthInMbps": 30000, "MaximumIops": 130000, "MaximumThroughputInMBps": 3750.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "r5b.12xlarge", "MemoryInfo": {"SizeInMiB": 393216}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "10 Gigabit"}], "NetworkPerformance": "10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 24, "DefaultThreadsPerCore": 2, "DefaultVCpus": 48, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24], "ValidThreadsPerCore": [1, 2]}}, "r5b.16xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 40000, "BaselineIops": 173333, "BaselineThroughputInMBps": 5000.0, "MaximumBandwidthInMbps": 40000, "MaximumIops": 173333, "MaximumThroughputInMBps": 5000.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "r5b.16xlarge", "MemoryInfo": {"SizeInMiB": 524288}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "20 Gigabit"}], "NetworkPerformance": "20 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 32, "DefaultThreadsPerCore": 2, "DefaultVCpus": 64, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32], "ValidThreadsPerCore": [1, 2]}}, "r5b.24xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 60000, "BaselineIops": 260000, "BaselineThroughputInMBps": 7500.0, "MaximumBandwidthInMbps": 60000, "MaximumIops": 260000, "MaximumThroughputInMBps": 7500.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "r5b.24xlarge", "MemoryInfo": {"SizeInMiB": 786432}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 48, "DefaultThreadsPerCore": 2, "DefaultVCpus": 96, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48], "ValidThreadsPerCore": [1, 2]}}, "r5b.2xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 5000, "BaselineIops": 21667, "BaselineThroughputInMBps": 625.0, "MaximumBandwidthInMbps": 10000, "MaximumIops": 43333, "MaximumThroughputInMBps": 1250.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "r5b.2xlarge", "MemoryInfo": {"SizeInMiB": 65536}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 2, "DefaultVCpus": 8, "ValidCores": [2, 4], "ValidThreadsPerCore": [1, 2]}}, "r5b.4xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 10000, "BaselineIops": 43333, "BaselineThroughputInMBps": 1250.0, "MaximumBandwidthInMbps": 10000, "MaximumIops": 43333, "MaximumThroughputInMBps": 1250.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "r5b.4xlarge", "MemoryInfo": {"SizeInMiB": 131072}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 8, "DefaultThreadsPerCore": 2, "DefaultVCpus": 16, "ValidCores": [2, 4, 6, 8], "ValidThreadsPerCore": [1, 2]}}, "r5b.8xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 20000, "BaselineIops": 86667, "BaselineThroughputInMBps": 2500.0, "MaximumBandwidthInMbps": 20000, "MaximumIops": 86667, "MaximumThroughputInMBps": 2500.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "r5b.8xlarge", "MemoryInfo": {"SizeInMiB": 262144}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "10 Gigabit"}], "NetworkPerformance": "10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 16, "DefaultThreadsPerCore": 2, "DefaultVCpus": 32, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16], "ValidThreadsPerCore": [1, 2]}}, "r5b.large": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1250, "BaselineIops": 5417, "BaselineThroughputInMBps": 156.25, "MaximumBandwidthInMbps": 10000, "MaximumIops": 43333, "MaximumThroughputInMBps": 1250.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "r5b.large", "MemoryInfo": {"SizeInMiB": 16384}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 2, "DefaultVCpus": 2, "ValidCores": [1], "ValidThreadsPerCore": [1, 2]}}, "r5b.metal": {"AutoRecoverySupported": false, "BareMetal": true, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 60000, "BaselineIops": 260000, "BaselineThroughputInMBps": 7500.0, "MaximumBandwidthInMbps": 60000, "MaximumIops": 260000, "MaximumThroughputInMBps": 7500.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "InstanceStorageSupported": false, "InstanceType": "r5b.metal", "MemoryInfo": {"SizeInMiB": 786432}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultVCpus": 96}}, "r5b.xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 2500, "BaselineIops": 10833, "BaselineThroughputInMBps": 312.5, "MaximumBandwidthInMbps": 10000, "MaximumIops": 43333, "MaximumThroughputInMBps": 1250.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "r5b.xlarge", "MemoryInfo": {"SizeInMiB": 32768}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 2, "DefaultVCpus": 4, "ValidCores": [1, 2], "ValidThreadsPerCore": [1, 2]}}, "r5d.12xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 9500, "BaselineIops": 40000, "BaselineThroughputInMBps": 1187.5, "MaximumBandwidthInMbps": 9500, "MaximumIops": 40000, "MaximumThroughputInMBps": 1187.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 900, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 1800}, "InstanceStorageSupported": true, "InstanceType": "r5d.12xlarge", "MemoryInfo": {"SizeInMiB": 393216}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "10 Gigabit"}], "NetworkPerformance": "10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 24, "DefaultThreadsPerCore": 2, "DefaultVCpus": 48, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24], "ValidThreadsPerCore": [1, 2]}}, "r5d.16xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 13600, "BaselineIops": 60000, "BaselineThroughputInMBps": 1700.0, "MaximumBandwidthInMbps": 13600, "MaximumIops": 60000, "MaximumThroughputInMBps": 1700.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 4, "SizeInGB": 600, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 2400}, "InstanceStorageSupported": true, "InstanceType": "r5d.16xlarge", "MemoryInfo": {"SizeInMiB": 524288}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "20 Gigabit"}], "NetworkPerformance": "20 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 32, "DefaultThreadsPerCore": 2, "DefaultVCpus": 64, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32], "ValidThreadsPerCore": [1, 2]}}, "r5d.24xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 19000, "BaselineIops": 80000, "BaselineThroughputInMBps": 2375.0, "MaximumBandwidthInMbps": 19000, "MaximumIops": 80000, "MaximumThroughputInMBps": 2375.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 4, "SizeInGB": 900, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 3600}, "InstanceStorageSupported": true, "InstanceType": "r5d.24xlarge", "MemoryInfo": {"SizeInMiB": 786432}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 48, "DefaultThreadsPerCore": 2, "DefaultVCpus": 96, "ValidCores": [4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48], "ValidThreadsPerCore": [1, 2]}}, "r5d.2xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 2300, "BaselineIops": 12000, "BaselineThroughputInMBps": 287.5, "MaximumBandwidthInMbps": 4750, "MaximumIops": 18750, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 300, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 300}, "InstanceStorageSupported": true, "InstanceType": "r5d.2xlarge", "MemoryInfo": {"SizeInMiB": 65536}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 2, "DefaultVCpus": 8, "ValidCores": [2, 4], "ValidThreadsPerCore": [1, 2]}}, "r5d.4xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 4750, "BaselineIops": 18750, "BaselineThroughputInMBps": 593.75, "MaximumBandwidthInMbps": 4750, "MaximumIops": 18750, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 300, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 600}, "InstanceStorageSupported": true, "InstanceType": "r5d.4xlarge", "MemoryInfo": {"SizeInMiB": 131072}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 8, "DefaultThreadsPerCore": 2, "DefaultVCpus": 16, "ValidCores": [2, 4, 6, 8], "ValidThreadsPerCore": [1, 2]}}, "r5d.8xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 6800, "BaselineIops": 30000, "BaselineThroughputInMBps": 850.0, "MaximumBandwidthInMbps": 6800, "MaximumIops": 30000, "MaximumThroughputInMBps": 850.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 600, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 1200}, "InstanceStorageSupported": true, "InstanceType": "r5d.8xlarge", "MemoryInfo": {"SizeInMiB": 262144}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "10 Gigabit"}], "NetworkPerformance": "10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 16, "DefaultThreadsPerCore": 2, "DefaultVCpus": 32, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16], "ValidThreadsPerCore": [1, 2]}}, "r5d.large": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 650, "BaselineIops": 3600, "BaselineThroughputInMBps": 81.25, "MaximumBandwidthInMbps": 4750, "MaximumIops": 18750, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 75, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 75}, "InstanceStorageSupported": true, "InstanceType": "r5d.large", "MemoryInfo": {"SizeInMiB": 16384}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 2, "DefaultVCpus": 2, "ValidCores": [1], "ValidThreadsPerCore": [1, 2]}}, "r5d.metal": {"AutoRecoverySupported": false, "BareMetal": true, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 19000, "BaselineIops": 80000, "BaselineThroughputInMBps": 2375.0, "MaximumBandwidthInMbps": 19000, "MaximumIops": 80000, "MaximumThroughputInMBps": 2375.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "InstanceStorageInfo": {"Disks": [{"Count": 4, "SizeInGB": 900, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 3600}, "InstanceStorageSupported": true, "InstanceType": "r5d.metal", "MemoryInfo": {"SizeInMiB": 786432}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultVCpus": 96}}, "r5d.xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1150, "BaselineIops": 6000, "BaselineThroughputInMBps": 143.75, "MaximumBandwidthInMbps": 4750, "MaximumIops": 18750, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 150, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 150}, "InstanceStorageSupported": true, "InstanceType": "r5d.xlarge", "MemoryInfo": {"SizeInMiB": 32768}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 2, "DefaultVCpus": 4, "ValidCores": [2], "ValidThreadsPerCore": [1, 2]}}, "r5dn.12xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 9500, "BaselineIops": 40000, "BaselineThroughputInMBps": 1187.5, "MaximumBandwidthInMbps": 9500, "MaximumIops": 40000, "MaximumThroughputInMBps": 1187.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 900, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 1800}, "InstanceStorageSupported": true, "InstanceType": "r5dn.12xlarge", "MemoryInfo": {"SizeInMiB": 393216}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "50 Gigabit"}], "NetworkPerformance": "50 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 24, "DefaultThreadsPerCore": 2, "DefaultVCpus": 48, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24], "ValidThreadsPerCore": [1, 2]}}, "r5dn.16xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 13600, "BaselineIops": 60000, "BaselineThroughputInMBps": 1700.0, "MaximumBandwidthInMbps": 13600, "MaximumIops": 60000, "MaximumThroughputInMBps": 1700.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 4, "SizeInGB": 600, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 2400}, "InstanceStorageSupported": true, "InstanceType": "r5dn.16xlarge", "MemoryInfo": {"SizeInMiB": 524288}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "75 Gigabit"}], "NetworkPerformance": "75 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 32, "DefaultThreadsPerCore": 2, "DefaultVCpus": 64, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32], "ValidThreadsPerCore": [1, 2]}}, "r5dn.24xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 19000, "BaselineIops": 80000, "BaselineThroughputInMBps": 2375.0, "MaximumBandwidthInMbps": 19000, "MaximumIops": 80000, "MaximumThroughputInMBps": 2375.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 4, "SizeInGB": 900, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 3600}, "InstanceStorageSupported": true, "InstanceType": "r5dn.24xlarge", "MemoryInfo": {"SizeInMiB": 786432}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": true, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "100 Gigabit"}], "NetworkPerformance": "100 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 48, "DefaultThreadsPerCore": 2, "DefaultVCpus": 96, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48], "ValidThreadsPerCore": [1, 2]}}, "r5dn.2xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 2300, "BaselineIops": 12000, "BaselineThroughputInMBps": 287.5, "MaximumBandwidthInMbps": 4750, "MaximumIops": 15000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 300, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 300}, "InstanceStorageSupported": true, "InstanceType": "r5dn.2xlarge", "MemoryInfo": {"SizeInMiB": 65536}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 25 Gigabit"}], "NetworkPerformance": "Up to 25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 2, "DefaultVCpus": 8, "ValidCores": [2, 4], "ValidThreadsPerCore": [1, 2]}}, "r5dn.4xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 4750, "BaselineIops": 15000, "BaselineThroughputInMBps": 593.75, "MaximumBandwidthInMbps": 4750, "MaximumIops": 15000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 300, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 600}, "InstanceStorageSupported": true, "InstanceType": "r5dn.4xlarge", "MemoryInfo": {"SizeInMiB": 131072}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 25 Gigabit"}], "NetworkPerformance": "Up to 25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 8, "DefaultThreadsPerCore": 2, "DefaultVCpus": 16, "ValidCores": [2, 4, 6, 8], "ValidThreadsPerCore": [1, 2]}}, "r5dn.8xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 6800, "BaselineIops": 30000, "BaselineThroughputInMBps": 850.0, "MaximumBandwidthInMbps": 6800, "MaximumIops": 30000, "MaximumThroughputInMBps": 850.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 600, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 1200}, "InstanceStorageSupported": true, "InstanceType": "r5dn.8xlarge", "MemoryInfo": {"SizeInMiB": 262144}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 16, "DefaultThreadsPerCore": 2, "DefaultVCpus": 32, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16], "ValidThreadsPerCore": [1, 2]}}, "r5dn.large": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 650, "BaselineIops": 3000, "BaselineThroughputInMBps": 81.25, "MaximumBandwidthInMbps": 4750, "MaximumIops": 15000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 75, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 75}, "InstanceStorageSupported": true, "InstanceType": "r5dn.large", "MemoryInfo": {"SizeInMiB": 16384}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 25 Gigabit"}], "NetworkPerformance": "Up to 25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 2, "DefaultVCpus": 2, "ValidCores": [1], "ValidThreadsPerCore": [1, 2]}}, "r5dn.metal": {"AutoRecoverySupported": false, "BareMetal": true, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 19000, "BaselineIops": 80000, "BaselineThroughputInMBps": 2375.0, "MaximumBandwidthInMbps": 19000, "MaximumIops": 80000, "MaximumThroughputInMBps": 2375.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "InstanceStorageInfo": {"Disks": [{"Count": 4, "SizeInGB": 900, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 3600}, "InstanceStorageSupported": true, "InstanceType": "r5dn.metal", "MemoryInfo": {"SizeInMiB": 786432}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": true, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "100 Gigabit"}], "NetworkPerformance": "100 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultVCpus": 96}}, "r5dn.xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1150, "BaselineIops": 6000, "BaselineThroughputInMBps": 143.75, "MaximumBandwidthInMbps": 4750, "MaximumIops": 15000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 150, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 150}, "InstanceStorageSupported": true, "InstanceType": "r5dn.xlarge", "MemoryInfo": {"SizeInMiB": 32768}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 25 Gigabit"}], "NetworkPerformance": "Up to 25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 2, "DefaultVCpus": 4, "ValidCores": [1, 2], "ValidThreadsPerCore": [1, 2]}}, "r5n.12xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 9500, "BaselineIops": 40000, "BaselineThroughputInMBps": 1187.5, "MaximumBandwidthInMbps": 9500, "MaximumIops": 40000, "MaximumThroughputInMBps": 1187.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "r5n.12xlarge", "MemoryInfo": {"SizeInMiB": 393216}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "50 Gigabit"}], "NetworkPerformance": "50 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 24, "DefaultThreadsPerCore": 2, "DefaultVCpus": 48, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24], "ValidThreadsPerCore": [1, 2]}}, "r5n.16xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 13600, "BaselineIops": 60000, "BaselineThroughputInMBps": 1700.0, "MaximumBandwidthInMbps": 13600, "MaximumIops": 60000, "MaximumThroughputInMBps": 1700.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "r5n.16xlarge", "MemoryInfo": {"SizeInMiB": 524288}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "75 Gigabit"}], "NetworkPerformance": "75 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 32, "DefaultThreadsPerCore": 2, "DefaultVCpus": 64, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32], "ValidThreadsPerCore": [1, 2]}}, "r5n.24xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 19000, "BaselineIops": 80000, "BaselineThroughputInMBps": 2375.0, "MaximumBandwidthInMbps": 19000, "MaximumIops": 80000, "MaximumThroughputInMBps": 2375.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "r5n.24xlarge", "MemoryInfo": {"SizeInMiB": 786432}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": true, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "100 Gigabit"}], "NetworkPerformance": "100 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 48, "DefaultThreadsPerCore": 2, "DefaultVCpus": 96, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48], "ValidThreadsPerCore": [1, 2]}}, "r5n.2xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 2300, "BaselineIops": 12000, "BaselineThroughputInMBps": 287.5, "MaximumBandwidthInMbps": 4750, "MaximumIops": 15000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "r5n.2xlarge", "MemoryInfo": {"SizeInMiB": 65536}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 25 Gigabit"}], "NetworkPerformance": "Up to 25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 2, "DefaultVCpus": 8, "ValidCores": [2, 4], "ValidThreadsPerCore": [1, 2]}}, "r5n.4xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 4750, "BaselineIops": 15000, "BaselineThroughputInMBps": 593.75, "MaximumBandwidthInMbps": 4750, "MaximumIops": 15000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "r5n.4xlarge", "MemoryInfo": {"SizeInMiB": 131072}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 25 Gigabit"}], "NetworkPerformance": "Up to 25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 8, "DefaultThreadsPerCore": 2, "DefaultVCpus": 16, "ValidCores": [2, 4, 6, 8], "ValidThreadsPerCore": [1, 2]}}, "r5n.8xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 6800, "BaselineIops": 30000, "BaselineThroughputInMBps": 850.0, "MaximumBandwidthInMbps": 6800, "MaximumIops": 30000, "MaximumThroughputInMBps": 850.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "r5n.8xlarge", "MemoryInfo": {"SizeInMiB": 262144}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 16, "DefaultThreadsPerCore": 2, "DefaultVCpus": 32, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16], "ValidThreadsPerCore": [1, 2]}}, "r5n.large": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 650, "BaselineIops": 3000, "BaselineThroughputInMBps": 81.25, "MaximumBandwidthInMbps": 4750, "MaximumIops": 15000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "r5n.large", "MemoryInfo": {"SizeInMiB": 16384}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 25 Gigabit"}], "NetworkPerformance": "Up to 25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 2, "DefaultVCpus": 2, "ValidCores": [1], "ValidThreadsPerCore": [1, 2]}}, "r5n.metal": {"AutoRecoverySupported": true, "BareMetal": true, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 19000, "BaselineIops": 80000, "BaselineThroughputInMBps": 2375.0, "MaximumBandwidthInMbps": 19000, "MaximumIops": 80000, "MaximumThroughputInMBps": 2375.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "InstanceStorageSupported": false, "InstanceType": "r5n.metal", "MemoryInfo": {"SizeInMiB": 786432}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": true, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "100 Gigabit"}], "NetworkPerformance": "100 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultVCpus": 96}}, "r5n.xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1150, "BaselineIops": 6000, "BaselineThroughputInMBps": 143.75, "MaximumBandwidthInMbps": 4750, "MaximumIops": 15000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "r5n.xlarge", "MemoryInfo": {"SizeInMiB": 32768}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 25 Gigabit"}], "NetworkPerformance": "Up to 25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 3.1}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 2, "DefaultVCpus": 4, "ValidCores": [1, 2], "ValidThreadsPerCore": [1, 2]}}, "r6g.12xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 14250, "BaselineIops": 50000, "BaselineThroughputInMBps": 1781.25, "MaximumBandwidthInMbps": 14250, "MaximumIops": 50000, "MaximumThroughputInMBps": 1781.25}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "r6g.12xlarge", "MemoryInfo": {"SizeInMiB": 393216}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "20 Gigabit"}], "NetworkPerformance": "20 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 48, "DefaultThreadsPerCore": 1, "DefaultVCpus": 48, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48], "ValidThreadsPerCore": [1]}}, "r6g.16xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 19000, "BaselineIops": 80000, "BaselineThroughputInMBps": 2375.0, "MaximumBandwidthInMbps": 19000, "MaximumIops": 80000, "MaximumThroughputInMBps": 2375.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "r6g.16xlarge", "MemoryInfo": {"SizeInMiB": 524288}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 64, "DefaultThreadsPerCore": 1, "DefaultVCpus": 64, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64], "ValidThreadsPerCore": [1]}}, "r6g.2xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 2375, "BaselineIops": 12000, "BaselineThroughputInMBps": 296.875, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "r6g.2xlarge", "MemoryInfo": {"SizeInMiB": 65536}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 8, "DefaultThreadsPerCore": 1, "DefaultVCpus": 8, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8], "ValidThreadsPerCore": [1]}}, "r6g.4xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 4750, "BaselineIops": 20000, "BaselineThroughputInMBps": 593.75, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "r6g.4xlarge", "MemoryInfo": {"SizeInMiB": 131072}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 16, "DefaultThreadsPerCore": 1, "DefaultVCpus": 16, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "ValidThreadsPerCore": [1]}}, "r6g.8xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 9500, "BaselineIops": 40000, "BaselineThroughputInMBps": 1187.5, "MaximumBandwidthInMbps": 9500, "MaximumIops": 40000, "MaximumThroughputInMBps": 1187.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "r6g.8xlarge", "MemoryInfo": {"SizeInMiB": 262144}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "12 Gigabit"}], "NetworkPerformance": "12 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 32, "DefaultThreadsPerCore": 1, "DefaultVCpus": 32, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32], "ValidThreadsPerCore": [1]}}, "r6g.large": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 630, "BaselineIops": 3600, "BaselineThroughputInMBps": 78.75, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "r6g.large", "MemoryInfo": {"SizeInMiB": 16384}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 1, "DefaultVCpus": 2, "ValidCores": [1, 2], "ValidThreadsPerCore": [1]}}, "r6g.medium": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 315, "BaselineIops": 2500, "BaselineThroughputInMBps": 39.375, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "r6g.medium", "MemoryInfo": {"SizeInMiB": 8192}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 4, "Ipv6AddressesPerInterface": 4, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 2, "NetworkCards": [{"MaximumNetworkInterfaces": 2, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 1, "DefaultVCpus": 1, "ValidCores": [1], "ValidThreadsPerCore": [1]}}, "r6g.metal": {"AutoRecoverySupported": true, "BareMetal": true, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 19000, "BaselineIops": 80000, "BaselineThroughputInMBps": 2375.0, "MaximumBandwidthInMbps": 19000, "MaximumIops": 80000, "MaximumThroughputInMBps": 2375.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "InstanceStorageSupported": false, "InstanceType": "r6g.metal", "MemoryInfo": {"SizeInMiB": 524288}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultVCpus": 64}}, "r6g.xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1188, "BaselineIops": 6000, "BaselineThroughputInMBps": 148.5, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "r6g.xlarge", "MemoryInfo": {"SizeInMiB": 32768}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 1, "DefaultVCpus": 4, "ValidCores": [1, 2, 3, 4], "ValidThreadsPerCore": [1]}}, "r6gd.12xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 14250, "BaselineIops": 50000, "BaselineThroughputInMBps": 1781.25, "MaximumBandwidthInMbps": 14250, "MaximumIops": 50000, "MaximumThroughputInMBps": 1781.25}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 1425, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 2850}, "InstanceStorageSupported": true, "InstanceType": "r6gd.12xlarge", "MemoryInfo": {"SizeInMiB": 393216}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "20 Gigabit"}], "NetworkPerformance": "20 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 48, "DefaultThreadsPerCore": 1, "DefaultVCpus": 48, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48], "ValidThreadsPerCore": [1]}}, "r6gd.16xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 19000, "BaselineIops": 80000, "BaselineThroughputInMBps": 2375.0, "MaximumBandwidthInMbps": 19000, "MaximumIops": 80000, "MaximumThroughputInMBps": 2375.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 1900, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 3800}, "InstanceStorageSupported": true, "InstanceType": "r6gd.16xlarge", "MemoryInfo": {"SizeInMiB": 524288}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 64, "DefaultThreadsPerCore": 1, "DefaultVCpus": 64, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64], "ValidThreadsPerCore": [1]}}, "r6gd.2xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 2375, "BaselineIops": 12000, "BaselineThroughputInMBps": 296.875, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 474, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 474}, "InstanceStorageSupported": true, "InstanceType": "r6gd.2xlarge", "MemoryInfo": {"SizeInMiB": 65536}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 8, "DefaultThreadsPerCore": 1, "DefaultVCpus": 8, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8], "ValidThreadsPerCore": [1]}}, "r6gd.4xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 4750, "BaselineIops": 20000, "BaselineThroughputInMBps": 593.75, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 950, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 950}, "InstanceStorageSupported": true, "InstanceType": "r6gd.4xlarge", "MemoryInfo": {"SizeInMiB": 131072}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 16, "DefaultThreadsPerCore": 1, "DefaultVCpus": 16, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "ValidThreadsPerCore": [1]}}, "r6gd.8xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 9500, "BaselineIops": 40000, "BaselineThroughputInMBps": 1187.5, "MaximumBandwidthInMbps": 9500, "MaximumIops": 40000, "MaximumThroughputInMBps": 1187.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 1900, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 1900}, "InstanceStorageSupported": true, "InstanceType": "r6gd.8xlarge", "MemoryInfo": {"SizeInMiB": 262144}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "12 Gigabit"}], "NetworkPerformance": "12 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 32, "DefaultThreadsPerCore": 1, "DefaultVCpus": 32, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32], "ValidThreadsPerCore": [1]}}, "r6gd.large": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 630, "BaselineIops": 3600, "BaselineThroughputInMBps": 78.75, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 118, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 118}, "InstanceStorageSupported": true, "InstanceType": "r6gd.large", "MemoryInfo": {"SizeInMiB": 16384}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 1, "DefaultVCpus": 2, "ValidCores": [1, 2], "ValidThreadsPerCore": [1]}}, "r6gd.medium": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 315, "BaselineIops": 2500, "BaselineThroughputInMBps": 39.375, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 59, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 59}, "InstanceStorageSupported": true, "InstanceType": "r6gd.medium", "MemoryInfo": {"SizeInMiB": 8192}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 4, "Ipv6AddressesPerInterface": 4, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 2, "NetworkCards": [{"MaximumNetworkInterfaces": 2, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 1, "DefaultVCpus": 1, "ValidCores": [1], "ValidThreadsPerCore": [1]}}, "r6gd.metal": {"AutoRecoverySupported": false, "BareMetal": true, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 19000, "BaselineIops": 80000, "BaselineThroughputInMBps": 2375.0, "MaximumBandwidthInMbps": 19000, "MaximumIops": 80000, "MaximumThroughputInMBps": 2375.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 1900, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 3800}, "InstanceStorageSupported": true, "InstanceType": "r6gd.metal", "MemoryInfo": {"SizeInMiB": 524288}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultVCpus": 64}}, "r6gd.xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1188, "BaselineIops": 6000, "BaselineThroughputInMBps": 148.5, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 237, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 237}, "InstanceStorageSupported": true, "InstanceType": "r6gd.xlarge", "MemoryInfo": {"SizeInMiB": 32768}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 1, "DefaultVCpus": 4, "ValidCores": [1, 2, 3, 4], "ValidThreadsPerCore": [1]}}, "t1.micro": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": false, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedSupport": "unsupported", "EncryptionSupport": "unsupported", "NvmeSupport": "unsupported"}, "FreeTierEligible": true, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageSupported": false, "InstanceType": "t1.micro", "MemoryInfo": {"SizeInMiB": 627}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 2, "Ipv6AddressesPerInterface": 0, "Ipv6Supported": false, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 2, "NetworkCards": [{"MaximumNetworkInterfaces": 2, "NetworkCardIndex": 0, "NetworkPerformance": "Very Low"}], "NetworkPerformance": "Very Low"}, "PlacementGroupInfo": {"SupportedStrategies": ["partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["i386", "x86_64"]}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["paravirtual", "hvm"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 1, "DefaultVCpus": 1, "ValidCores": [1], "ValidThreadsPerCore": [1]}}, "t2.2xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": true, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedSupport": "unsupported", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "xen", "InstanceStorageSupported": false, "InstanceType": "t2.2xlarge", "MemoryInfo": {"SizeInMiB": 32768}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Moderate"}], "NetworkPerformance": "Moderate"}, "PlacementGroupInfo": {"SupportedStrategies": ["partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 8, "DefaultThreadsPerCore": 1, "DefaultVCpus": 8, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8], "ValidThreadsPerCore": [1]}}, "t2.large": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": true, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedSupport": "unsupported", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "xen", "InstanceStorageSupported": false, "InstanceType": "t2.large", "MemoryInfo": {"SizeInMiB": 8192}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 12, "Ipv6AddressesPerInterface": 12, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Low to Moderate"}], "NetworkPerformance": "Low to Moderate"}, "PlacementGroupInfo": {"SupportedStrategies": ["partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 1, "DefaultVCpus": 2, "ValidCores": [1, 2], "ValidThreadsPerCore": [1]}}, "t2.medium": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": true, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedSupport": "unsupported", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "xen", "InstanceStorageSupported": false, "InstanceType": "t2.medium", "MemoryInfo": {"SizeInMiB": 4096}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 6, "Ipv6AddressesPerInterface": 6, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Low to Moderate"}], "NetworkPerformance": "Low to Moderate"}, "PlacementGroupInfo": {"SupportedStrategies": ["partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["i386", "x86_64"], "SustainedClockSpeedInGhz": 2.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 1, "DefaultVCpus": 2, "ValidCores": [1, 2], "ValidThreadsPerCore": [1]}}, "t2.micro": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": true, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedSupport": "unsupported", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": true, "HibernationSupported": true, "Hypervisor": "xen", "InstanceStorageSupported": false, "InstanceType": "t2.micro", "MemoryInfo": {"SizeInMiB": 1024}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 2, "Ipv6AddressesPerInterface": 2, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 2, "NetworkCards": [{"MaximumNetworkInterfaces": 2, "NetworkCardIndex": 0, "NetworkPerformance": "Low to Moderate"}], "NetworkPerformance": "Low to Moderate"}, "PlacementGroupInfo": {"SupportedStrategies": ["partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["i386", "x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 1, "DefaultVCpus": 1, "ValidCores": [1], "ValidThreadsPerCore": [1]}}, "t2.nano": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": true, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedSupport": "unsupported", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "xen", "InstanceStorageSupported": false, "InstanceType": "t2.nano", "MemoryInfo": {"SizeInMiB": 512}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 2, "Ipv6AddressesPerInterface": 2, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 2, "NetworkCards": [{"MaximumNetworkInterfaces": 2, "NetworkCardIndex": 0, "NetworkPerformance": "Low to Moderate"}], "NetworkPerformance": "Low to Moderate"}, "PlacementGroupInfo": {"SupportedStrategies": ["partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["i386", "x86_64"], "SustainedClockSpeedInGhz": 2.4}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 1, "DefaultVCpus": 1, "ValidCores": [1], "ValidThreadsPerCore": [1]}}, "t2.small": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": true, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedSupport": "unsupported", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "xen", "InstanceStorageSupported": false, "InstanceType": "t2.small", "MemoryInfo": {"SizeInMiB": 2048}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 4, "Ipv6AddressesPerInterface": 4, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Low to Moderate"}], "NetworkPerformance": "Low to Moderate"}, "PlacementGroupInfo": {"SupportedStrategies": ["partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["i386", "x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 1, "DefaultVCpus": 1, "ValidCores": [1], "ValidThreadsPerCore": [1]}}, "t2.xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": true, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedSupport": "unsupported", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "xen", "InstanceStorageSupported": false, "InstanceType": "t2.xlarge", "MemoryInfo": {"SizeInMiB": 16384}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "unsupported", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Moderate"}], "NetworkPerformance": "Moderate"}, "PlacementGroupInfo": {"SupportedStrategies": ["partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 1, "DefaultVCpus": 4, "ValidCores": [1, 2, 3, 4], "ValidThreadsPerCore": [1]}}, "t3.2xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": true, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 695, "BaselineIops": 4000, "BaselineThroughputInMBps": 86.875, "MaximumBandwidthInMbps": 2780, "MaximumIops": 15700, "MaximumThroughputInMBps": 347.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "t3.2xlarge", "MemoryInfo": {"SizeInMiB": 32768}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 5 Gigabit"}], "NetworkPerformance": "Up to 5 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 2, "DefaultVCpus": 8, "ValidCores": [2, 4], "ValidThreadsPerCore": [1, 2]}}, "t3.large": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": true, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 695, "BaselineIops": 4000, "BaselineThroughputInMBps": 86.875, "MaximumBandwidthInMbps": 2780, "MaximumIops": 15700, "MaximumThroughputInMBps": 347.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "t3.large", "MemoryInfo": {"SizeInMiB": 8192}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 12, "Ipv6AddressesPerInterface": 12, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 5 Gigabit"}], "NetworkPerformance": "Up to 5 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 2, "DefaultVCpus": 2, "ValidCores": [1], "ValidThreadsPerCore": [1, 2]}}, "t3.medium": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": true, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 347, "BaselineIops": 2000, "BaselineThroughputInMBps": 43.375, "MaximumBandwidthInMbps": 2085, "MaximumIops": 11800, "MaximumThroughputInMBps": 260.625}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "t3.medium", "MemoryInfo": {"SizeInMiB": 4096}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 6, "Ipv6AddressesPerInterface": 6, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 5 Gigabit"}], "NetworkPerformance": "Up to 5 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 2, "DefaultVCpus": 2, "ValidCores": [1], "ValidThreadsPerCore": [1, 2]}}, "t3.micro": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": true, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 87, "BaselineIops": 500, "BaselineThroughputInMBps": 10.875, "MaximumBandwidthInMbps": 2085, "MaximumIops": 11800, "MaximumThroughputInMBps": 260.625}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "t3.micro", "MemoryInfo": {"SizeInMiB": 1024}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 2, "Ipv6AddressesPerInterface": 2, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 2, "NetworkCards": [{"MaximumNetworkInterfaces": 2, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 5 Gigabit"}], "NetworkPerformance": "Up to 5 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 2, "DefaultVCpus": 2, "ValidCores": [1], "ValidThreadsPerCore": [1, 2]}}, "t3.nano": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": true, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 43, "BaselineIops": 250, "BaselineThroughputInMBps": 5.375, "MaximumBandwidthInMbps": 2085, "MaximumIops": 11800, "MaximumThroughputInMBps": 260.625}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "t3.nano", "MemoryInfo": {"SizeInMiB": 512}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 2, "Ipv6AddressesPerInterface": 2, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 2, "NetworkCards": [{"MaximumNetworkInterfaces": 2, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 5 Gigabit"}], "NetworkPerformance": "Up to 5 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 2, "DefaultVCpus": 2, "ValidCores": [1], "ValidThreadsPerCore": [1, 2]}}, "t3.small": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": true, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 174, "BaselineIops": 1000, "BaselineThroughputInMBps": 21.75, "MaximumBandwidthInMbps": 2085, "MaximumIops": 11800, "MaximumThroughputInMBps": 260.625}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "t3.small", "MemoryInfo": {"SizeInMiB": 2048}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 4, "Ipv6AddressesPerInterface": 4, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 5 Gigabit"}], "NetworkPerformance": "Up to 5 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 2, "DefaultVCpus": 2, "ValidCores": [1], "ValidThreadsPerCore": [1, 2]}}, "t3.xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": true, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 695, "BaselineIops": 4000, "BaselineThroughputInMBps": 86.875, "MaximumBandwidthInMbps": 2780, "MaximumIops": 15700, "MaximumThroughputInMBps": 347.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "t3.xlarge", "MemoryInfo": {"SizeInMiB": 16384}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 5 Gigabit"}], "NetworkPerformance": "Up to 5 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 2, "DefaultVCpus": 4, "ValidCores": [2], "ValidThreadsPerCore": [1, 2]}}, "t3a.2xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": true, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 695, "BaselineIops": 4000, "BaselineThroughputInMBps": 86.875, "MaximumBandwidthInMbps": 2780, "MaximumIops": 15700, "MaximumThroughputInMBps": 347.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "t3a.2xlarge", "MemoryInfo": {"SizeInMiB": 32768}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 5 Gigabit"}], "NetworkPerformance": "Up to 5 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.2}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 2, "DefaultVCpus": 8, "ValidCores": [2, 4], "ValidThreadsPerCore": [1, 2]}}, "t3a.large": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": true, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 695, "BaselineIops": 4000, "BaselineThroughputInMBps": 86.875, "MaximumBandwidthInMbps": 2780, "MaximumIops": 15700, "MaximumThroughputInMBps": 347.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "t3a.large", "MemoryInfo": {"SizeInMiB": 8192}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 12, "Ipv6AddressesPerInterface": 12, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 5 Gigabit"}], "NetworkPerformance": "Up to 5 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.2}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 2, "DefaultVCpus": 2, "ValidCores": [1], "ValidThreadsPerCore": [1, 2]}}, "t3a.medium": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": true, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 350, "BaselineIops": 2000, "BaselineThroughputInMBps": 43.75, "MaximumBandwidthInMbps": 2085, "MaximumIops": 11800, "MaximumThroughputInMBps": 260.625}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "t3a.medium", "MemoryInfo": {"SizeInMiB": 4096}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 6, "Ipv6AddressesPerInterface": 6, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 5 Gigabit"}], "NetworkPerformance": "Up to 5 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.2}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 2, "DefaultVCpus": 2, "ValidCores": [1], "ValidThreadsPerCore": [1, 2]}}, "t3a.micro": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": true, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 90, "BaselineIops": 500, "BaselineThroughputInMBps": 11.25, "MaximumBandwidthInMbps": 2085, "MaximumIops": 11800, "MaximumThroughputInMBps": 260.625}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "t3a.micro", "MemoryInfo": {"SizeInMiB": 1024}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 2, "Ipv6AddressesPerInterface": 2, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 2, "NetworkCards": [{"MaximumNetworkInterfaces": 2, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 5 Gigabit"}], "NetworkPerformance": "Up to 5 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.2}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 2, "DefaultVCpus": 2, "ValidCores": [1], "ValidThreadsPerCore": [1, 2]}}, "t3a.nano": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": true, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 45, "BaselineIops": 250, "BaselineThroughputInMBps": 5.625, "MaximumBandwidthInMbps": 2085, "MaximumIops": 11800, "MaximumThroughputInMBps": 260.625}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "t3a.nano", "MemoryInfo": {"SizeInMiB": 512}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 2, "Ipv6AddressesPerInterface": 2, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 2, "NetworkCards": [{"MaximumNetworkInterfaces": 2, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 5 Gigabit"}], "NetworkPerformance": "Up to 5 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.2}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 2, "DefaultVCpus": 2, "ValidCores": [1], "ValidThreadsPerCore": [1, 2]}}, "t3a.small": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": true, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 175, "BaselineIops": 1000, "BaselineThroughputInMBps": 21.875, "MaximumBandwidthInMbps": 2085, "MaximumIops": 11800, "MaximumThroughputInMBps": 260.625}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "t3a.small", "MemoryInfo": {"SizeInMiB": 2048}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 4, "Ipv6AddressesPerInterface": 4, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 2, "NetworkCards": [{"MaximumNetworkInterfaces": 2, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 5 Gigabit"}], "NetworkPerformance": "Up to 5 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.2}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 2, "DefaultVCpus": 2, "ValidCores": [1], "ValidThreadsPerCore": [1, 2]}}, "t3a.xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": true, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 695, "BaselineIops": 4000, "BaselineThroughputInMBps": 86.875, "MaximumBandwidthInMbps": 2780, "MaximumIops": 15700, "MaximumThroughputInMBps": 347.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": true, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "t3a.xlarge", "MemoryInfo": {"SizeInMiB": 16384}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 5 Gigabit"}], "NetworkPerformance": "Up to 5 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.2}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 2, "DefaultVCpus": 4, "ValidCores": [2], "ValidThreadsPerCore": [1, 2]}}, "t4g.2xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": true, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 695, "BaselineIops": 4000, "BaselineThroughputInMBps": 86.875, "MaximumBandwidthInMbps": 2780, "MaximumIops": 15700, "MaximumThroughputInMBps": 347.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "t4g.2xlarge", "MemoryInfo": {"SizeInMiB": 32768}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 5 Gigabit"}], "NetworkPerformance": "Up to 5 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 8, "DefaultThreadsPerCore": 1, "DefaultVCpus": 8, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8], "ValidThreadsPerCore": [1]}}, "t4g.large": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": true, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 695, "BaselineIops": 4000, "BaselineThroughputInMBps": 86.875, "MaximumBandwidthInMbps": 2780, "MaximumIops": 15700, "MaximumThroughputInMBps": 347.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "t4g.large", "MemoryInfo": {"SizeInMiB": 8192}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 12, "Ipv6AddressesPerInterface": 12, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 5 Gigabit"}], "NetworkPerformance": "Up to 5 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 1, "DefaultVCpus": 2, "ValidCores": [1, 2], "ValidThreadsPerCore": [1]}}, "t4g.medium": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": true, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 347, "BaselineIops": 2000, "BaselineThroughputInMBps": 43.375, "MaximumBandwidthInMbps": 2085, "MaximumIops": 11800, "MaximumThroughputInMBps": 260.625}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "t4g.medium", "MemoryInfo": {"SizeInMiB": 4096}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 6, "Ipv6AddressesPerInterface": 6, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 5 Gigabit"}], "NetworkPerformance": "Up to 5 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 1, "DefaultVCpus": 2, "ValidCores": [1, 2], "ValidThreadsPerCore": [1]}}, "t4g.micro": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": true, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 87, "BaselineIops": 500, "BaselineThroughputInMBps": 10.875, "MaximumBandwidthInMbps": 2085, "MaximumIops": 11800, "MaximumThroughputInMBps": 260.625}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "t4g.micro", "MemoryInfo": {"SizeInMiB": 1024}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 2, "Ipv6AddressesPerInterface": 2, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 2, "NetworkCards": [{"MaximumNetworkInterfaces": 2, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 5 Gigabit"}], "NetworkPerformance": "Up to 5 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 1, "DefaultVCpus": 2, "ValidCores": [1, 2], "ValidThreadsPerCore": [1]}}, "t4g.nano": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": true, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 43, "BaselineIops": 250, "BaselineThroughputInMBps": 5.375, "MaximumBandwidthInMbps": 2085, "MaximumIops": 11800, "MaximumThroughputInMBps": 260.625}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "t4g.nano", "MemoryInfo": {"SizeInMiB": 512}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 2, "Ipv6AddressesPerInterface": 2, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 2, "NetworkCards": [{"MaximumNetworkInterfaces": 2, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 5 Gigabit"}], "NetworkPerformance": "Up to 5 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 1, "DefaultVCpus": 2, "ValidCores": [1, 2], "ValidThreadsPerCore": [1]}}, "t4g.small": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": true, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 174, "BaselineIops": 1000, "BaselineThroughputInMBps": 21.75, "MaximumBandwidthInMbps": 2085, "MaximumIops": 11800, "MaximumThroughputInMBps": 260.625}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "t4g.small", "MemoryInfo": {"SizeInMiB": 2048}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 4, "Ipv6AddressesPerInterface": 4, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 5 Gigabit"}], "NetworkPerformance": "Up to 5 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 1, "DefaultVCpus": 2, "ValidCores": [1, 2], "ValidThreadsPerCore": [1]}}, "t4g.xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": true, "CurrentGeneration": true, "DedicatedHostsSupported": false, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 695, "BaselineIops": 4000, "BaselineThroughputInMBps": 86.875, "MaximumBandwidthInMbps": 2780, "MaximumIops": 15700, "MaximumThroughputInMBps": 347.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageSupported": false, "InstanceType": "t4g.xlarge", "MemoryInfo": {"SizeInMiB": 16384}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 5 Gigabit"}], "NetworkPerformance": "Up to 5 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["arm64"], "SustainedClockSpeedInGhz": 2.5}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 1, "DefaultVCpus": 4, "ValidCores": [1, 2, 3, 4], "ValidThreadsPerCore": [1]}}, "x1.16xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 7000, "BaselineIops": 40000, "BaselineThroughputInMBps": 875.0, "MaximumBandwidthInMbps": 7000, "MaximumIops": 40000, "MaximumThroughputInMBps": 875.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 1920, "Type": "ssd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 1920}, "InstanceStorageSupported": true, "InstanceType": "x1.16xlarge", "MemoryInfo": {"SizeInMiB": 999424}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "10 Gigabit"}], "NetworkPerformance": "10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.3}, "SupportedRootDeviceTypes": ["ebs", "instance-store"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 32, "DefaultThreadsPerCore": 2, "DefaultVCpus": 64, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32], "ValidThreadsPerCore": [1, 2]}}, "x1.32xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 14000, "BaselineIops": 80000, "BaselineThroughputInMBps": 1750.0, "MaximumBandwidthInMbps": 14000, "MaximumIops": 80000, "MaximumThroughputInMBps": 1750.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 1920, "Type": "ssd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 3840}, "InstanceStorageSupported": true, "InstanceType": "x1.32xlarge", "MemoryInfo": {"SizeInMiB": 1998848}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.3}, "SupportedRootDeviceTypes": ["ebs", "instance-store"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 64, "DefaultThreadsPerCore": 2, "DefaultVCpus": 128, "ValidCores": [4, 8, 12, 16, 20, 24, 28, 32, 36, 40, 44, 48, 52, 56, 60, 64], "ValidThreadsPerCore": [1, 2]}}, "x1e.16xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 7000, "BaselineIops": 40000, "BaselineThroughputInMBps": 875.0, "MaximumBandwidthInMbps": 7000, "MaximumIops": 40000, "MaximumThroughputInMBps": 875.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 1920, "Type": "ssd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 1920}, "InstanceStorageSupported": true, "InstanceType": "x1e.16xlarge", "MemoryInfo": {"SizeInMiB": 1998848}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "10 Gigabit"}], "NetworkPerformance": "10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 32, "DefaultThreadsPerCore": 2, "DefaultVCpus": 64, "ValidCores": [2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32], "ValidThreadsPerCore": [1, 2]}}, "x1e.2xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1000, "BaselineIops": 7400, "BaselineThroughputInMBps": 125.0, "MaximumBandwidthInMbps": 1000, "MaximumIops": 7400, "MaximumThroughputInMBps": 125.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 240, "Type": "ssd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 240}, "InstanceStorageSupported": true, "InstanceType": "x1e.2xlarge", "MemoryInfo": {"SizeInMiB": 249856}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 2, "DefaultVCpus": 8, "ValidCores": [1, 2, 3, 4], "ValidThreadsPerCore": [1, 2]}}, "x1e.32xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 14000, "BaselineIops": 80000, "BaselineThroughputInMBps": 1750.0, "MaximumBandwidthInMbps": 14000, "MaximumIops": 80000, "MaximumThroughputInMBps": 1750.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 1920, "Type": "ssd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 3840}, "InstanceStorageSupported": true, "InstanceType": "x1e.32xlarge", "MemoryInfo": {"SizeInMiB": 3997696}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 64, "DefaultThreadsPerCore": 2, "DefaultVCpus": 128, "ValidCores": [4, 8, 12, 16, 20, 24, 28, 32, 36, 40, 44, 48, 52, 56, 60, 64], "ValidThreadsPerCore": [1, 2]}}, "x1e.4xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1750, "BaselineIops": 10000, "BaselineThroughputInMBps": 218.75, "MaximumBandwidthInMbps": 1750, "MaximumIops": 10000, "MaximumThroughputInMBps": 218.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 480, "Type": "ssd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 480}, "InstanceStorageSupported": true, "InstanceType": "x1e.4xlarge", "MemoryInfo": {"SizeInMiB": 499712}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 8, "DefaultThreadsPerCore": 2, "DefaultVCpus": 16, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8], "ValidThreadsPerCore": [1, 2]}}, "x1e.8xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 3500, "BaselineIops": 20000, "BaselineThroughputInMBps": 437.5, "MaximumBandwidthInMbps": 3500, "MaximumIops": 20000, "MaximumThroughputInMBps": 437.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 960, "Type": "ssd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 960}, "InstanceStorageSupported": true, "InstanceType": "x1e.8xlarge", "MemoryInfo": {"SizeInMiB": 999424}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 16, "DefaultThreadsPerCore": 2, "DefaultVCpus": 32, "ValidCores": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "ValidThreadsPerCore": [1, 2]}}, "x1e.xlarge": {"AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 500, "BaselineIops": 3700, "BaselineThroughputInMBps": 62.5, "MaximumBandwidthInMbps": 500, "MaximumIops": 3700, "MaximumThroughputInMBps": 62.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "unsupported"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "xen", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 120, "Type": "ssd"}], "NvmeSupport": "unsupported", "TotalSizeInGB": 120}, "InstanceStorageSupported": true, "InstanceType": "x1e.xlarge", "MemoryInfo": {"SizeInMiB": 124928}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "supported", "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 2.3}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 2, "DefaultVCpus": 4, "ValidCores": [1, 2], "ValidThreadsPerCore": [1, 2]}}, "z1d.12xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 19000, "BaselineIops": 80000, "BaselineThroughputInMBps": 2375.0, "MaximumBandwidthInMbps": 19000, "MaximumIops": 80000, "MaximumThroughputInMBps": 2375.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 900, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 1800}, "InstanceStorageSupported": true, "InstanceType": "z1d.12xlarge", "MemoryInfo": {"SizeInMiB": 393216}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 4.0}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 24, "DefaultThreadsPerCore": 2, "DefaultVCpus": 48, "ValidCores": [4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24], "ValidThreadsPerCore": [1, 2]}}, "z1d.2xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 3170, "BaselineIops": 13333, "BaselineThroughputInMBps": 396.25, "MaximumBandwidthInMbps": 3170, "MaximumIops": 13333, "MaximumThroughputInMBps": 396.25}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 300, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 300}, "InstanceStorageSupported": true, "InstanceType": "z1d.2xlarge", "MemoryInfo": {"SizeInMiB": 65536}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 4.0}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 4, "DefaultThreadsPerCore": 2, "DefaultVCpus": 8, "ValidCores": [2, 4], "ValidThreadsPerCore": [1, 2]}}, "z1d.3xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 4750, "BaselineIops": 20000, "BaselineThroughputInMBps": 593.75, "MaximumBandwidthInMbps": 4750, "MaximumIops": 20000, "MaximumThroughputInMBps": 593.75}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 450, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 450}, "InstanceStorageSupported": true, "InstanceType": "z1d.3xlarge", "MemoryInfo": {"SizeInMiB": 98304}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 4.0}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 6, "DefaultThreadsPerCore": 2, "DefaultVCpus": 12, "ValidCores": [2, 4, 6], "ValidThreadsPerCore": [1, 2]}}, "z1d.6xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 9500, "BaselineIops": 40000, "BaselineThroughputInMBps": 1187.5, "MaximumBandwidthInMbps": 9500, "MaximumIops": 40000, "MaximumThroughputInMBps": 1187.5}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 900, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 900}, "InstanceStorageSupported": true, "InstanceType": "z1d.6xlarge", "MemoryInfo": {"SizeInMiB": 196608}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 30, "Ipv6AddressesPerInterface": 30, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 8, "NetworkCards": [{"MaximumNetworkInterfaces": 8, "NetworkCardIndex": 0, "NetworkPerformance": "10 Gigabit"}], "NetworkPerformance": "10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 4.0}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 12, "DefaultThreadsPerCore": 2, "DefaultVCpus": 24, "ValidCores": [2, 4, 6, 8, 10, 12], "ValidThreadsPerCore": [1, 2]}}, "z1d.large": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 800, "BaselineIops": 3333, "BaselineThroughputInMBps": 100.0, "MaximumBandwidthInMbps": 3170, "MaximumIops": 13333, "MaximumThroughputInMBps": 396.25}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 75, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 75}, "InstanceStorageSupported": true, "InstanceType": "z1d.large", "MemoryInfo": {"SizeInMiB": 16384}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 10, "Ipv6AddressesPerInterface": 10, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 3, "NetworkCards": [{"MaximumNetworkInterfaces": 3, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 4.0}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 1, "DefaultThreadsPerCore": 2, "DefaultVCpus": 2, "ValidCores": [1], "ValidThreadsPerCore": [1, 2]}}, "z1d.metal": {"AutoRecoverySupported": false, "BareMetal": true, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 19000, "BaselineIops": 80000, "BaselineThroughputInMBps": 2375.0, "MaximumBandwidthInMbps": 19000, "MaximumIops": 80000, "MaximumThroughputInMBps": 2375.0}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "InstanceStorageInfo": {"Disks": [{"Count": 2, "SizeInGB": 900, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 1800}, "InstanceStorageSupported": true, "InstanceType": "z1d.metal", "MemoryInfo": {"SizeInMiB": 393216}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 50, "Ipv6AddressesPerInterface": 50, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 15, "NetworkCards": [{"MaximumNetworkInterfaces": 15, "NetworkCardIndex": 0, "NetworkPerformance": "25 Gigabit"}], "NetworkPerformance": "25 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 4.0}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultVCpus": 48}}, "z1d.xlarge": {"AutoRecoverySupported": false, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": {"EbsOptimizedInfo": {"BaselineBandwidthInMbps": 1580, "BaselineIops": 6667, "BaselineThroughputInMBps": 197.5, "MaximumBandwidthInMbps": 3170, "MaximumIops": 13333, "MaximumThroughputInMBps": 396.25}, "EbsOptimizedSupport": "default", "EncryptionSupport": "supported", "NvmeSupport": "required"}, "FreeTierEligible": false, "HibernationSupported": false, "Hypervisor": "nitro", "InstanceStorageInfo": {"Disks": [{"Count": 1, "SizeInGB": 150, "Type": "ssd"}], "NvmeSupport": "required", "TotalSizeInGB": 150}, "InstanceStorageSupported": true, "InstanceType": "z1d.xlarge", "MemoryInfo": {"SizeInMiB": 32768}, "NetworkInfo": {"DefaultNetworkCardIndex": 0, "EfaSupported": false, "EnaSupport": "required", "Ipv4AddressesPerInterface": 15, "Ipv6AddressesPerInterface": 15, "Ipv6Supported": true, "MaximumNetworkCards": 1, "MaximumNetworkInterfaces": 4, "NetworkCards": [{"MaximumNetworkInterfaces": 4, "NetworkCardIndex": 0, "NetworkPerformance": "Up to 10 Gigabit"}], "NetworkPerformance": "Up to 10 Gigabit"}, "PlacementGroupInfo": {"SupportedStrategies": ["cluster", "partition", "spread"]}, "ProcessorInfo": {"SupportedArchitectures": ["x86_64"], "SustainedClockSpeedInGhz": 4.0}, "SupportedRootDeviceTypes": ["ebs"], "SupportedUsageClasses": ["on-demand", "spot"], "SupportedVirtualizationTypes": ["hvm"], "VCpuInfo": {"DefaultCores": 2, "DefaultThreadsPerCore": 2, "DefaultVCpus": 4, "ValidCores": [1, 2], "ValidThreadsPerCore": [1, 2]}}} \ No newline at end of file diff --git a/moto/ec2/responses/instances.py b/moto/ec2/responses/instances.py index b0b9faf8b..8c6f8b043 100644 --- a/moto/ec2/responses/instances.py +++ b/moto/ec2/responses/instances.py @@ -825,23 +825,25 @@ EC2_DESCRIBE_INSTANCE_TYPES = """ {% for instance_type in instance_types %} - {{ instance_type.apiname }} + {{ instance_type.InstanceType }} - {{ instance_type.vcpus|int }} - {{ instance_type.vcpus|int }} - 1 + {{ instance_type.get('VCpuInfo', {}).get('DefaultVCpus', 0)|int }} + {{ instance_type.get('VCpuInfo', {}).get('DefaultCores', 0)|int }} + {{ instance_type.get('VCpuInfo').get('DefaultThreadsPerCore', 0)|int }} - {{ instance_type.memory|int }} + {{ instance_type.get('MemoryInfo', {}).get('SizeInMiB', 0)|int }} - {{ instance_type.storage|int }} + {{ instance_type.get('InstanceStorageInfo', {}).get('TotalSizeInGB', 0)|int }} + {% for arch in instance_type.get('ProcessorInfo', {}).get('SupportedArchitectures', []) %} - x86_64 + {{ arch }} + {% endfor %} diff --git a/requirements-dev.txt b/requirements-dev.txt index c78e53ad3..22299aba1 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -10,5 +10,4 @@ prompt-toolkit==2.0.10 # 3.x is not available with python2 click==6.7 inflection==0.3.1 lxml==4.2.3 -beautifulsoup4==4.6.0 diff --git a/scripts/get_instance_info.py b/scripts/get_instance_info.py index 7aea257f8..d8f0b4188 100755 --- a/scripts/get_instance_info.py +++ b/scripts/get_instance_info.py @@ -3,157 +3,43 @@ import json import os import subprocess -import requests -from bs4 import BeautifulSoup +from time import sleep -class Instance(object): - def __init__(self, instance): - self.instance = instance - - def _get_td(self, td): - return self.instance.find("td", attrs={"class": td}) - - def _get_sort(self, td): - return float(self.instance.find("td", attrs={"class": td}).find("span")["sort"]) - - @property - def name(self): - return self._get_td("name").text.strip() - - @property - def apiname(self): - return self._get_td("apiname").text.strip() - - @property - def memory(self): - return self._get_sort("memory") - - @property - def computeunits(self): - return self._get_sort("computeunits") - - @property - def vcpus(self): - return self._get_sort("vcpus") - - @property - def gpus(self): - return int(self._get_td("gpus").text.strip()) - - @property - def fpga(self): - return int(self._get_td("fpga").text.strip()) - - @property - def ecu_per_vcpu(self): - return self._get_sort("ecu-per-vcpu") - - @property - def physical_processor(self): - return self._get_td("physical_processor").text.strip() - - @property - def clock_speed_ghz(self): - return self._get_td("clock_speed_ghz").text.strip() - - @property - def intel_avx(self): - return self._get_td("intel_avx").text.strip() - - @property - def intel_avx2(self): - return self._get_td("intel_avx2").text.strip() - - @property - def intel_turbo(self): - return self._get_td("intel_turbo").text.strip() - - @property - def storage(self): - return self._get_sort("storage") - - @property - def architecture(self): - return self._get_td("architecture").text.strip() - - @property - def network_perf(self): # 2 == low - return self._get_sort("networkperf") - - @property - def ebs_max_bandwidth(self): - return self._get_sort("ebs-max-bandwidth") - - @property - def ebs_throughput(self): - return self._get_sort("ebs-throughput") - - @property - def ebs_iops(self): - return self._get_sort("ebs-iops") - - @property - def max_ips(self): - return int(self._get_td("maxips").text.strip()) - - @property - def enhanced_networking(self): - return self._get_td("enhanced-networking").text.strip() != "No" - - @property - def vpc_only(self): - return self._get_td("vpc-only").text.strip() != "No" - - @property - def ipv6_support(self): - return self._get_td("ipv6-support").text.strip() != "No" - - @property - def placement_group_support(self): - return self._get_td("placement-group-support").text.strip() != "No" - - @property - def linux_virtualization(self): - return self._get_td("linux-virtualization").text.strip() - - def to_dict(self): - result = {} - - for attr in [ - x - for x in self.__class__.__dict__.keys() - if not x.startswith("_") and x != "to_dict" - ]: - try: - result[attr] = getattr(self, attr) - except ValueError as ex: - if "'N/A'" in str(ex): - print( - "Skipping attribute '{0}' for instance type '{1}' (not found)".format( - attr, self.name - ) - ) - else: - raise - - return self.apiname, result +import boto3 +from boto3 import Session def main(): - print("Getting HTML from http://www.ec2instances.info") - page_request = requests.get("http://www.ec2instances.info") - soup = BeautifulSoup(page_request.text, "html.parser") - data_table = soup.find(id="data") + print("Getting InstanceTypes from all regions") + regions = [] + regions.extend(Session().get_available_regions("ec2")) + regions.extend(Session().get_available_regions("ec2", partition_name="aws-us-gov")) + regions.extend(Session().get_available_regions("ec2", partition_name="aws-cn")) + print("Found " + str(len(regions)) + " regions") - print("Finding data in table") - instances = data_table.find("tbody").find_all("tr") + instances = [] + for region in regions: + try: + ec2 = boto3.client("ec2", region_name=region) + offerings = ec2.describe_instance_types() + instances.extend(offerings["InstanceTypes"]) + next_token = offerings.get("NextToken", "") + while next_token: + offerings = ec2.describe_instance_types( + NextToken=next_token + ) + instances.extend(offerings["InstanceTypes"]) + next_token = offerings.get("NextToken", None) + except Exception: + print("Could not fetch instance types from region:", region) + # We don't want it to look like we're DDOS'ing AWS + sleep(1) print("Parsing data") result = {} for instance in instances: - instance_id, instance_data = Instance(instance).to_dict() - result[instance_id] = instance_data + result[instance.get('InstanceType')] = instance root_dir = ( subprocess.check_output(["git", "rev-parse", "--show-toplevel"])