Skip to content

Commit

Permalink
feat(ec2): add support for x2iezn instances (#19517)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmooreamazon committed Mar 23, 2022
1 parent 737e611 commit 8f6e20e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/@aws-cdk/aws-ec2/lib/instance-types.ts
Expand Up @@ -576,6 +576,16 @@ export enum InstanceClass {
*/
X2IDN = 'x2idn',

/**
* Memory-intensive instances with higher network bandwith and single-threaded performance, Intel Xeon Scalable (Cascade Lake) processors
*/
MEMORY_INTENSIVE_2_XTZ_INTEL = 'x2iezn',

/**
* Memory-intensive instances with higher network bandwith and single-threaded performance, Intel Xeon Scalable (Cascade Lake) processors
*/
X2IEZN = 'x2iezn',

/**
* Instances with customizable hardware acceleration, 1st generation
*/
Expand Down

0 comments on commit 8f6e20e

Please sign in to comment.