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 @@ -884,6 +884,16 @@ export enum InstanceClass {
884
884
*/
885
885
INF1 = 'inf1' ,
886
886
887
+ /**
888
+ * Inferentia Chips based instances for machine learning inference applications, 2nd generation
889
+ */
890
+ INFERENCE2 = 'inference2' ,
891
+
892
+ /**
893
+ * Inferentia Chips based instances for machine learning inference applications, 2nd generation
894
+ */
895
+ INF2 = 'inf2' ,
896
+
887
897
/**
888
898
* Macintosh instances built on Apple Mac mini computers, 1st generation with Intel procesors
889
899
*/
@@ -1237,6 +1247,8 @@ export class InstanceType {
1237
1247
[ InstanceClass . Z1D ] : 'z1d' ,
1238
1248
[ InstanceClass . INFERENCE1 ] : 'inf1' ,
1239
1249
[ InstanceClass . INF1 ] : 'inf1' ,
1250
+ [ InstanceClass . INFERENCE2 ] : 'inf2' ,
1251
+ [ InstanceClass . INF2 ] : 'inf2' ,
1240
1252
[ InstanceClass . MACINTOSH1_INTEL ] : 'mac1' ,
1241
1253
[ InstanceClass . MAC1 ] : 'mac1' ,
1242
1254
[ InstanceClass . VIDEO_TRANSCODING1 ] : 'vt1' ,
You can’t perform that action at this time.
0 commit comments