Skip to content

Commit 8f6e20e

Browse files
authored
1 parent 737e611 commit 8f6e20e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/@aws-cdk/aws-ec2/lib/instance-types.ts

+10
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,16 @@ export enum InstanceClass {
576576
*/
577577
X2IDN = 'x2idn',
578578

579+
/**
580+
* Memory-intensive instances with higher network bandwith and single-threaded performance, Intel Xeon Scalable (Cascade Lake) processors
581+
*/
582+
MEMORY_INTENSIVE_2_XTZ_INTEL = 'x2iezn',
583+
584+
/**
585+
* Memory-intensive instances with higher network bandwith and single-threaded performance, Intel Xeon Scalable (Cascade Lake) processors
586+
*/
587+
X2IEZN = 'x2iezn',
588+
579589
/**
580590
* Instances with customizable hardware acceleration, 1st generation
581591
*/

0 commit comments

Comments
 (0)