We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fd542c commit 64c5064Copy full SHA for 64c5064
packages/@aws-cdk/aws-ec2/lib/instance-types.ts
@@ -452,6 +452,16 @@ export enum InstanceClass {
452
*/
453
I3EN = 'i3en',
454
455
+ /**
456
+ * I/O-optimized instances with local NVME drive powered by Intel Xeon Scalable processors (code named Ice Lake), 4th generation
457
+ */
458
+ IO4_INTEL = 'i4i',
459
+
460
461
462
463
+ I4I = 'i4i',
464
465
/**
466
* Storage optimized instances powered by Graviton2 processor, 4th generation
467
0 commit comments