File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
packages/aws-cdk-lib/aws-ec2/lib Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -858,6 +858,16 @@ export enum InstanceClass {
858
858
*/
859
859
I7IE = 'i7ie' ,
860
860
861
+ /**
862
+ * I/O-optimized instances with local NVME drive powered by 5th generation Intel Xeon Scalable processors, 7th generation
863
+ */
864
+ IO7_INTEL = 'io7_intel' ,
865
+
866
+ /**
867
+ * I/O-optimized instances with local NVME drive powered by 5th generation Intel Xeon Scalable processors, 7th generation
868
+ */
869
+ I7I = 'i7i' ,
870
+
861
871
/**
862
872
* Storage optimized instances powered by Graviton4 processor, 8th generation
863
873
*/
@@ -1845,6 +1855,8 @@ export class InstanceType {
1845
1855
[ InstanceClass . IS4GEN ] : 'is4gen' ,
1846
1856
[ InstanceClass . STORAGE7_INTEL_STORAGE_OPTIMIZED ] : 'i7ie' ,
1847
1857
[ InstanceClass . I7IE ] : 'i7ie' ,
1858
+ [ InstanceClass . IO7_INTEL ] : 'i7i' ,
1859
+ [ InstanceClass . I7I ] : 'i7i' ,
1848
1860
[ InstanceClass . STORAGE8_GRAVITON ] : 'i8g' ,
1849
1861
[ InstanceClass . I8G ] : 'i8g' ,
1850
1862
[ InstanceClass . BURSTABLE2 ] : 't2' ,
You can’t perform that action at this time.
0 commit comments