Skip to content

Commit f0aeeb1

Browse files
author
awstools
committed
feat(client-ec2): Amazon EC2 Trn1 instances, powered by AWS Trainium chips, are purpose built for high-performance deep learning training. u-24tb1.112xlarge and u-18tb1.112xlarge High Memory instances are purpose-built to run large in-memory databases.
1 parent b6eadd0 commit f0aeeb1

File tree

3 files changed

+42
-0
lines changed

3 files changed

+42
-0
lines changed

clients/client-ec2/src/models/models_0.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6199,9 +6199,13 @@ export enum _InstanceType {
61996199
t4g_nano = "t4g.nano",
62006200
t4g_small = "t4g.small",
62016201
t4g_xlarge = "t4g.xlarge",
6202+
trn1_2xlarge = "trn1.2xlarge",
6203+
trn1_32xlarge = "trn1.32xlarge",
62026204
u_12tb1_112xlarge = "u-12tb1.112xlarge",
62036205
u_12tb1_metal = "u-12tb1.metal",
6206+
u_18tb1_112xlarge = "u-18tb1.112xlarge",
62046207
u_18tb1_metal = "u-18tb1.metal",
6208+
u_24tb1_112xlarge = "u-24tb1.112xlarge",
62056209
u_24tb1_metal = "u-24tb1.metal",
62066210
u_3tb1_56xlarge = "u-3tb1.56xlarge",
62076211
u_6tb1_112xlarge = "u-6tb1.112xlarge",

clients/client-ec2/src/models/models_3.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5419,6 +5419,7 @@ export interface DescribeImagesRequest {
54195419

54205420
export enum ArchitectureValues {
54215421
arm64 = "arm64",
5422+
arm64_mac = "arm64_mac",
54225423
i386 = "i386",
54235424
x86_64 = "x86_64",
54245425
x86_64_mac = "x86_64_mac",
@@ -8813,6 +8814,7 @@ export interface PlacementGroupInfo {
88138814

88148815
export enum ArchitectureType {
88158816
arm64 = "arm64",
8817+
arm64_mac = "arm64_mac",
88168818
i386 = "i386",
88178819
x86_64 = "x86_64",
88188820
x86_64_mac = "x86_64_mac",

codegen/sdk-codegen/aws-models/ec2.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6345,6 +6345,12 @@
63456345
"traits": {
63466346
"smithy.api#enumValue": "x86_64_mac"
63476347
}
6348+
},
6349+
"arm64_mac": {
6350+
"target": "smithy.api#Unit",
6351+
"traits": {
6352+
"smithy.api#enumValue": "arm64_mac"
6353+
}
63486354
}
63496355
}
63506356
},
@@ -6398,6 +6404,12 @@
63986404
"traits": {
63996405
"smithy.api#enumValue": "x86_64_mac"
64006406
}
6407+
},
6408+
"arm64_mac": {
6409+
"target": "smithy.api#Unit",
6410+
"traits": {
6411+
"smithy.api#enumValue": "arm64_mac"
6412+
}
64016413
}
64026414
}
64036415
},
@@ -55587,6 +55599,30 @@
5558755599
"traits": {
5558855600
"smithy.api#enumValue": "u-3tb1.56xlarge"
5558955601
}
55602+
},
55603+
"u_18tb1_112xlarge": {
55604+
"target": "smithy.api#Unit",
55605+
"traits": {
55606+
"smithy.api#enumValue": "u-18tb1.112xlarge"
55607+
}
55608+
},
55609+
"u_24tb1_112xlarge": {
55610+
"target": "smithy.api#Unit",
55611+
"traits": {
55612+
"smithy.api#enumValue": "u-24tb1.112xlarge"
55613+
}
55614+
},
55615+
"trn1_2xlarge": {
55616+
"target": "smithy.api#Unit",
55617+
"traits": {
55618+
"smithy.api#enumValue": "trn1.2xlarge"
55619+
}
55620+
},
55621+
"trn1_32xlarge": {
55622+
"target": "smithy.api#Unit",
55623+
"traits": {
55624+
"smithy.api#enumValue": "trn1.32xlarge"
55625+
}
5559055626
}
5559155627
}
5559255628
},

0 commit comments

Comments
 (0)