Skip to content

Commit

Permalink
feat(client-ec2): Amazon EC2 Trn1 instances, powered by AWS Trainium …
Browse files Browse the repository at this point in the history
…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.
  • Loading branch information
awstools committed Nov 9, 2022
1 parent b6eadd0 commit f0aeeb1
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
4 changes: 4 additions & 0 deletions clients/client-ec2/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6199,9 +6199,13 @@ export enum _InstanceType {
t4g_nano = "t4g.nano",
t4g_small = "t4g.small",
t4g_xlarge = "t4g.xlarge",
trn1_2xlarge = "trn1.2xlarge",
trn1_32xlarge = "trn1.32xlarge",
u_12tb1_112xlarge = "u-12tb1.112xlarge",
u_12tb1_metal = "u-12tb1.metal",
u_18tb1_112xlarge = "u-18tb1.112xlarge",
u_18tb1_metal = "u-18tb1.metal",
u_24tb1_112xlarge = "u-24tb1.112xlarge",
u_24tb1_metal = "u-24tb1.metal",
u_3tb1_56xlarge = "u-3tb1.56xlarge",
u_6tb1_112xlarge = "u-6tb1.112xlarge",
Expand Down
2 changes: 2 additions & 0 deletions clients/client-ec2/src/models/models_3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5419,6 +5419,7 @@ export interface DescribeImagesRequest {

export enum ArchitectureValues {
arm64 = "arm64",
arm64_mac = "arm64_mac",
i386 = "i386",
x86_64 = "x86_64",
x86_64_mac = "x86_64_mac",
Expand Down Expand Up @@ -8813,6 +8814,7 @@ export interface PlacementGroupInfo {

export enum ArchitectureType {
arm64 = "arm64",
arm64_mac = "arm64_mac",
i386 = "i386",
x86_64 = "x86_64",
x86_64_mac = "x86_64_mac",
Expand Down
36 changes: 36 additions & 0 deletions codegen/sdk-codegen/aws-models/ec2.json
Original file line number Diff line number Diff line change
Expand Up @@ -6345,6 +6345,12 @@
"traits": {
"smithy.api#enumValue": "x86_64_mac"
}
},
"arm64_mac": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "arm64_mac"
}
}
}
},
Expand Down Expand Up @@ -6398,6 +6404,12 @@
"traits": {
"smithy.api#enumValue": "x86_64_mac"
}
},
"arm64_mac": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "arm64_mac"
}
}
}
},
Expand Down Expand Up @@ -55587,6 +55599,30 @@
"traits": {
"smithy.api#enumValue": "u-3tb1.56xlarge"
}
},
"u_18tb1_112xlarge": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "u-18tb1.112xlarge"
}
},
"u_24tb1_112xlarge": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "u-24tb1.112xlarge"
}
},
"trn1_2xlarge": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "trn1.2xlarge"
}
},
"trn1_32xlarge": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "trn1.32xlarge"
}
}
}
},
Expand Down

0 comments on commit f0aeeb1

Please sign in to comment.