File tree 1 file changed +12
-0
lines changed
packages/aws-cdk-lib/aws-ec2/lib
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -900,6 +900,16 @@ export enum InstanceClass {
900
900
*/
901
901
G6 = 'g6' ,
902
902
903
+ /**
904
+ * Cost-efficient GPU-based instances for AI inference and spatial computing workloads, 6th generation
905
+ */
906
+ GRAPHICS6_EFFICIENT = 'graphics6-efficient' ,
907
+
908
+ /**
909
+ * Cost-efficient GPU-based instances for AI inference and spatial computing workloads, 6th generation
910
+ */
911
+ G6E = 'g6e' ,
912
+
903
913
/**
904
914
* Parallel-processing optimized instances, 2nd generation
905
915
*/
@@ -1590,6 +1600,8 @@ export class InstanceType {
1590
1600
[ InstanceClass . G5G ] : 'g5g' ,
1591
1601
[ InstanceClass . GRAPHICS6 ] : 'g6' ,
1592
1602
[ InstanceClass . G6 ] : 'g6' ,
1603
+ [ InstanceClass . GRAPHICS6_EFFICIENT ] : 'g6e' ,
1604
+ [ InstanceClass . G6E ] : 'g6e' ,
1593
1605
[ InstanceClass . PARALLEL2 ] : 'p2' ,
1594
1606
[ InstanceClass . P2 ] : 'p2' ,
1595
1607
[ InstanceClass . PARALLEL3 ] : 'p3' ,
You can’t perform that action at this time.
0 commit comments