We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 737e611 commit 8f6e20eCopy full SHA for 8f6e20e
packages/@aws-cdk/aws-ec2/lib/instance-types.ts
@@ -576,6 +576,16 @@ export enum InstanceClass {
576
*/
577
X2IDN = 'x2idn',
578
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
586
587
+ X2IEZN = 'x2iezn',
588
589
/**
590
* Instances with customizable hardware acceleration, 1st generation
591
0 commit comments