Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions packages/@aws-cdk/aws-ec2/lib/instance-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,16 @@ export enum InstanceClass {
*/
R6G = 'r6g',

/**
* Memory optimized instances, 6th generation with Graviton2 processors and local NVME drive
*/
MEMORY6_GRAVITON2_NVME_DRIVE = 'r6gd',

/**
* Memory optimized instances, 6th generation with Graviton2 processors and local NVME drive
*/
R6GD = 'r6gd',

/**
* Compute optimized instances, 3rd generation
*/
Expand Down Expand Up @@ -420,6 +430,16 @@ export enum InstanceClass {
*/
M6G = 'm6g',

/**
* Standard instances, 6th generation with Graviton2 processors and local NVME drive
*/
STANDARD6_GRAVITON2_NVME_DRIVE = 'm6gd',

/**
* Standard instances, 6th generation with Graviton2 processors and local NVME drive
*/
M6GD = 'm6gd',

/**
* High memory and compute capacity instances, 1st generation
*/
Expand Down