File tree 1 file changed +14
-0
lines changed
packages/aws-cdk-lib/aws-ec2/lib
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -494,6 +494,18 @@ export enum InstanceClass {
494
494
*/
495
495
C6GN = 'c6gn' ,
496
496
497
+ /**
498
+ * Compute optimized instances for high performance computing, 7th generation with Graviton3 processors
499
+ * and high network bandwidth capabilities
500
+ */
501
+ COMPUTE7_GRAVITON3_HIGH_NETWORK_BANDWIDTH = 'compute7-graviton3-high-network-bandwidth' ,
502
+
503
+ /**
504
+ * Compute optimized instances for high performance computing, 7th generation with Graviton3 processors
505
+ * and high network bandwidth capabilities
506
+ */
507
+ C7GN = 'c7gn' ,
508
+
497
509
/**
498
510
* Storage-optimized instances, 2nd generation
499
511
*/
@@ -1219,6 +1231,8 @@ export class InstanceType {
1219
1231
[ InstanceClass . C7G ] : 'c7g' ,
1220
1232
[ InstanceClass . COMPUTE7_GRAVITON3_NVME_DRIVE ] : 'c7gd' ,
1221
1233
[ InstanceClass . C7GD ] : 'c7gd' ,
1234
+ [ InstanceClass . COMPUTE7_GRAVITON3_HIGH_NETWORK_BANDWIDTH ] : 'c7gn' ,
1235
+ [ InstanceClass . C7GN ] : 'c7gn' ,
1222
1236
[ InstanceClass . STORAGE2 ] : 'd2' ,
1223
1237
[ InstanceClass . D2 ] : 'd2' ,
1224
1238
[ InstanceClass . STORAGE3 ] : 'd3' ,
You can’t perform that action at this time.
0 commit comments