Skip to content

Commit 66a6a45

Browse files
author
awstools
committed
feat(client-ec2): u-3tb1 instances are powered by Intel Xeon Platinum 8176M (Skylake) processors and are purpose-built to run large in-memory databases.
1 parent 384cbd7 commit 66a6a45

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6113,6 +6113,7 @@ export enum _InstanceType {
61136113
u_12tb1_metal = "u-12tb1.metal",
61146114
u_18tb1_metal = "u-18tb1.metal",
61156115
u_24tb1_metal = "u-24tb1.metal",
6116+
u_3tb1_56xlarge = "u-3tb1.56xlarge",
61166117
u_6tb1_112xlarge = "u-6tb1.112xlarge",
61176118
u_6tb1_56xlarge = "u-6tb1.56xlarge",
61186119
u_6tb1_metal = "u-6tb1.metal",

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52890,6 +52890,12 @@
5289052890
"traits": {
5289152891
"smithy.api#enumValue": "p4de.24xlarge"
5289252892
}
52893+
},
52894+
"u_3tb1_56xlarge": {
52895+
"target": "smithy.api#Unit",
52896+
"traits": {
52897+
"smithy.api#enumValue": "u-3tb1.56xlarge"
52898+
}
5289352899
}
5289452900
}
5289552901
},

0 commit comments

Comments
 (0)