File tree 1 file changed +20
-0
lines changed
packages/@aws-cdk/aws-ec2/lib 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -556,6 +556,26 @@ export enum InstanceClass {
556
556
*/
557
557
X2GD = 'x2gd' ,
558
558
559
+ /**
560
+ * Memory-intensive instances with higher network bandwith, local NVME drive, and extended memory. Intel Xeon Scalable (Ice Lake) processors
561
+ */
562
+ MEMORY_INTENSIVE_2_XT_INTEL = 'x2iedn' ,
563
+
564
+ /**
565
+ * Memory-intensive instances with higher network bandwith, local NVME drive, and extended memory. Intel Xeon Scalable (Ice Lake) processors
566
+ */
567
+ X2IEDN = 'x2iedn' ,
568
+
569
+ /**
570
+ * Memory-intensive instances with higher network bandwith and local NVME drive, Intel Xeon Scalable (Ice Lake) processors
571
+ */
572
+ MEMORY_INTENSIVE_2_INTEL = 'x2idn' ,
573
+
574
+ /**
575
+ * Memory-intensive instances with higher network bandwith and local NVME drive, Intel Xeon Scalable (Ice Lake) processors
576
+ */
577
+ X2IDN = 'x2idn' ,
578
+
559
579
/**
560
580
* Instances with customizable hardware acceleration, 1st generation
561
581
*/
You can’t perform that action at this time.
0 commit comments