Class InstanceClass
What class and generation of instance to use.
Inheritance
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public sealed class InstanceClass : Enum
Syntax (vb)
Public NotInheritable Class InstanceClass
Inherits
Enum
Remarks
We have both symbolic and concrete enums for every type.
The first are for people that want to specify by purpose, the second one are for people who already know exactly what 'R4' means.
ExampleMetadata: infused
Examples
// Creates a distribution from an EC2 instance
Vpc vpc;
// Create an EC2 instance in a VPC. 'subnetType' can be private.
var instance = new Instance(this, "Instance", new InstanceProps {
Vpc = vpc,
InstanceType = InstanceType.Of(InstanceClass.BURSTABLE3, InstanceSize.MICRO),
MachineImage = MachineImage.LatestAmazonLinux2023(),
VpcSubnets = new SubnetSelection { SubnetType = SubnetType.PRIVATE_WITH_EGRESS }
});
new Distribution(this, "myDist", new DistributionProps {
DefaultBehavior = new BehaviorOptions { Origin = VpcOrigin.WithEc2Instance(instance) }
});
Synopsis
Fields
A1 | Arm processor based instances, 1st generation. |
ARM1 | Arm processor based instances, 1st generation. |
BURSTABLE2 | Burstable instances, 2nd generation. |
BURSTABLE3 | Burstable instances, 3rd generation. |
BURSTABLE3_AMD | Burstable instances based on AMD EPYC, 3rd generation. |
BURSTABLE4_GRAVITON | Burstable instances, 4th generation with Graviton2 processors. |
C3 | Compute optimized instances, 3rd generation. |
C4 | Compute optimized instances, 4th generation. |
C5 | Compute optimized instances, 5th generation. |
C5A | Compute optimized instances based on AMD EPYC, 5th generation. |
C5AD | Compute optimized instances with local NVME drive based on AMD EPYC, 5th generation. |
C5D | Compute optimized instances with local NVME drive, 5th generation. |
C5N | Compute optimized instances for high performance computing, 5th generation. |
C6A | Compute optimized instances based on AMD EPYC (codename Milan), 6th generation. |
C6G | Compute optimized instances for high performance computing, 6th generation with Graviton2 processors. |
C6GD | Compute optimized instances for high performance computing, 6th generation with Graviton2 processors and local NVME drive. |
C6GN | Compute optimized instances for high performance computing, 6th generation with Graviton2 processors and high network bandwidth capabilities. |
C6I | Compute optimized instances, 6th generation. |
C6ID | Compute optimized instances with local NVME drive, 6th generation. |
C6IN | Compute optimized instances for high performance computing, 6th generation. |
C7A | Compute optimized instances based on 4th generation AMD EPYC (codename Genoa), 7th generation. |
C7G | Compute optimized instances for high performance computing, 7th generation with Graviton3 processors. |
C7GD | Compute optimized instances for high performance computing, 7th generation with Graviton3 processors and local NVME drive. |
C7GN | Compute optimized instances for high performance computing, 7th generation with Graviton3 processors and high network bandwidth capabilities. |
C7I | Compute optimized instances based on Intel Xeon Scalable (Sapphire Rapids) processors, 7th generation. |
C7I_FLEX | Compute optimized instances based on Intel Xeon Scalable (Sapphire Rapids) processors, 7th generation C7i-flex instances efficiently use compute resources to deliver a baseline level of performance with the ability to scale up to the full compute performance a majority of the time. |
C8G | Compute optimized instances for high performance computing, 8th generation with Graviton4 processors. |
COMPUTE3 | Compute optimized instances, 3rd generation. |
COMPUTE4 | Compute optimized instances, 4th generation. |
COMPUTE5 | Compute optimized instances, 5th generation. |
COMPUTE5_AMD | Compute optimized instances based on AMD EPYC, 5th generation. |
COMPUTE5_AMD_NVME_DRIVE | Compute optimized instances with local NVME drive based on AMD EPYC, 5th generation. |
COMPUTE5_HIGH_PERFORMANCE | Compute optimized instances for high performance computing, 5th generation. |
COMPUTE5_NVME_DRIVE | Compute optimized instances with local NVME drive, 5th generation. |
COMPUTE6_AMD | Compute optimized instances based on AMD EPYC (codename Milan), 6th generation. |
COMPUTE6_GRAVITON2 | Compute optimized instances for high performance computing, 6th generation with Graviton2 processors. |
COMPUTE6_GRAVITON2_HIGH_NETWORK_BANDWIDTH | Compute optimized instances for high performance computing, 6th generation with Graviton2 processors and high network bandwidth capabilities. |
COMPUTE6_GRAVITON2_NVME_DRIVE | Compute optimized instances for high performance computing, 6th generation with Graviton2 processors and local NVME drive. |
COMPUTE6_INTEL | Compute optimized instances, 6th generation. |
COMPUTE6_INTEL_HIGH_PERFORMANCE | Compute optimized instances for high performance computing, 6th generation. |
COMPUTE6_INTEL_NVME_DRIVE | Compute optimized instances with local NVME drive, 6th generation. |
COMPUTE7_AMD | Compute optimized instances based on 4th generation AMD EPYC (codename Genoa), 7th generation. |
COMPUTE7_GRAVITON3 | Compute optimized instances for high performance computing, 7th generation with Graviton3 processors. |
COMPUTE7_GRAVITON3_HIGH_NETWORK_BANDWIDTH | Compute optimized instances for high performance computing, 7th generation with Graviton3 processors and high network bandwidth capabilities. |
COMPUTE7_GRAVITON3_NVME_DRIVE | Compute optimized instances for high performance computing, 7th generation with Graviton3 processors and local NVME drive. |
COMPUTE7_INTEL | Compute optimized instances based on Intel Xeon Scalable (Sapphire Rapids) processors, 7th generation. |
COMPUTE7_INTEL_FLEX | Compute optimized instances based on Intel Xeon Scalable (Sapphire Rapids) processors, 7th generation C7i-flex instances efficiently use compute resources to deliver a baseline level of performance with the ability to scale up to the full compute performance a majority of the time. |
COMPUTE8_GRAVITON4 | Compute optimized instances for high performance computing, 8th generation with Graviton4 processors. |
D2 | Storage-optimized instances, 2nd generation. |
D3 | Storage-optimized instances, 3rd generation. |
D3EN | Storage-optimized instances, 3rd generation. |
DEEP_LEARNING1 | Deep learning instances powered by Gaudi accelerators from Habana Labs (an Intel company), 1st generation. |
DEEP_LEARNING2_QUALCOMM | Deep learning instances powered by Qualcomm AI 100 Standard accelerators, 2nd generation. |
DL1 | Deep learning instances powered by Gaudi accelerators from Habana Labs (an Intel company), 1st generation. |
DL2Q | Deep learning instances powered by Qualcomm AI 100 Standard accelerators, 2nd generation. |
F1 | Instances with customizable hardware acceleration, 1st generation. |
F2 | Instances with customizable hardware acceleration, 2nd generation. |
FPGA1 | Instances with customizable hardware acceleration, 1st generation. |
FPGA2 | Instances with customizable hardware acceleration, 2nd generation. |
G3 | Graphics-optimized instances, 3rd generation. |
G3S | Graphics-optimized instances, 3rd generation. |
G4AD | Graphics-optimized instances based on AMD EPYC And Radeon Pro GPU (NAVI) with local NVME drive, 4th generation. |
G4DN | Graphics-optimized instances with NVME drive for high performance computing, 4th generation. |
G5 | Graphics-optimized instances, 5th generation. |
G5G | Graphics-optimized instances powered by AWS Graviton2 Processors and NVIDIA T4G Tensor Core GPUs, 5th generation. |
G6 | Graphics-optimized instances, 6th generation. |
G6E | Cost-efficient GPU-based instances for AI inference and spatial computing workloads, 6th generation. |
GR6 | Graphics-optimized instances, 6th generation Gr6 instances offer a 1:8 vCPU to RAM ratio, making them better suited for graphics workloads with higher memory requirements. |
GRAPHICS_RAM_6 | Graphics-optimized instances, 6th generation Gr6 instances offer a 1:8 vCPU to RAM ratio, making them better suited for graphics workloads with higher memory requirements. |
GRAPHICS3 | Graphics-optimized instances, 3rd generation. |
GRAPHICS3_SMALL | Graphics-optimized instances, 3rd generation. |
GRAPHICS4_AMD_NVME_DRIVE | Graphics-optimized instances based on AMD EPYC And Radeon Pro GPU (NAVI) with local NVME drive, 4th generation. |
GRAPHICS4_NVME_DRIVE_HIGH_PERFORMANCE | Graphics-optimized instances with NVME drive for high performance computing, 4th generation. |
GRAPHICS5 | Graphics-optimized instances, 5th generation. |
GRAPHICS5_GRAVITON2 | Graphics-optimized instances powered by AWS Graviton2 Processors and NVIDIA T4G Tensor Core GPUs, 5th generation. |
GRAPHICS6 | Graphics-optimized instances, 6th generation. |
GRAPHICS6_EFFICIENT | Cost-efficient GPU-based instances for AI inference and spatial computing workloads, 6th generation. |
H1 | Storage/compute balanced instances, 1st generation. |
HIGH_COMPUTE_MEMORY1 | High memory and compute capacity instances, 1st generation. |
HIGH_MEMORY_12TB_1 | High memory instances (12TB) based on Intel Xeon Platinum 8176M (Skylake) processors, 1st generation. |
HIGH_MEMORY_12TB_7 | High memory instances (12TB) based on 4th Generation Intel Xeon Scalable processors (Sapphire Rapids), 7th generation. |
HIGH_MEMORY_18TB_1 | High memory instances (18TB) based on Intel Xeon Scalable (Cascade Lake) processors, 1st generation. |
HIGH_MEMORY_24TB_1 | High memory instances (24TB) based on Intel Xeon Scalable (Cascade Lake) processors, 1st generation. |
HIGH_MEMORY_3TB_1 | High memory instances (3TB) based on Intel Xeon Platinum 8176M (Skylake) processors, 1st generation. |
HIGH_MEMORY_6TB_1 | High memory instances (6TB) based on Intel Xeon Platinum 8176M (Skylake) processors, 1st generation. |
HIGH_MEMORY_6TB_7 | High memory instances (6TB) based on 4th Generation Intel Xeon Scalable processors (Sapphire Rapids), 7th generation. |
HIGH_MEMORY_8TB_7 | High memory instances (8TB) based on 4th Generation Intel Xeon Scalable processors (Sapphire Rapids), 7th generation. |
HIGH_MEMORY_9TB_1 | High memory instances (9TB) based on Intel Xeon Platinum 8176M (Skylake) processors, 1st generation. |
HIGH_MEMORY_HIGH_NETWORK_16TB_7 | High memory, network-intensive instances (16TB) based on 4th Generation Intel Xeon Scalable processors (Sapphire Rapids), 7th generation. |
HIGH_MEMORY_HIGH_NETWORK_24TB_7 | High memory, network-intensive instances (24TB) based on 4th Generation Intel Xeon Scalable processors (Sapphire Rapids), 7th generation. |
HIGH_MEMORY_HIGH_NETWORK_32TB_7 | High memory, network-intensive instances (32TB) based on 4th Generation Intel Xeon Scalable processors (Sapphire Rapids), 7th generation. |
HIGH_MEMORY_HIGH_NETWORK_HPE_32TB_7 | High memory, network-intensive instances (32TB) based on 4th Generation Intel Xeon Scalable processors (Sapphire Rapids), 7th generation U7inh instances use Hewlett Packard Enterprise (HPE) Compute Scale Up Server 3200. |
HIGH_PERFORMANCE_COMPUTING6_AMD | High performance computing based on AMD EPYC, 6th generation. |
HIGH_PERFORMANCE_COMPUTING6_INTEL_NVME_DRIVE | High performance computing with local NVME drive based on 6th generation with Intel Xeon Scalable processors (3rd generation processors code named Ice Lake), 6th generation. |
HIGH_PERFORMANCE_COMPUTING7_AMD | High performance computing based on AMD EPYC, 7th generation. |
HIGH_PERFORMANCE_COMPUTING7_GRAVITON | High performance computing based on Graviton, 7th generation. |
HPC6A | High performance computing based on AMD EPYC, 6th generation. |
HPC6ID | High performance computing with local NVME drive based on 6th generation with Intel Xeon Scalable processors (3rd generation processors code named Ice Lake), 6th generation. |
HPC7A | High performance computing based on AMD EPYC, 7th generation. |
HPC7G | High performance computing based on Graviton, 7th generation. |
I3 | I/O-optimized instances, 3rd generation. |
I3EN | I/O-optimized instances with local NVME drive, 3rd generation. |
I4G | Storage optimized instances powered by Graviton2 processor, 4th generation. |
I4I | I/O-optimized instances with local NVME drive powered by Intel Xeon Scalable processors (code named Ice Lake), 4th generation. |
I7IE | Storage optimized instances powered by 5th generation Intel Xeon Scalable processors, 7th generation. |
I8G | Storage optimized instances powered by Graviton4 processor, 8th generation. |
IM4GN | Storage optimized instances powered by Graviton2 processor, 4th generation. |
INF1 | Inferentia Chips based instances for machine learning inference applications, 1st generation. |
INF2 | Inferentia Chips based instances for machine learning inference applications, 2nd generation. |
INFERENCE1 | Inferentia Chips based instances for machine learning inference applications, 1st generation. |
INFERENCE2 | Inferentia Chips based instances for machine learning inference applications, 2nd generation. |
IO3 | I/O-optimized instances, 3rd generation. |
IO3_DENSE_NVME_DRIVE | I/O-optimized instances with local NVME drive, 3rd generation. |
IO4_INTEL | I/O-optimized instances with local NVME drive powered by Intel Xeon Scalable processors (code named Ice Lake), 4th generation. |
IS4GEN | Storage optimized instances powered by Graviton2 processor, 4th generation. |
M3 | Standard instances, 3rd generation. |
M4 | Standard instances, 4th generation. |
M5 | Standard instances, 5th generation. |
M5A | Standard instances based on AMD EPYC, 5th generation. |
M5AD | Standard instances based on AMD EPYC with local NVME drive, 5th generation. |
M5D | Standard instances with local NVME drive, 5th generation. |
M5DN | Standard instances with local NVME drive for high performance computing, 5th generation. |
M5N | Standard instances for high performance computing, 5th generation. |
M5ZN | Standard instances with high memory and compute capacity based on Intel Xeon Scalable (Cascade Lake) processors, 5nd generation. |
M6A | Standard instances based on 3rd Gen AMD EPYC processors, 6th generation. |
M6G | Arm processor based instances, 2nd generation. |
M6GD | Standard instances, 6th generation with Graviton2 processors and local NVME drive. |
M6I | Standard instances based on Intel (Ice Lake), 6th generation. |
M6ID | Standard instances based on Intel (Ice Lake) with local NVME drive, 6th generation. |
M6IDN | Standard instances with local NVME drive for high performance computing powered by Intel Xeon Scalable processors (code named Ice Lake), 6th generation. |
M6IN | Standard instances for high performance computing powered by Intel Xeon Scalable processors (code named Ice Lake), 6th generation. |
M7A | Standard instances based on 4th generation AMD EPYC (codename Genoa), 7th generation. |
M7G | Standard instances, 7th generation with Graviton3 processors. |
M7GD | Standard instances, 7th generation with Graviton3 processors and local NVME drive. |
M7I | Standard instances with high memory and compute capacity based on Intel Xeon Scalable (Sapphire Rapids) processors, 7th generation. |
M7I_FLEX | Flexible instances with high memory and compute capacity based on Intel Xeon Scalable (Sapphire Rapids) processors, 7th generation The M7i-Flex instances deliver a baseline of 40% CPU performance, and can scale up to full CPU performance 95% of the time. |
M8G | Standard instances, 8th generation with Graviton4 processors. |
MAC1 | Macintosh instances built on Apple Mac mini computers, 1st generation with Intel procesors. |
MAC2 | Macintosh instances built on Apple Mac mini 2020 computers, 2nd generation with Apple silicon M1 processors. |
MAC2_M1ULTRA | Macintosh instances built on 2022 Mac Studio hardware powered by Apple silicon M1 Ultra processors. |
MAC2_M2 | Macintosh instances built on Apple Mac mini 2023 computers, 2nd generation with Apple silicon M2 processors. |
MAC2_M2PRO | Macintosh instances built on Apple Mac mini 2023 computers, 2nd generation with Apple silicon M2 Pro processors. |
MACINTOSH1_INTEL | Macintosh instances built on Apple Mac mini computers, 1st generation with Intel procesors. |
MACINTOSH2_M1 | Macintosh instances built on Apple Mac mini 2020 computers, 2nd generation with Apple silicon M1 processors. |
MACINTOSH2_M1_ULTRA | Macintosh instances built on 2022 Mac Studio hardware powered by Apple silicon M1 Ultra processors. |
MACINTOSH2_M2 | Macintosh instances built on Apple Mac mini 2023 computers, 2nd generation with Apple silicon M2 processors. |
MACINTOSH2_M2_PRO | Macintosh instances built on Apple Mac mini 2023 computers, 2nd generation with Apple silicon M2 Pro processors. |
MEMORY_INTENSIVE_1 | Memory-intensive instances, 1st generation. |
MEMORY_INTENSIVE_1_EXTENDED | Memory-intensive instances, extended, 1st generation. |
MEMORY_INTENSIVE_2_GRAVITON2 | Memory-intensive instances, 2nd generation with Graviton2 processors. |
MEMORY_INTENSIVE_2_GRAVITON2_NVME_DRIVE | Memory-intensive instances, 2nd generation with Graviton2 processors and local NVME drive. |
MEMORY_INTENSIVE_2_INTEL | Memory-intensive instances with higher network bandwith and local NVME drive, Intel Xeon Scalable (Ice Lake) processors. |
MEMORY_INTENSIVE_2_XT_INTEL | Memory-intensive instances with higher network bandwith, local NVME drive, and extended memory. |
MEMORY_INTENSIVE_2_XTZ_INTEL | Memory-intensive instances with higher network bandwith and single-threaded performance, Intel Xeon Scalable (Cascade Lake) processors. |
MEMORY_INTENSIVE_8_GRAVITON | Memory-intensive instances powered by Graviton4 processors, 8th generation. |
MEMORY3 | Memory optimized instances, 3rd generation. |
MEMORY4 | Memory optimized instances, 4th generation. |
MEMORY5 | Memory optimized instances, 5th generation. |
MEMORY5_AMD | Memory optimized instances based on AMD EPYC, 5th generation. |
MEMORY5_AMD_NVME_DRIVE | Memory optimized instances based on AMD EPYC with local NVME drive, 5th generation. |
MEMORY5_EBS_OPTIMIZED | Memory optimized instances that are also EBS-optimized, 5th generation. |
MEMORY5_HIGH_PERFORMANCE | Memory optimized instances for high performance computing, 5th generation. |
MEMORY5_NVME_DRIVE | Memory optimized instances with local NVME drive, 5th generation. |
MEMORY5_NVME_DRIVE_HIGH_PERFORMANCE | Memory optimized instances with local NVME drive for high performance computing, 5th generation. |
MEMORY6_AMD | Memory optimized instances based on AMD EPYC, 6th generation. |
MEMORY6_GRAVITON | Memory optimized instances, 6th generation with Graviton2 processors. |
MEMORY6_GRAVITON2_NVME_DRIVE | Memory optimized instances, 6th generation with Graviton2 processors and local NVME drive. |
MEMORY6_INTEL | Memory optimized instances, 6th generation with Intel Xeon Scalable processors (3rd generation processors code named Ice Lake). |
MEMORY6_INTEL_HIGH_PERFORMANCE | Memory optimized instances for high performance computing powered by Intel Xeon Scalable processors (code named Ice Lake), 6th generation. |
MEMORY6_INTEL_NVME_DRIVE | Memory optimized instances with local NVME drive, 6th generation with Intel Xeon Scalable processors (3rd generation processors code named Ice Lake). |
MEMORY6_INTEL_NVME_DRIVE_HIGH_PERFORMANCE | Memory optimized instances with local NVME drive for high performance computing powered by Intel Xeon Scalable processors (code named Ice Lake), 6th generation. |
MEMORY7_AMD | Memory optimized instances based on 4th generation AMD EPYC (codename Genoa), 7th generation. |
MEMORY7_GRAVITON | Memory optimized instances, 7th generation with Graviton3 processors. |
MEMORY7_GRAVITON3_NVME_DRIVE | Memory optimized instances, 7th generation with Graviton3 processors and local NVME drive. |
MEMORY7_INTEL | Memory optimized instances based on Intel Xeon Scalable (Sapphire Rapids) processors, 7th generation, with sustained 3.9GHz turbo frequency. |
MEMORY7_INTEL_BASE | Memory optimized instances based on Intel Xeon Scalable (Sapphire Rapids) processors, 7th generation w/ 3.2GHz turbo frequency. |
MEMORY8_GRAVITON | Memory optimized instances with Graviton4 processors. |
P2 | Parallel-processing optimized instances, 2nd generation. |
P3 | Parallel-processing optimized instances, 3rd generation. |
P3DN | Parallel-processing optimized instances with local NVME drive for high performance computing, 3rd generation. |
P4D | Parallel-processing optimized instances, 4th generation. |
P4DE | Parallel-processing optimized instances with local NVME drive, extended, 4th generation (in developer preview). |
P5 | Parallel-processing optimized instances powered by NVIDIA H100 Tensor Core GPUs, 5th generation. |
P5E | Parallel-processing optimized instances, 5th generation. |
P5EN | Parallel-processing optimized instances, 5th generation. |
PARALLEL2 | Parallel-processing optimized instances, 2nd generation. |
PARALLEL3 | Parallel-processing optimized instances, 3rd generation. |
PARALLEL3_NVME_DRIVE_HIGH_PERFORMANCE | Parallel-processing optimized instances with local NVME drive for high performance computing, 3rd generation. |
PARALLEL4 | Parallel-processing optimized instances, 4th generation. |
PARALLEL4_NVME_DRIVE_EXTENDED | Parallel-processing optimized instances with local NVME drive, extended, 4th generation (in developer preview). |
PARALLEL5 | Parallel-processing optimized instances powered by NVIDIA H100 Tensor Core GPUs, 5th generation. |
PARALLEL5_EXTENDED | Parallel-processing optimized instances powered by NVIDIA H200 Tensor Core GPUs, 5th generation. |
PARALLEL5_EXTENDED_NETWORK | Parallel-processing, network-optimized instances powered by NVIDIA H200 Tensor Core GPUs, 5th generation P5en instances pair NVIDIA H200 Tensor Core GPUs with Intel Sapphire Rapids CPU, enabling Gen5 PCIe between CPU and GPU. |
R3 | Memory optimized instances, 3rd generation. |
R4 | Memory optimized instances, 4th generation. |
R5 | Memory optimized instances, 5th generation. |
R5A | Memory optimized instances based on AMD EPYC, 5th generation. |
R5AD | Memory optimized instances based on AMD EPYC with local NVME drive, 5th generation. |
R5B | Memory optimized instances that are also EBS-optimized, 5th generation. |
R5D | Memory optimized instances with local NVME drive, 5th generation. |
R5DN | Memory optimized instances with local NVME drive for high performance computing, 5th generation. |
R5N | Memory optimized instances for high performance computing, 5th generation. |
R6A | Memory optimized instances based on AMD EPYC, 6th generation. |
R6G | Memory optimized instances, 6th generation with Graviton2 processors. |
R6GD | Memory optimized instances, 6th generation with Graviton2 processors and local NVME drive. |
R6I | Memory optimized instances, 6th generation with Intel Xeon Scalable processors (3rd generation processors code named Ice Lake). |
R6ID | Memory optimized instances with local NVME drive, 6th generation with Intel Xeon Scalable processors (3rd generation processors code named Ice Lake). |
R6IDN | Memory optimized instances with local NVME drive for high performance computing powered by Intel Xeon Scalable processors (code named Ice Lake), 6th generation. |
R6IN | Memory optimized instances for high performance computing powered by Intel Xeon Scalable processors (code named Ice Lake), 6th generation. |
R7A | Memory optimized instances based on 4th generation AMD EPYC (codename Genoa), 7th generation. |
R7G | Memory optimized instances, 7th generation with Graviton3 processors. |
R7GD | Memory optimized instances, 7th generation with Graviton3 processors and local NVME drive. |
R7I | Memory optimized instances based on Intel Xeon Scalable (Sapphire Rapids) processors, 7th generation w/ 3.2GHz turbo frequency. |
R7IZ | Memory optimized instances based on Intel Xeon Scalable (Sapphire Rapids) processors, 7th generation, with sustained 3.9GHz turbo frequency. |
R8G | Memory optimized instances with Graviton4 processors. |
STANDARD3 | Standard instances, 3rd generation. |
STANDARD4 | Standard instances, 4th generation. |
STANDARD5 | Standard instances, 5th generation. |
STANDARD5_AMD | Standard instances based on AMD EPYC, 5th generation. |
STANDARD5_AMD_NVME_DRIVE | Standard instances based on AMD EPYC with local NVME drive, 5th generation. |
STANDARD5_HIGH_COMPUTE | Standard instances with high memory and compute capacity based on Intel Xeon Scalable (Cascade Lake) processors, 5nd generation. |
STANDARD5_HIGH_PERFORMANCE | Standard instances for high performance computing, 5th generation. |
STANDARD5_NVME_DRIVE | Standard instances with local NVME drive, 5th generation. |
STANDARD5_NVME_DRIVE_HIGH_PERFORMANCE | Standard instances with local NVME drive for high performance computing, 5th generation. |
STANDARD6_AMD | Standard instances based on 3rd Gen AMD EPYC processors, 6th generation. |
STANDARD6_GRAVITON | Arm processor based instances, 2nd generation. |
STANDARD6_GRAVITON2_NVME_DRIVE | Standard instances, 6th generation with Graviton2 processors and local NVME drive. |
STANDARD6_INTEL | Standard instances based on Intel (Ice Lake), 6th generation. |
STANDARD6_INTEL_HIGH_PERFORMANCE | Standard instances for high performance computing powered by Intel Xeon Scalable processors (code named Ice Lake), 6th generation. |
STANDARD6_INTEL_NVME_DRIVE | Standard instances based on Intel (Ice Lake) with local NVME drive, 6th generation. |
STANDARD6_INTEL_NVME_DRIVE_HIGH_PERFORMANCE | Standard instances with local NVME drive for high performance computing powered by Intel Xeon Scalable processors (code named Ice Lake), 6th generation. |
STANDARD7_AMD | Standard instances based on 4th generation AMD EPYC (codename Genoa), 7th generation. |
STANDARD7_GRAVITON | Standard instances, 7th generation with Graviton3 processors. |
STANDARD7_GRAVITON3_NVME_DRIVE | Standard instances, 7th generation with Graviton3 processors and local NVME drive. |
STANDARD7_INTEL | Standard instances with high memory and compute capacity based on Intel Xeon Scalable (Sapphire Rapids) processors, 7th generation. |
STANDARD7_INTEL_FLEX | Flexible instances with high memory and compute capacity based on Intel Xeon Scalable (Sapphire Rapids) processors, 7th generation The M7i-Flex instances deliver a baseline of 40% CPU performance, and can scale up to full CPU performance 95% of the time. |
STANDARD8_GRAVITON | Standard instances, 8th generation with Graviton4 processors. |
STORAGE_COMPUTE_1 | Storage/compute balanced instances, 1st generation. |
STORAGE2 | Storage-optimized instances, 2nd generation. |
STORAGE3 | Storage-optimized instances, 3rd generation. |
STORAGE3_ENHANCED_NETWORK | Storage-optimized instances, 3rd generation. |
STORAGE4_GRAVITON | Storage optimized instances powered by Graviton2 processor, 4th generation. |
STORAGE4_GRAVITON_NETWORK_OPTIMIZED | Storage optimized instances powered by Graviton2 processor, 4th generation. |
STORAGE4_GRAVITON_NETWORK_STORAGE_OPTIMIZED | Storage optimized instances powered by Graviton2 processor, 4th generation. |
STORAGE7_INTEL_STORAGE_OPTIMIZED | Storage optimized instances powered by 5th generation Intel Xeon Scalable processors, 7th generation. |
STORAGE8_GRAVITON | Storage optimized instances powered by Graviton4 processor, 8th generation. |
T2 | Burstable instances, 2nd generation. |
T3 | Burstable instances, 3rd generation. |
T3A | Burstable instances based on AMD EPYC, 3rd generation. |
T4G | Burstable instances, 4th generation with Graviton2 processors. |
TRAINING_ACCELERATOR1 | High performance computing powered by AWS Trainium. |
TRAINING_ACCELERATOR1_ENHANCED_NETWORK | Network-optimized high performance computing powered by AWS Trainium. |
TRAINING_ACCELERATOR2 | High performance computing powered by AWS Trainium2, 2nd generation. |
TRAINING_ACCELERATOR2_ULTRASERVER | High performance computing powered by AWS Trainium2 and EC2 Ultra Servers, 2nd generation UltraServers connect multiple EC2 instances using a dedicated, high-bandwidth, low-latency accelerator interconnect. |
TRN1 | High performance computing powered by AWS Trainium. |
TRN1N | Network-optimized high performance computing powered by AWS Trainium. |
TRN2 | High performance computing powered by AWS Trainium2, 2nd generation. |
TRN2U | High performance computing powered by AWS Trainium2 and EC2 Ultra Servers, 2nd generation UltraServers connect multiple EC2 instances using a dedicated, high-bandwidth, low-latency accelerator interconnect. |
U_12TB1 | High memory instances (12TB) based on Intel Xeon Platinum 8176M (Skylake) processors, 1st generation. |
U_18TB1 | High memory instances (18TB) based on Intel Xeon Scalable (Cascade Lake) processors, 1st generation. |
U_24TB1 | High memory instances (24TB) based on Intel Xeon Scalable (Cascade Lake) processors, 1st generation. |
U_3TB1 | High memory instances (3TB) based on Intel Xeon Platinum 8176M (Skylake) processors, 1st generation. |
U_6TB1 | High memory instances (6TB) based on Intel Xeon Platinum 8176M (Skylake) processors, 1st generation. |
U_9TB1 | High memory instances (9TB) based on Intel Xeon Platinum 8176M (Skylake) processors, 1st generation. |
U7I_12TB | High memory instances (12TB) based on 4th Generation Intel Xeon Scalable processors (Sapphire Rapids), 7th generation. |
U7I_6TB | High memory instances (6TB) based on 4th Generation Intel Xeon Scalable processors (Sapphire Rapids), 7th generation. |
U7I_8TB | High memory instances (8TB) based on 4th Generation Intel Xeon Scalable processors (Sapphire Rapids), 7th generation. |
U7IN_16TB | High memory, network-intensive instances (16TB) based on 4th Generation Intel Xeon Scalable processors (Sapphire Rapids), 7th generation. |
U7IN_24TB | High memory, network-intensive instances (24TB) based on 4th Generation Intel Xeon Scalable processors (Sapphire Rapids), 7th generation. |
U7IN_32TB | High memory, network-intensive instances (32TB) based on 4th Generation Intel Xeon Scalable processors (Sapphire Rapids), 7th generation. |
U7INH_32TB | High memory, network-intensive instances (32TB) based on 4th Generation Intel Xeon Scalable processors (Sapphire Rapids), 7th generation U7inh instances use Hewlett Packard Enterprise (HPE) Compute Scale Up Server 3200. |
value__ | |
VIDEO_TRANSCODING1 | Multi-stream video transcoding instances for resolutions up to 4K UHD, 1st generation. |
VT1 | Multi-stream video transcoding instances for resolutions up to 4K UHD, 1st generation. |
X1 | Memory-intensive instances, 1st generation. |
X1E | Memory-intensive instances, extended, 1st generation. |
X2G | Memory-intensive instances, 2nd generation with Graviton2 processors. |
X2GD | Memory-intensive instances, 2nd generation with Graviton2 processors and local NVME drive. |
X2IDN | Memory-intensive instances with higher network bandwith and local NVME drive, Intel Xeon Scalable (Ice Lake) processors. |
X2IEDN | Memory-intensive instances with higher network bandwith, local NVME drive, and extended memory. |
X2IEZN | Memory-intensive instances with higher network bandwith and single-threaded performance, Intel Xeon Scalable (Cascade Lake) processors. |
X8G | Memory-intensive instances powered by Graviton4 processors, 8th generation. |
Z1D | High memory and compute capacity instances, 1st generation. |
Fields
A1
Arm processor based instances, 1st generation.
public const InstanceClass A1
Field Value
Type | Description |
---|---|
InstanceClass |
ARM1
Arm processor based instances, 1st generation.
public const InstanceClass ARM1
Field Value
Type | Description |
---|---|
InstanceClass |
BURSTABLE2
Burstable instances, 2nd generation.
public const InstanceClass BURSTABLE2
Field Value
Type | Description |
---|---|
InstanceClass |
BURSTABLE3
Burstable instances, 3rd generation.
public const InstanceClass BURSTABLE3
Field Value
Type | Description |
---|---|
InstanceClass |
BURSTABLE3_AMD
Burstable instances based on AMD EPYC, 3rd generation.
public const InstanceClass BURSTABLE3_AMD
Field Value
Type | Description |
---|---|
InstanceClass |
BURSTABLE4_GRAVITON
Burstable instances, 4th generation with Graviton2 processors.
public const InstanceClass BURSTABLE4_GRAVITON
Field Value
Type | Description |
---|---|
InstanceClass |
C3
Compute optimized instances, 3rd generation.
public const InstanceClass C3
Field Value
Type | Description |
---|---|
InstanceClass |
C4
Compute optimized instances, 4th generation.
public const InstanceClass C4
Field Value
Type | Description |
---|---|
InstanceClass |
C5
Compute optimized instances, 5th generation.
public const InstanceClass C5
Field Value
Type | Description |
---|---|
InstanceClass |
C5A
Compute optimized instances based on AMD EPYC, 5th generation.
public const InstanceClass C5A
Field Value
Type | Description |
---|---|
InstanceClass |
C5AD
Compute optimized instances with local NVME drive based on AMD EPYC, 5th generation.
public const InstanceClass C5AD
Field Value
Type | Description |
---|---|
InstanceClass |
C5D
Compute optimized instances with local NVME drive, 5th generation.
public const InstanceClass C5D
Field Value
Type | Description |
---|---|
InstanceClass |
C5N
Compute optimized instances for high performance computing, 5th generation.
public const InstanceClass C5N
Field Value
Type | Description |
---|---|
InstanceClass |
C6A
Compute optimized instances based on AMD EPYC (codename Milan), 6th generation.
public const InstanceClass C6A
Field Value
Type | Description |
---|---|
InstanceClass |
C6G
Compute optimized instances for high performance computing, 6th generation with Graviton2 processors.
public const InstanceClass C6G
Field Value
Type | Description |
---|---|
InstanceClass |
C6GD
Compute optimized instances for high performance computing, 6th generation with Graviton2 processors and local NVME drive.
public const InstanceClass C6GD
Field Value
Type | Description |
---|---|
InstanceClass |
C6GN
Compute optimized instances for high performance computing, 6th generation with Graviton2 processors and high network bandwidth capabilities.
public const InstanceClass C6GN
Field Value
Type | Description |
---|---|
InstanceClass |
C6I
Compute optimized instances, 6th generation.
public const InstanceClass C6I
Field Value
Type | Description |
---|---|
InstanceClass |
C6ID
Compute optimized instances with local NVME drive, 6th generation.
public const InstanceClass C6ID
Field Value
Type | Description |
---|---|
InstanceClass |
C6IN
Compute optimized instances for high performance computing, 6th generation.
public const InstanceClass C6IN
Field Value
Type | Description |
---|---|
InstanceClass |
C7A
Compute optimized instances based on 4th generation AMD EPYC (codename Genoa), 7th generation.
public const InstanceClass C7A
Field Value
Type | Description |
---|---|
InstanceClass |
C7G
Compute optimized instances for high performance computing, 7th generation with Graviton3 processors.
public const InstanceClass C7G
Field Value
Type | Description |
---|---|
InstanceClass |
C7GD
Compute optimized instances for high performance computing, 7th generation with Graviton3 processors and local NVME drive.
public const InstanceClass C7GD
Field Value
Type | Description |
---|---|
InstanceClass |
Remarks
This instance class is currently only available in US East (Ohio), US East (N. Virginia), US West (Oregon), and Europe (Ireland).
C7GN
Compute optimized instances for high performance computing, 7th generation with Graviton3 processors and high network bandwidth capabilities.
public const InstanceClass C7GN
Field Value
Type | Description |
---|---|
InstanceClass |
C7I
Compute optimized instances based on Intel Xeon Scalable (Sapphire Rapids) processors, 7th generation.
public const InstanceClass C7I
Field Value
Type | Description |
---|---|
InstanceClass |
C7I_FLEX
Compute optimized instances based on Intel Xeon Scalable (Sapphire Rapids) processors, 7th generation C7i-flex instances efficiently use compute resources to deliver a baseline level of performance with the ability to scale up to the full compute performance a majority of the time.
public const InstanceClass C7I_FLEX
Field Value
Type | Description |
---|---|
InstanceClass |
C8G
Compute optimized instances for high performance computing, 8th generation with Graviton4 processors.
public const InstanceClass C8G
Field Value
Type | Description |
---|---|
InstanceClass |
Remarks
This instance class is currently only available in US East (Ohio), US East (N. Virginia), US West (Oregon), and Europe (Frankfurt).
COMPUTE3
Compute optimized instances, 3rd generation.
public const InstanceClass COMPUTE3
Field Value
Type | Description |
---|---|
InstanceClass |
COMPUTE4
Compute optimized instances, 4th generation.
public const InstanceClass COMPUTE4
Field Value
Type | Description |
---|---|
InstanceClass |
COMPUTE5
Compute optimized instances, 5th generation.
public const InstanceClass COMPUTE5
Field Value
Type | Description |
---|---|
InstanceClass |
COMPUTE5_AMD
Compute optimized instances based on AMD EPYC, 5th generation.
public const InstanceClass COMPUTE5_AMD
Field Value
Type | Description |
---|---|
InstanceClass |
COMPUTE5_AMD_NVME_DRIVE
Compute optimized instances with local NVME drive based on AMD EPYC, 5th generation.
public const InstanceClass COMPUTE5_AMD_NVME_DRIVE
Field Value
Type | Description |
---|---|
InstanceClass |
COMPUTE5_HIGH_PERFORMANCE
Compute optimized instances for high performance computing, 5th generation.
public const InstanceClass COMPUTE5_HIGH_PERFORMANCE
Field Value
Type | Description |
---|---|
InstanceClass |
COMPUTE5_NVME_DRIVE
Compute optimized instances with local NVME drive, 5th generation.
public const InstanceClass COMPUTE5_NVME_DRIVE
Field Value
Type | Description |
---|---|
InstanceClass |
COMPUTE6_AMD
Compute optimized instances based on AMD EPYC (codename Milan), 6th generation.
public const InstanceClass COMPUTE6_AMD
Field Value
Type | Description |
---|---|
InstanceClass |
COMPUTE6_GRAVITON2
Compute optimized instances for high performance computing, 6th generation with Graviton2 processors.
public const InstanceClass COMPUTE6_GRAVITON2
Field Value
Type | Description |
---|---|
InstanceClass |
COMPUTE6_GRAVITON2_HIGH_NETWORK_BANDWIDTH
Compute optimized instances for high performance computing, 6th generation with Graviton2 processors and high network bandwidth capabilities.
public const InstanceClass COMPUTE6_GRAVITON2_HIGH_NETWORK_BANDWIDTH
Field Value
Type | Description |
---|---|
InstanceClass |
COMPUTE6_GRAVITON2_NVME_DRIVE
Compute optimized instances for high performance computing, 6th generation with Graviton2 processors and local NVME drive.
public const InstanceClass COMPUTE6_GRAVITON2_NVME_DRIVE
Field Value
Type | Description |
---|---|
InstanceClass |
COMPUTE6_INTEL
Compute optimized instances, 6th generation.
public const InstanceClass COMPUTE6_INTEL
Field Value
Type | Description |
---|---|
InstanceClass |
COMPUTE6_INTEL_HIGH_PERFORMANCE
Compute optimized instances for high performance computing, 6th generation.
public const InstanceClass COMPUTE6_INTEL_HIGH_PERFORMANCE
Field Value
Type | Description |
---|---|
InstanceClass |
COMPUTE6_INTEL_NVME_DRIVE
Compute optimized instances with local NVME drive, 6th generation.
public const InstanceClass COMPUTE6_INTEL_NVME_DRIVE
Field Value
Type | Description |
---|---|
InstanceClass |
COMPUTE7_AMD
Compute optimized instances based on 4th generation AMD EPYC (codename Genoa), 7th generation.
public const InstanceClass COMPUTE7_AMD
Field Value
Type | Description |
---|---|
InstanceClass |
COMPUTE7_GRAVITON3
Compute optimized instances for high performance computing, 7th generation with Graviton3 processors.
public const InstanceClass COMPUTE7_GRAVITON3
Field Value
Type | Description |
---|---|
InstanceClass |
COMPUTE7_GRAVITON3_HIGH_NETWORK_BANDWIDTH
Compute optimized instances for high performance computing, 7th generation with Graviton3 processors and high network bandwidth capabilities.
public const InstanceClass COMPUTE7_GRAVITON3_HIGH_NETWORK_BANDWIDTH
Field Value
Type | Description |
---|---|
InstanceClass |
COMPUTE7_GRAVITON3_NVME_DRIVE
Compute optimized instances for high performance computing, 7th generation with Graviton3 processors and local NVME drive.
public const InstanceClass COMPUTE7_GRAVITON3_NVME_DRIVE
Field Value
Type | Description |
---|---|
InstanceClass |
Remarks
This instance class is currently only available in US East (Ohio), US East (N. Virginia), US West (Oregon), and Europe (Ireland).
COMPUTE7_INTEL
Compute optimized instances based on Intel Xeon Scalable (Sapphire Rapids) processors, 7th generation.
public const InstanceClass COMPUTE7_INTEL
Field Value
Type | Description |
---|---|
InstanceClass |
COMPUTE7_INTEL_FLEX
Compute optimized instances based on Intel Xeon Scalable (Sapphire Rapids) processors, 7th generation C7i-flex instances efficiently use compute resources to deliver a baseline level of performance with the ability to scale up to the full compute performance a majority of the time.
public const InstanceClass COMPUTE7_INTEL_FLEX
Field Value
Type | Description |
---|---|
InstanceClass |
COMPUTE8_GRAVITON4
Compute optimized instances for high performance computing, 8th generation with Graviton4 processors.
public const InstanceClass COMPUTE8_GRAVITON4
Field Value
Type | Description |
---|---|
InstanceClass |
Remarks
This instance class is currently only available in US East (Ohio), US East (N. Virginia), US West (Oregon), and Europe (Frankfurt).
D2
Storage-optimized instances, 2nd generation.
public const InstanceClass D2
Field Value
Type | Description |
---|---|
InstanceClass |
D3
Storage-optimized instances, 3rd generation.
public const InstanceClass D3
Field Value
Type | Description |
---|---|
InstanceClass |
D3EN
Storage-optimized instances, 3rd generation.
public const InstanceClass D3EN
Field Value
Type | Description |
---|---|
InstanceClass |
DEEP_LEARNING1
Deep learning instances powered by Gaudi accelerators from Habana Labs (an Intel company), 1st generation.
public const InstanceClass DEEP_LEARNING1
Field Value
Type | Description |
---|---|
InstanceClass |
DEEP_LEARNING2_QUALCOMM
Deep learning instances powered by Qualcomm AI 100 Standard accelerators, 2nd generation.
public const InstanceClass DEEP_LEARNING2_QUALCOMM
Field Value
Type | Description |
---|---|
InstanceClass |
DL1
Deep learning instances powered by Gaudi accelerators from Habana Labs (an Intel company), 1st generation.
public const InstanceClass DL1
Field Value
Type | Description |
---|---|
InstanceClass |
DL2Q
Deep learning instances powered by Qualcomm AI 100 Standard accelerators, 2nd generation.
public const InstanceClass DL2Q
Field Value
Type | Description |
---|---|
InstanceClass |
F1
Instances with customizable hardware acceleration, 1st generation.
public const InstanceClass F1
Field Value
Type | Description |
---|---|
InstanceClass |
F2
Instances with customizable hardware acceleration, 2nd generation.
public const InstanceClass F2
Field Value
Type | Description |
---|---|
InstanceClass |
FPGA1
Instances with customizable hardware acceleration, 1st generation.
public const InstanceClass FPGA1
Field Value
Type | Description |
---|---|
InstanceClass |
FPGA2
Instances with customizable hardware acceleration, 2nd generation.
public const InstanceClass FPGA2
Field Value
Type | Description |
---|---|
InstanceClass |
G3
Graphics-optimized instances, 3rd generation.
public const InstanceClass G3
Field Value
Type | Description |
---|---|
InstanceClass |
G3S
Graphics-optimized instances, 3rd generation.
public const InstanceClass G3S
Field Value
Type | Description |
---|---|
InstanceClass |
G4AD
Graphics-optimized instances based on AMD EPYC And Radeon Pro GPU (NAVI) with local NVME drive, 4th generation.
public const InstanceClass G4AD
Field Value
Type | Description |
---|---|
InstanceClass |
G4DN
Graphics-optimized instances with NVME drive for high performance computing, 4th generation.
public const InstanceClass G4DN
Field Value
Type | Description |
---|---|
InstanceClass |
G5
Graphics-optimized instances, 5th generation.
public const InstanceClass G5
Field Value
Type | Description |
---|---|
InstanceClass |
G5G
Graphics-optimized instances powered by AWS Graviton2 Processors and NVIDIA T4G Tensor Core GPUs, 5th generation.
public const InstanceClass G5G
Field Value
Type | Description |
---|---|
InstanceClass |
G6
Graphics-optimized instances, 6th generation.
public const InstanceClass G6
Field Value
Type | Description |
---|---|
InstanceClass |
G6E
Cost-efficient GPU-based instances for AI inference and spatial computing workloads, 6th generation.
public const InstanceClass G6E
Field Value
Type | Description |
---|---|
InstanceClass |
GR6
Graphics-optimized instances, 6th generation Gr6 instances offer a 1:8 vCPU to RAM ratio, making them better suited for graphics workloads with higher memory requirements.
public const InstanceClass GR6
Field Value
Type | Description |
---|---|
InstanceClass |
GRAPHICS_RAM_6
Graphics-optimized instances, 6th generation Gr6 instances offer a 1:8 vCPU to RAM ratio, making them better suited for graphics workloads with higher memory requirements.
public const InstanceClass GRAPHICS_RAM_6
Field Value
Type | Description |
---|---|
InstanceClass |
GRAPHICS3
Graphics-optimized instances, 3rd generation.
public const InstanceClass GRAPHICS3
Field Value
Type | Description |
---|---|
InstanceClass |
GRAPHICS3_SMALL
Graphics-optimized instances, 3rd generation.
public const InstanceClass GRAPHICS3_SMALL
Field Value
Type | Description |
---|---|
InstanceClass |
GRAPHICS4_AMD_NVME_DRIVE
Graphics-optimized instances based on AMD EPYC And Radeon Pro GPU (NAVI) with local NVME drive, 4th generation.
public const InstanceClass GRAPHICS4_AMD_NVME_DRIVE
Field Value
Type | Description |
---|---|
InstanceClass |
GRAPHICS4_NVME_DRIVE_HIGH_PERFORMANCE
Graphics-optimized instances with NVME drive for high performance computing, 4th generation.
public const InstanceClass GRAPHICS4_NVME_DRIVE_HIGH_PERFORMANCE
Field Value
Type | Description |
---|---|
InstanceClass |
GRAPHICS5
Graphics-optimized instances, 5th generation.
public const InstanceClass GRAPHICS5
Field Value
Type | Description |
---|---|
InstanceClass |
GRAPHICS5_GRAVITON2
Graphics-optimized instances powered by AWS Graviton2 Processors and NVIDIA T4G Tensor Core GPUs, 5th generation.
public const InstanceClass GRAPHICS5_GRAVITON2
Field Value
Type | Description |
---|---|
InstanceClass |
GRAPHICS6
Graphics-optimized instances, 6th generation.
public const InstanceClass GRAPHICS6
Field Value
Type | Description |
---|---|
InstanceClass |
GRAPHICS6_EFFICIENT
Cost-efficient GPU-based instances for AI inference and spatial computing workloads, 6th generation.
public const InstanceClass GRAPHICS6_EFFICIENT
Field Value
Type | Description |
---|---|
InstanceClass |
H1
Storage/compute balanced instances, 1st generation.
public const InstanceClass H1
Field Value
Type | Description |
---|---|
InstanceClass |
HIGH_COMPUTE_MEMORY1
High memory and compute capacity instances, 1st generation.
public const InstanceClass HIGH_COMPUTE_MEMORY1
Field Value
Type | Description |
---|---|
InstanceClass |
HIGH_MEMORY_12TB_1
High memory instances (12TB) based on Intel Xeon Platinum 8176M (Skylake) processors, 1st generation.
public const InstanceClass HIGH_MEMORY_12TB_1
Field Value
Type | Description |
---|---|
InstanceClass |
HIGH_MEMORY_12TB_7
High memory instances (12TB) based on 4th Generation Intel Xeon Scalable processors (Sapphire Rapids), 7th generation.
public const InstanceClass HIGH_MEMORY_12TB_7
Field Value
Type | Description |
---|---|
InstanceClass |
HIGH_MEMORY_18TB_1
High memory instances (18TB) based on Intel Xeon Scalable (Cascade Lake) processors, 1st generation.
public const InstanceClass HIGH_MEMORY_18TB_1
Field Value
Type | Description |
---|---|
InstanceClass |
HIGH_MEMORY_24TB_1
High memory instances (24TB) based on Intel Xeon Scalable (Cascade Lake) processors, 1st generation.
public const InstanceClass HIGH_MEMORY_24TB_1
Field Value
Type | Description |
---|---|
InstanceClass |
HIGH_MEMORY_3TB_1
High memory instances (3TB) based on Intel Xeon Platinum 8176M (Skylake) processors, 1st generation.
public const InstanceClass HIGH_MEMORY_3TB_1
Field Value
Type | Description |
---|---|
InstanceClass |
HIGH_MEMORY_6TB_1
High memory instances (6TB) based on Intel Xeon Platinum 8176M (Skylake) processors, 1st generation.
public const InstanceClass HIGH_MEMORY_6TB_1
Field Value
Type | Description |
---|---|
InstanceClass |
HIGH_MEMORY_6TB_7
High memory instances (6TB) based on 4th Generation Intel Xeon Scalable processors (Sapphire Rapids), 7th generation.
public const InstanceClass HIGH_MEMORY_6TB_7
Field Value
Type | Description |
---|---|
InstanceClass |
HIGH_MEMORY_8TB_7
High memory instances (8TB) based on 4th Generation Intel Xeon Scalable processors (Sapphire Rapids), 7th generation.
public const InstanceClass HIGH_MEMORY_8TB_7
Field Value
Type | Description |
---|---|
InstanceClass |
HIGH_MEMORY_9TB_1
High memory instances (9TB) based on Intel Xeon Platinum 8176M (Skylake) processors, 1st generation.
public const InstanceClass HIGH_MEMORY_9TB_1
Field Value
Type | Description |
---|---|
InstanceClass |
HIGH_MEMORY_HIGH_NETWORK_16TB_7
High memory, network-intensive instances (16TB) based on 4th Generation Intel Xeon Scalable processors (Sapphire Rapids), 7th generation.
public const InstanceClass HIGH_MEMORY_HIGH_NETWORK_16TB_7
Field Value
Type | Description |
---|---|
InstanceClass |
HIGH_MEMORY_HIGH_NETWORK_24TB_7
High memory, network-intensive instances (24TB) based on 4th Generation Intel Xeon Scalable processors (Sapphire Rapids), 7th generation.
public const InstanceClass HIGH_MEMORY_HIGH_NETWORK_24TB_7
Field Value
Type | Description |
---|---|
InstanceClass |
HIGH_MEMORY_HIGH_NETWORK_32TB_7
High memory, network-intensive instances (32TB) based on 4th Generation Intel Xeon Scalable processors (Sapphire Rapids), 7th generation.
public const InstanceClass HIGH_MEMORY_HIGH_NETWORK_32TB_7
Field Value
Type | Description |
---|---|
InstanceClass |
HIGH_MEMORY_HIGH_NETWORK_HPE_32TB_7
High memory, network-intensive instances (32TB) based on 4th Generation Intel Xeon Scalable processors (Sapphire Rapids), 7th generation U7inh instances use Hewlett Packard Enterprise (HPE) Compute Scale Up Server 3200.
public const InstanceClass HIGH_MEMORY_HIGH_NETWORK_HPE_32TB_7
Field Value
Type | Description |
---|---|
InstanceClass |
HIGH_PERFORMANCE_COMPUTING6_AMD
High performance computing based on AMD EPYC, 6th generation.
public const InstanceClass HIGH_PERFORMANCE_COMPUTING6_AMD
Field Value
Type | Description |
---|---|
InstanceClass |
HIGH_PERFORMANCE_COMPUTING6_INTEL_NVME_DRIVE
High performance computing with local NVME drive based on 6th generation with Intel Xeon Scalable processors (3rd generation processors code named Ice Lake), 6th generation.
public const InstanceClass HIGH_PERFORMANCE_COMPUTING6_INTEL_NVME_DRIVE
Field Value
Type | Description |
---|---|
InstanceClass |
HIGH_PERFORMANCE_COMPUTING7_AMD
High performance computing based on AMD EPYC, 7th generation.
public const InstanceClass HIGH_PERFORMANCE_COMPUTING7_AMD
Field Value
Type | Description |
---|---|
InstanceClass |
HIGH_PERFORMANCE_COMPUTING7_GRAVITON
High performance computing based on Graviton, 7th generation.
public const InstanceClass HIGH_PERFORMANCE_COMPUTING7_GRAVITON
Field Value
Type | Description |
---|---|
InstanceClass |
HPC6A
High performance computing based on AMD EPYC, 6th generation.
public const InstanceClass HPC6A
Field Value
Type | Description |
---|---|
InstanceClass |
HPC6ID
High performance computing with local NVME drive based on 6th generation with Intel Xeon Scalable processors (3rd generation processors code named Ice Lake), 6th generation.
public const InstanceClass HPC6ID
Field Value
Type | Description |
---|---|
InstanceClass |
HPC7A
High performance computing based on AMD EPYC, 7th generation.
public const InstanceClass HPC7A
Field Value
Type | Description |
---|---|
InstanceClass |
HPC7G
High performance computing based on Graviton, 7th generation.
public const InstanceClass HPC7G
Field Value
Type | Description |
---|---|
InstanceClass |
I3
I/O-optimized instances, 3rd generation.
public const InstanceClass I3
Field Value
Type | Description |
---|---|
InstanceClass |
I3EN
I/O-optimized instances with local NVME drive, 3rd generation.
public const InstanceClass I3EN
Field Value
Type | Description |
---|---|
InstanceClass |
I4G
Storage optimized instances powered by Graviton2 processor, 4th generation.
public const InstanceClass I4G
Field Value
Type | Description |
---|---|
InstanceClass |
I4I
I/O-optimized instances with local NVME drive powered by Intel Xeon Scalable processors (code named Ice Lake), 4th generation.
public const InstanceClass I4I
Field Value
Type | Description |
---|---|
InstanceClass |
I7IE
Storage optimized instances powered by 5th generation Intel Xeon Scalable processors, 7th generation.
public const InstanceClass I7IE
Field Value
Type | Description |
---|---|
InstanceClass |
I8G
Storage optimized instances powered by Graviton4 processor, 8th generation.
public const InstanceClass I8G
Field Value
Type | Description |
---|---|
InstanceClass |
IM4GN
Storage optimized instances powered by Graviton2 processor, 4th generation.
public const InstanceClass IM4GN
Field Value
Type | Description |
---|---|
InstanceClass |
INF1
Inferentia Chips based instances for machine learning inference applications, 1st generation.
public const InstanceClass INF1
Field Value
Type | Description |
---|---|
InstanceClass |
INF2
Inferentia Chips based instances for machine learning inference applications, 2nd generation.
public const InstanceClass INF2
Field Value
Type | Description |
---|---|
InstanceClass |
INFERENCE1
Inferentia Chips based instances for machine learning inference applications, 1st generation.
public const InstanceClass INFERENCE1
Field Value
Type | Description |
---|---|
InstanceClass |
INFERENCE2
Inferentia Chips based instances for machine learning inference applications, 2nd generation.
public const InstanceClass INFERENCE2
Field Value
Type | Description |
---|---|
InstanceClass |
IO3
I/O-optimized instances, 3rd generation.
public const InstanceClass IO3
Field Value
Type | Description |
---|---|
InstanceClass |
IO3_DENSE_NVME_DRIVE
I/O-optimized instances with local NVME drive, 3rd generation.
public const InstanceClass IO3_DENSE_NVME_DRIVE
Field Value
Type | Description |
---|---|
InstanceClass |
IO4_INTEL
I/O-optimized instances with local NVME drive powered by Intel Xeon Scalable processors (code named Ice Lake), 4th generation.
public const InstanceClass IO4_INTEL
Field Value
Type | Description |
---|---|
InstanceClass |
IS4GEN
Storage optimized instances powered by Graviton2 processor, 4th generation.
public const InstanceClass IS4GEN
Field Value
Type | Description |
---|---|
InstanceClass |
M3
Standard instances, 3rd generation.
public const InstanceClass M3
Field Value
Type | Description |
---|---|
InstanceClass |
M4
Standard instances, 4th generation.
public const InstanceClass M4
Field Value
Type | Description |
---|---|
InstanceClass |
M5
Standard instances, 5th generation.
public const InstanceClass M5
Field Value
Type | Description |
---|---|
InstanceClass |
M5A
Standard instances based on AMD EPYC, 5th generation.
public const InstanceClass M5A
Field Value
Type | Description |
---|---|
InstanceClass |
M5AD
Standard instances based on AMD EPYC with local NVME drive, 5th generation.
public const InstanceClass M5AD
Field Value
Type | Description |
---|---|
InstanceClass |
M5D
Standard instances with local NVME drive, 5th generation.
public const InstanceClass M5D
Field Value
Type | Description |
---|---|
InstanceClass |
M5DN
Standard instances with local NVME drive for high performance computing, 5th generation.
public const InstanceClass M5DN
Field Value
Type | Description |
---|---|
InstanceClass |
M5N
Standard instances for high performance computing, 5th generation.
public const InstanceClass M5N
Field Value
Type | Description |
---|---|
InstanceClass |
M5ZN
Standard instances with high memory and compute capacity based on Intel Xeon Scalable (Cascade Lake) processors, 5nd generation.
public const InstanceClass M5ZN
Field Value
Type | Description |
---|---|
InstanceClass |
M6A
Standard instances based on 3rd Gen AMD EPYC processors, 6th generation.
public const InstanceClass M6A
Field Value
Type | Description |
---|---|
InstanceClass |
M6G
Arm processor based instances, 2nd generation.
public const InstanceClass M6G
Field Value
Type | Description |
---|---|
InstanceClass |
M6GD
Standard instances, 6th generation with Graviton2 processors and local NVME drive.
public const InstanceClass M6GD
Field Value
Type | Description |
---|---|
InstanceClass |
M6I
Standard instances based on Intel (Ice Lake), 6th generation.
public const InstanceClass M6I
Field Value
Type | Description |
---|---|
InstanceClass |
M6ID
Standard instances based on Intel (Ice Lake) with local NVME drive, 6th generation.
public const InstanceClass M6ID
Field Value
Type | Description |
---|---|
InstanceClass |
M6IDN
Standard instances with local NVME drive for high performance computing powered by Intel Xeon Scalable processors (code named Ice Lake), 6th generation.
public const InstanceClass M6IDN
Field Value
Type | Description |
---|---|
InstanceClass |
M6IN
Standard instances for high performance computing powered by Intel Xeon Scalable processors (code named Ice Lake), 6th generation.
public const InstanceClass M6IN
Field Value
Type | Description |
---|---|
InstanceClass |
M7A
Standard instances based on 4th generation AMD EPYC (codename Genoa), 7th generation.
public const InstanceClass M7A
Field Value
Type | Description |
---|---|
InstanceClass |
M7G
Standard instances, 7th generation with Graviton3 processors.
public const InstanceClass M7G
Field Value
Type | Description |
---|---|
InstanceClass |
Remarks
This instance class is currently only available in US East (Ohio), US East (N. Virginia), US West (Oregon), and Europe (Ireland).
M7GD
Standard instances, 7th generation with Graviton3 processors and local NVME drive.
public const InstanceClass M7GD
Field Value
Type | Description |
---|---|
InstanceClass |
Remarks
This instance class is currently only available in US East (Ohio), US East (N. Virginia), US West (Oregon), and Europe (Ireland).
M7I
Standard instances with high memory and compute capacity based on Intel Xeon Scalable (Sapphire Rapids) processors, 7th generation.
public const InstanceClass M7I
Field Value
Type | Description |
---|---|
InstanceClass |
M7I_FLEX
Flexible instances with high memory and compute capacity based on Intel Xeon Scalable (Sapphire Rapids) processors, 7th generation The M7i-Flex instances deliver a baseline of 40% CPU performance, and can scale up to full CPU performance 95% of the time.
public const InstanceClass M7I_FLEX
Field Value
Type | Description |
---|---|
InstanceClass |
M8G
Standard instances, 8th generation with Graviton4 processors.
public const InstanceClass M8G
Field Value
Type | Description |
---|---|
InstanceClass |
Remarks
This instance class is currently only available in US East (Ohio), US East (N. Virginia), US West (Oregon), and Europe (Frankfurt).
MAC1
Macintosh instances built on Apple Mac mini computers, 1st generation with Intel procesors.
public const InstanceClass MAC1
Field Value
Type | Description |
---|---|
InstanceClass |
MAC2
Macintosh instances built on Apple Mac mini 2020 computers, 2nd generation with Apple silicon M1 processors.
public const InstanceClass MAC2
Field Value
Type | Description |
---|---|
InstanceClass |
MAC2_M1ULTRA
Macintosh instances built on 2022 Mac Studio hardware powered by Apple silicon M1 Ultra processors.
public const InstanceClass MAC2_M1ULTRA
Field Value
Type | Description |
---|---|
InstanceClass |
MAC2_M2
Macintosh instances built on Apple Mac mini 2023 computers, 2nd generation with Apple silicon M2 processors.
public const InstanceClass MAC2_M2
Field Value
Type | Description |
---|---|
InstanceClass |
MAC2_M2PRO
Macintosh instances built on Apple Mac mini 2023 computers, 2nd generation with Apple silicon M2 Pro processors.
public const InstanceClass MAC2_M2PRO
Field Value
Type | Description |
---|---|
InstanceClass |
MACINTOSH1_INTEL
Macintosh instances built on Apple Mac mini computers, 1st generation with Intel procesors.
public const InstanceClass MACINTOSH1_INTEL
Field Value
Type | Description |
---|---|
InstanceClass |
MACINTOSH2_M1
Macintosh instances built on Apple Mac mini 2020 computers, 2nd generation with Apple silicon M1 processors.
public const InstanceClass MACINTOSH2_M1
Field Value
Type | Description |
---|---|
InstanceClass |
MACINTOSH2_M1_ULTRA
Macintosh instances built on 2022 Mac Studio hardware powered by Apple silicon M1 Ultra processors.
public const InstanceClass MACINTOSH2_M1_ULTRA
Field Value
Type | Description |
---|---|
InstanceClass |
MACINTOSH2_M2
Macintosh instances built on Apple Mac mini 2023 computers, 2nd generation with Apple silicon M2 processors.
public const InstanceClass MACINTOSH2_M2
Field Value
Type | Description |
---|---|
InstanceClass |
MACINTOSH2_M2_PRO
Macintosh instances built on Apple Mac mini 2023 computers, 2nd generation with Apple silicon M2 Pro processors.
public const InstanceClass MACINTOSH2_M2_PRO
Field Value
Type | Description |
---|---|
InstanceClass |
MEMORY_INTENSIVE_1
Memory-intensive instances, 1st generation.
public const InstanceClass MEMORY_INTENSIVE_1
Field Value
Type | Description |
---|---|
InstanceClass |
MEMORY_INTENSIVE_1_EXTENDED
Memory-intensive instances, extended, 1st generation.
public const InstanceClass MEMORY_INTENSIVE_1_EXTENDED
Field Value
Type | Description |
---|---|
InstanceClass |
MEMORY_INTENSIVE_2_GRAVITON2
Memory-intensive instances, 2nd generation with Graviton2 processors.
public const InstanceClass MEMORY_INTENSIVE_2_GRAVITON2
Field Value
Type | Description |
---|---|
InstanceClass |
Remarks
This instance type can be used only in RDS. It is not supported in EC2.
MEMORY_INTENSIVE_2_GRAVITON2_NVME_DRIVE
Memory-intensive instances, 2nd generation with Graviton2 processors and local NVME drive.
public const InstanceClass MEMORY_INTENSIVE_2_GRAVITON2_NVME_DRIVE
Field Value
Type | Description |
---|---|
InstanceClass |
MEMORY_INTENSIVE_2_INTEL
Memory-intensive instances with higher network bandwith and local NVME drive, Intel Xeon Scalable (Ice Lake) processors.
public const InstanceClass MEMORY_INTENSIVE_2_INTEL
Field Value
Type | Description |
---|---|
InstanceClass |
MEMORY_INTENSIVE_2_XT_INTEL
Memory-intensive instances with higher network bandwith, local NVME drive, and extended memory.
public const InstanceClass MEMORY_INTENSIVE_2_XT_INTEL
Field Value
Type | Description |
---|---|
InstanceClass |
Remarks
Intel Xeon Scalable (Ice Lake) processors
MEMORY_INTENSIVE_2_XTZ_INTEL
Memory-intensive instances with higher network bandwith and single-threaded performance, Intel Xeon Scalable (Cascade Lake) processors.
public const InstanceClass MEMORY_INTENSIVE_2_XTZ_INTEL
Field Value
Type | Description |
---|---|
InstanceClass |
MEMORY_INTENSIVE_8_GRAVITON
Memory-intensive instances powered by Graviton4 processors, 8th generation.
public const InstanceClass MEMORY_INTENSIVE_8_GRAVITON
Field Value
Type | Description |
---|---|
InstanceClass |
MEMORY3
Memory optimized instances, 3rd generation.
public const InstanceClass MEMORY3
Field Value
Type | Description |
---|---|
InstanceClass |
MEMORY4
Memory optimized instances, 4th generation.
public const InstanceClass MEMORY4
Field Value
Type | Description |
---|---|
InstanceClass |
MEMORY5
Memory optimized instances, 5th generation.
public const InstanceClass MEMORY5
Field Value
Type | Description |
---|---|
InstanceClass |
MEMORY5_AMD
Memory optimized instances based on AMD EPYC, 5th generation.
public const InstanceClass MEMORY5_AMD
Field Value
Type | Description |
---|---|
InstanceClass |
MEMORY5_AMD_NVME_DRIVE
Memory optimized instances based on AMD EPYC with local NVME drive, 5th generation.
public const InstanceClass MEMORY5_AMD_NVME_DRIVE
Field Value
Type | Description |
---|---|
InstanceClass |
MEMORY5_EBS_OPTIMIZED
Memory optimized instances that are also EBS-optimized, 5th generation.
public const InstanceClass MEMORY5_EBS_OPTIMIZED
Field Value
Type | Description |
---|---|
InstanceClass |
MEMORY5_HIGH_PERFORMANCE
Memory optimized instances for high performance computing, 5th generation.
public const InstanceClass MEMORY5_HIGH_PERFORMANCE
Field Value
Type | Description |
---|---|
InstanceClass |
MEMORY5_NVME_DRIVE
Memory optimized instances with local NVME drive, 5th generation.
public const InstanceClass MEMORY5_NVME_DRIVE
Field Value
Type | Description |
---|---|
InstanceClass |
MEMORY5_NVME_DRIVE_HIGH_PERFORMANCE
Memory optimized instances with local NVME drive for high performance computing, 5th generation.
public const InstanceClass MEMORY5_NVME_DRIVE_HIGH_PERFORMANCE
Field Value
Type | Description |
---|---|
InstanceClass |
MEMORY6_AMD
Memory optimized instances based on AMD EPYC, 6th generation.
public const InstanceClass MEMORY6_AMD
Field Value
Type | Description |
---|---|
InstanceClass |
MEMORY6_GRAVITON
Memory optimized instances, 6th generation with Graviton2 processors.
public const InstanceClass MEMORY6_GRAVITON
Field Value
Type | Description |
---|---|
InstanceClass |
MEMORY6_GRAVITON2_NVME_DRIVE
Memory optimized instances, 6th generation with Graviton2 processors and local NVME drive.
public const InstanceClass MEMORY6_GRAVITON2_NVME_DRIVE
Field Value
Type | Description |
---|---|
InstanceClass |
MEMORY6_INTEL
Memory optimized instances, 6th generation with Intel Xeon Scalable processors (3rd generation processors code named Ice Lake).
public const InstanceClass MEMORY6_INTEL
Field Value
Type | Description |
---|---|
InstanceClass |
MEMORY6_INTEL_HIGH_PERFORMANCE
Memory optimized instances for high performance computing powered by Intel Xeon Scalable processors (code named Ice Lake), 6th generation.
public const InstanceClass MEMORY6_INTEL_HIGH_PERFORMANCE
Field Value
Type | Description |
---|---|
InstanceClass |
MEMORY6_INTEL_NVME_DRIVE
Memory optimized instances with local NVME drive, 6th generation with Intel Xeon Scalable processors (3rd generation processors code named Ice Lake).
public const InstanceClass MEMORY6_INTEL_NVME_DRIVE
Field Value
Type | Description |
---|---|
InstanceClass |
MEMORY6_INTEL_NVME_DRIVE_HIGH_PERFORMANCE
Memory optimized instances with local NVME drive for high performance computing powered by Intel Xeon Scalable processors (code named Ice Lake), 6th generation.
public const InstanceClass MEMORY6_INTEL_NVME_DRIVE_HIGH_PERFORMANCE
Field Value
Type | Description |
---|---|
InstanceClass |
MEMORY7_AMD
Memory optimized instances based on 4th generation AMD EPYC (codename Genoa), 7th generation.
public const InstanceClass MEMORY7_AMD
Field Value
Type | Description |
---|---|
InstanceClass |
MEMORY7_GRAVITON
Memory optimized instances, 7th generation with Graviton3 processors.
public const InstanceClass MEMORY7_GRAVITON
Field Value
Type | Description |
---|---|
InstanceClass |
Remarks
This instance class is currently only available in US East (Ohio), US East (N. Virginia), US West (Oregon), and Europe (Ireland).
MEMORY7_GRAVITON3_NVME_DRIVE
Memory optimized instances, 7th generation with Graviton3 processors and local NVME drive.
public const InstanceClass MEMORY7_GRAVITON3_NVME_DRIVE
Field Value
Type | Description |
---|---|
InstanceClass |
Remarks
This instance class is currently only available in US East (Ohio), US East (N. Virginia), US West (Oregon), and Europe (Ireland).
MEMORY7_INTEL
Memory optimized instances based on Intel Xeon Scalable (Sapphire Rapids) processors, 7th generation, with sustained 3.9GHz turbo frequency.
public const InstanceClass MEMORY7_INTEL
Field Value
Type | Description |
---|---|
InstanceClass |
MEMORY7_INTEL_BASE
Memory optimized instances based on Intel Xeon Scalable (Sapphire Rapids) processors, 7th generation w/ 3.2GHz turbo frequency.
public const InstanceClass MEMORY7_INTEL_BASE
Field Value
Type | Description |
---|---|
InstanceClass |
MEMORY8_GRAVITON
Memory optimized instances with Graviton4 processors.
public const InstanceClass MEMORY8_GRAVITON
Field Value
Type | Description |
---|---|
InstanceClass |
P2
Parallel-processing optimized instances, 2nd generation.
public const InstanceClass P2
Field Value
Type | Description |
---|---|
InstanceClass |
P3
Parallel-processing optimized instances, 3rd generation.
public const InstanceClass P3
Field Value
Type | Description |
---|---|
InstanceClass |
P3DN
Parallel-processing optimized instances with local NVME drive for high performance computing, 3rd generation.
public const InstanceClass P3DN
Field Value
Type | Description |
---|---|
InstanceClass |
P4D
Parallel-processing optimized instances, 4th generation.
public const InstanceClass P4D
Field Value
Type | Description |
---|---|
InstanceClass |
P4DE
Parallel-processing optimized instances with local NVME drive, extended, 4th generation (in developer preview).
public const InstanceClass P4DE
Field Value
Type | Description |
---|---|
InstanceClass |
P5
Parallel-processing optimized instances powered by NVIDIA H100 Tensor Core GPUs, 5th generation.
public const InstanceClass P5
Field Value
Type | Description |
---|---|
InstanceClass |
P5E
Parallel-processing optimized instances, 5th generation.
public const InstanceClass P5E
Field Value
Type | Description |
---|---|
InstanceClass |
P5EN
Parallel-processing optimized instances, 5th generation.
public const InstanceClass P5EN
Field Value
Type | Description |
---|---|
InstanceClass |
PARALLEL2
Parallel-processing optimized instances, 2nd generation.
public const InstanceClass PARALLEL2
Field Value
Type | Description |
---|---|
InstanceClass |
PARALLEL3
Parallel-processing optimized instances, 3rd generation.
public const InstanceClass PARALLEL3
Field Value
Type | Description |
---|---|
InstanceClass |
PARALLEL3_NVME_DRIVE_HIGH_PERFORMANCE
Parallel-processing optimized instances with local NVME drive for high performance computing, 3rd generation.
public const InstanceClass PARALLEL3_NVME_DRIVE_HIGH_PERFORMANCE
Field Value
Type | Description |
---|---|
InstanceClass |
PARALLEL4
Parallel-processing optimized instances, 4th generation.
public const InstanceClass PARALLEL4
Field Value
Type | Description |
---|---|
InstanceClass |
PARALLEL4_NVME_DRIVE_EXTENDED
Parallel-processing optimized instances with local NVME drive, extended, 4th generation (in developer preview).
public const InstanceClass PARALLEL4_NVME_DRIVE_EXTENDED
Field Value
Type | Description |
---|---|
InstanceClass |
PARALLEL5
Parallel-processing optimized instances powered by NVIDIA H100 Tensor Core GPUs, 5th generation.
public const InstanceClass PARALLEL5
Field Value
Type | Description |
---|---|
InstanceClass |
PARALLEL5_EXTENDED
Parallel-processing optimized instances powered by NVIDIA H200 Tensor Core GPUs, 5th generation.
public const InstanceClass PARALLEL5_EXTENDED
Field Value
Type | Description |
---|---|
InstanceClass |
PARALLEL5_EXTENDED_NETWORK
Parallel-processing, network-optimized instances powered by NVIDIA H200 Tensor Core GPUs, 5th generation P5en instances pair NVIDIA H200 Tensor Core GPUs with Intel Sapphire Rapids CPU, enabling Gen5 PCIe between CPU and GPU.
public const InstanceClass PARALLEL5_EXTENDED_NETWORK
Field Value
Type | Description |
---|---|
InstanceClass |
R3
Memory optimized instances, 3rd generation.
public const InstanceClass R3
Field Value
Type | Description |
---|---|
InstanceClass |
R4
Memory optimized instances, 4th generation.
public const InstanceClass R4
Field Value
Type | Description |
---|---|
InstanceClass |
R5
Memory optimized instances, 5th generation.
public const InstanceClass R5
Field Value
Type | Description |
---|---|
InstanceClass |
R5A
Memory optimized instances based on AMD EPYC, 5th generation.
public const InstanceClass R5A
Field Value
Type | Description |
---|---|
InstanceClass |
R5AD
Memory optimized instances based on AMD EPYC with local NVME drive, 5th generation.
public const InstanceClass R5AD
Field Value
Type | Description |
---|---|
InstanceClass |
R5B
Memory optimized instances that are also EBS-optimized, 5th generation.
public const InstanceClass R5B
Field Value
Type | Description |
---|---|
InstanceClass |
R5D
Memory optimized instances with local NVME drive, 5th generation.
public const InstanceClass R5D
Field Value
Type | Description |
---|---|
InstanceClass |
R5DN
Memory optimized instances with local NVME drive for high performance computing, 5th generation.
public const InstanceClass R5DN
Field Value
Type | Description |
---|---|
InstanceClass |
R5N
Memory optimized instances for high performance computing, 5th generation.
public const InstanceClass R5N
Field Value
Type | Description |
---|---|
InstanceClass |
R6A
Memory optimized instances based on AMD EPYC, 6th generation.
public const InstanceClass R6A
Field Value
Type | Description |
---|---|
InstanceClass |
R6G
Memory optimized instances, 6th generation with Graviton2 processors.
public const InstanceClass R6G
Field Value
Type | Description |
---|---|
InstanceClass |
R6GD
Memory optimized instances, 6th generation with Graviton2 processors and local NVME drive.
public const InstanceClass R6GD
Field Value
Type | Description |
---|---|
InstanceClass |
R6I
Memory optimized instances, 6th generation with Intel Xeon Scalable processors (3rd generation processors code named Ice Lake).
public const InstanceClass R6I
Field Value
Type | Description |
---|---|
InstanceClass |
R6ID
Memory optimized instances with local NVME drive, 6th generation with Intel Xeon Scalable processors (3rd generation processors code named Ice Lake).
public const InstanceClass R6ID
Field Value
Type | Description |
---|---|
InstanceClass |
R6IDN
Memory optimized instances with local NVME drive for high performance computing powered by Intel Xeon Scalable processors (code named Ice Lake), 6th generation.
public const InstanceClass R6IDN
Field Value
Type | Description |
---|---|
InstanceClass |
R6IN
Memory optimized instances for high performance computing powered by Intel Xeon Scalable processors (code named Ice Lake), 6th generation.
public const InstanceClass R6IN
Field Value
Type | Description |
---|---|
InstanceClass |
R7A
Memory optimized instances based on 4th generation AMD EPYC (codename Genoa), 7th generation.
public const InstanceClass R7A
Field Value
Type | Description |
---|---|
InstanceClass |
R7G
Memory optimized instances, 7th generation with Graviton3 processors.
public const InstanceClass R7G
Field Value
Type | Description |
---|---|
InstanceClass |
Remarks
This instance class is currently only available in US East (Ohio), US East (N. Virginia), US West (Oregon), and Europe (Ireland).
R7GD
Memory optimized instances, 7th generation with Graviton3 processors and local NVME drive.
public const InstanceClass R7GD
Field Value
Type | Description |
---|---|
InstanceClass |
Remarks
This instance class is currently only available in US East (Ohio), US East (N. Virginia), US West (Oregon), and Europe (Ireland).
R7I
Memory optimized instances based on Intel Xeon Scalable (Sapphire Rapids) processors, 7th generation w/ 3.2GHz turbo frequency.
public const InstanceClass R7I
Field Value
Type | Description |
---|---|
InstanceClass |
R7IZ
Memory optimized instances based on Intel Xeon Scalable (Sapphire Rapids) processors, 7th generation, with sustained 3.9GHz turbo frequency.
public const InstanceClass R7IZ
Field Value
Type | Description |
---|---|
InstanceClass |
R8G
Memory optimized instances with Graviton4 processors.
public const InstanceClass R8G
Field Value
Type | Description |
---|---|
InstanceClass |
STANDARD3
Standard instances, 3rd generation.
public const InstanceClass STANDARD3
Field Value
Type | Description |
---|---|
InstanceClass |
STANDARD4
Standard instances, 4th generation.
public const InstanceClass STANDARD4
Field Value
Type | Description |
---|---|
InstanceClass |
STANDARD5
Standard instances, 5th generation.
public const InstanceClass STANDARD5
Field Value
Type | Description |
---|---|
InstanceClass |
STANDARD5_AMD
Standard instances based on AMD EPYC, 5th generation.
public const InstanceClass STANDARD5_AMD
Field Value
Type | Description |
---|---|
InstanceClass |
STANDARD5_AMD_NVME_DRIVE
Standard instances based on AMD EPYC with local NVME drive, 5th generation.
public const InstanceClass STANDARD5_AMD_NVME_DRIVE
Field Value
Type | Description |
---|---|
InstanceClass |
STANDARD5_HIGH_COMPUTE
Standard instances with high memory and compute capacity based on Intel Xeon Scalable (Cascade Lake) processors, 5nd generation.
public const InstanceClass STANDARD5_HIGH_COMPUTE
Field Value
Type | Description |
---|---|
InstanceClass |
STANDARD5_HIGH_PERFORMANCE
Standard instances for high performance computing, 5th generation.
public const InstanceClass STANDARD5_HIGH_PERFORMANCE
Field Value
Type | Description |
---|---|
InstanceClass |
STANDARD5_NVME_DRIVE
Standard instances with local NVME drive, 5th generation.
public const InstanceClass STANDARD5_NVME_DRIVE
Field Value
Type | Description |
---|---|
InstanceClass |
STANDARD5_NVME_DRIVE_HIGH_PERFORMANCE
Standard instances with local NVME drive for high performance computing, 5th generation.
public const InstanceClass STANDARD5_NVME_DRIVE_HIGH_PERFORMANCE
Field Value
Type | Description |
---|---|
InstanceClass |
STANDARD6_AMD
Standard instances based on 3rd Gen AMD EPYC processors, 6th generation.
public const InstanceClass STANDARD6_AMD
Field Value
Type | Description |
---|---|
InstanceClass |
STANDARD6_GRAVITON
Arm processor based instances, 2nd generation.
public const InstanceClass STANDARD6_GRAVITON
Field Value
Type | Description |
---|---|
InstanceClass |
STANDARD6_GRAVITON2_NVME_DRIVE
Standard instances, 6th generation with Graviton2 processors and local NVME drive.
public const InstanceClass STANDARD6_GRAVITON2_NVME_DRIVE
Field Value
Type | Description |
---|---|
InstanceClass |
STANDARD6_INTEL
Standard instances based on Intel (Ice Lake), 6th generation.
public const InstanceClass STANDARD6_INTEL
Field Value
Type | Description |
---|---|
InstanceClass |
STANDARD6_INTEL_HIGH_PERFORMANCE
Standard instances for high performance computing powered by Intel Xeon Scalable processors (code named Ice Lake), 6th generation.
public const InstanceClass STANDARD6_INTEL_HIGH_PERFORMANCE
Field Value
Type | Description |
---|---|
InstanceClass |
STANDARD6_INTEL_NVME_DRIVE
Standard instances based on Intel (Ice Lake) with local NVME drive, 6th generation.
public const InstanceClass STANDARD6_INTEL_NVME_DRIVE
Field Value
Type | Description |
---|---|
InstanceClass |
STANDARD6_INTEL_NVME_DRIVE_HIGH_PERFORMANCE
Standard instances with local NVME drive for high performance computing powered by Intel Xeon Scalable processors (code named Ice Lake), 6th generation.
public const InstanceClass STANDARD6_INTEL_NVME_DRIVE_HIGH_PERFORMANCE
Field Value
Type | Description |
---|---|
InstanceClass |
STANDARD7_AMD
Standard instances based on 4th generation AMD EPYC (codename Genoa), 7th generation.
public const InstanceClass STANDARD7_AMD
Field Value
Type | Description |
---|---|
InstanceClass |
STANDARD7_GRAVITON
Standard instances, 7th generation with Graviton3 processors.
public const InstanceClass STANDARD7_GRAVITON
Field Value
Type | Description |
---|---|
InstanceClass |
Remarks
This instance class is currently only available in US East (Ohio), US East (N. Virginia), US West (Oregon), and Europe (Ireland).
STANDARD7_GRAVITON3_NVME_DRIVE
Standard instances, 7th generation with Graviton3 processors and local NVME drive.
public const InstanceClass STANDARD7_GRAVITON3_NVME_DRIVE
Field Value
Type | Description |
---|---|
InstanceClass |
Remarks
This instance class is currently only available in US East (Ohio), US East (N. Virginia), US West (Oregon), and Europe (Ireland).
STANDARD7_INTEL
Standard instances with high memory and compute capacity based on Intel Xeon Scalable (Sapphire Rapids) processors, 7th generation.
public const InstanceClass STANDARD7_INTEL
Field Value
Type | Description |
---|---|
InstanceClass |
STANDARD7_INTEL_FLEX
Flexible instances with high memory and compute capacity based on Intel Xeon Scalable (Sapphire Rapids) processors, 7th generation The M7i-Flex instances deliver a baseline of 40% CPU performance, and can scale up to full CPU performance 95% of the time.
public const InstanceClass STANDARD7_INTEL_FLEX
Field Value
Type | Description |
---|---|
InstanceClass |
STANDARD8_GRAVITON
Standard instances, 8th generation with Graviton4 processors.
public const InstanceClass STANDARD8_GRAVITON
Field Value
Type | Description |
---|---|
InstanceClass |
Remarks
This instance class is currently only available in US East (Ohio), US East (N. Virginia), US West (Oregon), and Europe (Frankfurt).
STORAGE_COMPUTE_1
Storage/compute balanced instances, 1st generation.
public const InstanceClass STORAGE_COMPUTE_1
Field Value
Type | Description |
---|---|
InstanceClass |
STORAGE2
Storage-optimized instances, 2nd generation.
public const InstanceClass STORAGE2
Field Value
Type | Description |
---|---|
InstanceClass |
STORAGE3
Storage-optimized instances, 3rd generation.
public const InstanceClass STORAGE3
Field Value
Type | Description |
---|---|
InstanceClass |
STORAGE3_ENHANCED_NETWORK
Storage-optimized instances, 3rd generation.
public const InstanceClass STORAGE3_ENHANCED_NETWORK
Field Value
Type | Description |
---|---|
InstanceClass |
STORAGE4_GRAVITON
Storage optimized instances powered by Graviton2 processor, 4th generation.
public const InstanceClass STORAGE4_GRAVITON
Field Value
Type | Description |
---|---|
InstanceClass |
STORAGE4_GRAVITON_NETWORK_OPTIMIZED
Storage optimized instances powered by Graviton2 processor, 4th generation.
public const InstanceClass STORAGE4_GRAVITON_NETWORK_OPTIMIZED
Field Value
Type | Description |
---|---|
InstanceClass |
STORAGE4_GRAVITON_NETWORK_STORAGE_OPTIMIZED
Storage optimized instances powered by Graviton2 processor, 4th generation.
public const InstanceClass STORAGE4_GRAVITON_NETWORK_STORAGE_OPTIMIZED
Field Value
Type | Description |
---|---|
InstanceClass |
STORAGE7_INTEL_STORAGE_OPTIMIZED
Storage optimized instances powered by 5th generation Intel Xeon Scalable processors, 7th generation.
public const InstanceClass STORAGE7_INTEL_STORAGE_OPTIMIZED
Field Value
Type | Description |
---|---|
InstanceClass |
STORAGE8_GRAVITON
Storage optimized instances powered by Graviton4 processor, 8th generation.
public const InstanceClass STORAGE8_GRAVITON
Field Value
Type | Description |
---|---|
InstanceClass |
T2
Burstable instances, 2nd generation.
public const InstanceClass T2
Field Value
Type | Description |
---|---|
InstanceClass |
T3
Burstable instances, 3rd generation.
public const InstanceClass T3
Field Value
Type | Description |
---|---|
InstanceClass |
T3A
Burstable instances based on AMD EPYC, 3rd generation.
public const InstanceClass T3A
Field Value
Type | Description |
---|---|
InstanceClass |
T4G
Burstable instances, 4th generation with Graviton2 processors.
public const InstanceClass T4G
Field Value
Type | Description |
---|---|
InstanceClass |
TRAINING_ACCELERATOR1
High performance computing powered by AWS Trainium.
public const InstanceClass TRAINING_ACCELERATOR1
Field Value
Type | Description |
---|---|
InstanceClass |
TRAINING_ACCELERATOR1_ENHANCED_NETWORK
Network-optimized high performance computing powered by AWS Trainium.
public const InstanceClass TRAINING_ACCELERATOR1_ENHANCED_NETWORK
Field Value
Type | Description |
---|---|
InstanceClass |
TRAINING_ACCELERATOR2
High performance computing powered by AWS Trainium2, 2nd generation.
public const InstanceClass TRAINING_ACCELERATOR2
Field Value
Type | Description |
---|---|
InstanceClass |
TRAINING_ACCELERATOR2_ULTRASERVER
High performance computing powered by AWS Trainium2 and EC2 Ultra Servers, 2nd generation UltraServers connect multiple EC2 instances using a dedicated, high-bandwidth, low-latency accelerator interconnect.
public const InstanceClass TRAINING_ACCELERATOR2_ULTRASERVER
Field Value
Type | Description |
---|---|
InstanceClass |
TRN1
High performance computing powered by AWS Trainium.
public const InstanceClass TRN1
Field Value
Type | Description |
---|---|
InstanceClass |
TRN1N
Network-optimized high performance computing powered by AWS Trainium.
public const InstanceClass TRN1N
Field Value
Type | Description |
---|---|
InstanceClass |
TRN2
High performance computing powered by AWS Trainium2, 2nd generation.
public const InstanceClass TRN2
Field Value
Type | Description |
---|---|
InstanceClass |
TRN2U
High performance computing powered by AWS Trainium2 and EC2 Ultra Servers, 2nd generation UltraServers connect multiple EC2 instances using a dedicated, high-bandwidth, low-latency accelerator interconnect.
public const InstanceClass TRN2U
Field Value
Type | Description |
---|---|
InstanceClass |
U_12TB1
High memory instances (12TB) based on Intel Xeon Platinum 8176M (Skylake) processors, 1st generation.
public const InstanceClass U_12TB1
Field Value
Type | Description |
---|---|
InstanceClass |
U_18TB1
High memory instances (18TB) based on Intel Xeon Scalable (Cascade Lake) processors, 1st generation.
public const InstanceClass U_18TB1
Field Value
Type | Description |
---|---|
InstanceClass |
U_24TB1
High memory instances (24TB) based on Intel Xeon Scalable (Cascade Lake) processors, 1st generation.
public const InstanceClass U_24TB1
Field Value
Type | Description |
---|---|
InstanceClass |
U_3TB1
High memory instances (3TB) based on Intel Xeon Platinum 8176M (Skylake) processors, 1st generation.
public const InstanceClass U_3TB1
Field Value
Type | Description |
---|---|
InstanceClass |
U_6TB1
High memory instances (6TB) based on Intel Xeon Platinum 8176M (Skylake) processors, 1st generation.
public const InstanceClass U_6TB1
Field Value
Type | Description |
---|---|
InstanceClass |
U_9TB1
High memory instances (9TB) based on Intel Xeon Platinum 8176M (Skylake) processors, 1st generation.
public const InstanceClass U_9TB1
Field Value
Type | Description |
---|---|
InstanceClass |
U7I_12TB
High memory instances (12TB) based on 4th Generation Intel Xeon Scalable processors (Sapphire Rapids), 7th generation.
public const InstanceClass U7I_12TB
Field Value
Type | Description |
---|---|
InstanceClass |
U7I_6TB
High memory instances (6TB) based on 4th Generation Intel Xeon Scalable processors (Sapphire Rapids), 7th generation.
public const InstanceClass U7I_6TB
Field Value
Type | Description |
---|---|
InstanceClass |
U7I_8TB
High memory instances (8TB) based on 4th Generation Intel Xeon Scalable processors (Sapphire Rapids), 7th generation.
public const InstanceClass U7I_8TB
Field Value
Type | Description |
---|---|
InstanceClass |
U7IN_16TB
High memory, network-intensive instances (16TB) based on 4th Generation Intel Xeon Scalable processors (Sapphire Rapids), 7th generation.
public const InstanceClass U7IN_16TB
Field Value
Type | Description |
---|---|
InstanceClass |
U7IN_24TB
High memory, network-intensive instances (24TB) based on 4th Generation Intel Xeon Scalable processors (Sapphire Rapids), 7th generation.
public const InstanceClass U7IN_24TB
Field Value
Type | Description |
---|---|
InstanceClass |
U7IN_32TB
High memory, network-intensive instances (32TB) based on 4th Generation Intel Xeon Scalable processors (Sapphire Rapids), 7th generation.
public const InstanceClass U7IN_32TB
Field Value
Type | Description |
---|---|
InstanceClass |
U7INH_32TB
High memory, network-intensive instances (32TB) based on 4th Generation Intel Xeon Scalable processors (Sapphire Rapids), 7th generation U7inh instances use Hewlett Packard Enterprise (HPE) Compute Scale Up Server 3200.
public const InstanceClass U7INH_32TB
Field Value
Type | Description |
---|---|
InstanceClass |
value__
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
VIDEO_TRANSCODING1
Multi-stream video transcoding instances for resolutions up to 4K UHD, 1st generation.
public const InstanceClass VIDEO_TRANSCODING1
Field Value
Type | Description |
---|---|
InstanceClass |
VT1
Multi-stream video transcoding instances for resolutions up to 4K UHD, 1st generation.
public const InstanceClass VT1
Field Value
Type | Description |
---|---|
InstanceClass |
X1
Memory-intensive instances, 1st generation.
public const InstanceClass X1
Field Value
Type | Description |
---|---|
InstanceClass |
X1E
Memory-intensive instances, extended, 1st generation.
public const InstanceClass X1E
Field Value
Type | Description |
---|---|
InstanceClass |
X2G
Memory-intensive instances, 2nd generation with Graviton2 processors.
public const InstanceClass X2G
Field Value
Type | Description |
---|---|
InstanceClass |
Remarks
This instance type can be used only in RDS. It is not supported in EC2.
X2GD
Memory-intensive instances, 2nd generation with Graviton2 processors and local NVME drive.
public const InstanceClass X2GD
Field Value
Type | Description |
---|---|
InstanceClass |
X2IDN
Memory-intensive instances with higher network bandwith and local NVME drive, Intel Xeon Scalable (Ice Lake) processors.
public const InstanceClass X2IDN
Field Value
Type | Description |
---|---|
InstanceClass |
X2IEDN
Memory-intensive instances with higher network bandwith, local NVME drive, and extended memory.
public const InstanceClass X2IEDN
Field Value
Type | Description |
---|---|
InstanceClass |
Remarks
Intel Xeon Scalable (Ice Lake) processors
X2IEZN
Memory-intensive instances with higher network bandwith and single-threaded performance, Intel Xeon Scalable (Cascade Lake) processors.
public const InstanceClass X2IEZN
Field Value
Type | Description |
---|---|
InstanceClass |
X8G
Memory-intensive instances powered by Graviton4 processors, 8th generation.
public const InstanceClass X8G
Field Value
Type | Description |
---|---|
InstanceClass |
Z1D
High memory and compute capacity instances, 1st generation.
public const InstanceClass Z1D
Field Value
Type | Description |
---|---|
InstanceClass |