Skip to content

Commit 370c001

Browse files
author
awstools
committed
feat(client-ec2): U7i instances with up to 32 TiB of DDR5 memory and 896 vCPUs are now available. C7i-flex instances are launched and are lower-priced variants of the Amazon EC2 C7i instances that offer a baseline level of CPU performance with the ability to scale up to the full compute performance 95% of the time.
1 parent d7010ea commit 370c001

26 files changed

+102
-39
lines changed

clients/client-ec2/src/commands/CreateCapacityReservationFleetCommand.ts

+2-2
Large diffs are not rendered by default.

clients/client-ec2/src/commands/CreateFleetCommand.ts

+4-4
Large diffs are not rendered by default.

clients/client-ec2/src/commands/CreateLaunchTemplateCommand.ts

+1-1
Large diffs are not rendered by default.

clients/client-ec2/src/commands/CreateLaunchTemplateVersionCommand.ts

+2-2
Large diffs are not rendered by default.

clients/client-ec2/src/commands/DescribeCapacityReservationFleetsCommand.ts

+1-1
Large diffs are not rendered by default.

clients/client-ec2/src/commands/DescribeFleetsCommand.ts

+4-4
Large diffs are not rendered by default.

clients/client-ec2/src/commands/DescribeInstanceTypeOfferingsCommand.ts

+1-1
Large diffs are not rendered by default.

clients/client-ec2/src/commands/DescribeInstanceTypesCommand.ts

+2-2
Large diffs are not rendered by default.

clients/client-ec2/src/commands/DescribeInstancesCommand.ts

+1-1
Large diffs are not rendered by default.

clients/client-ec2/src/commands/DescribeLaunchTemplateVersionsCommand.ts

+1-1
Large diffs are not rendered by default.

clients/client-ec2/src/commands/DescribeReservedInstancesCommand.ts

+1-1
Large diffs are not rendered by default.

clients/client-ec2/src/commands/DescribeReservedInstancesModificationsCommand.ts

+1-1
Large diffs are not rendered by default.

clients/client-ec2/src/commands/DescribeReservedInstancesOfferingsCommand.ts

+2-2
Large diffs are not rendered by default.

clients/client-ec2/src/commands/DescribeSpotFleetRequestsCommand.ts

+2-2
Large diffs are not rendered by default.

clients/client-ec2/src/commands/DescribeSpotInstanceRequestsCommand.ts

+1-1
Large diffs are not rendered by default.

clients/client-ec2/src/commands/DescribeSpotPriceHistoryCommand.ts

+2-2
Large diffs are not rendered by default.

clients/client-ec2/src/commands/GetLaunchTemplateDataCommand.ts

+1-1
Large diffs are not rendered by default.

clients/client-ec2/src/commands/ImportInstanceCommand.ts

+1-1
Large diffs are not rendered by default.

clients/client-ec2/src/commands/ModifyFleetCommand.ts

+1-1
Large diffs are not rendered by default.

clients/client-ec2/src/commands/ModifyReservedInstancesCommand.ts

+1-1
Large diffs are not rendered by default.

clients/client-ec2/src/commands/ModifySpotFleetRequestCommand.ts

+1-1
Large diffs are not rendered by default.

clients/client-ec2/src/commands/RequestSpotFleetCommand.ts

+2-2
Large diffs are not rendered by default.

clients/client-ec2/src/commands/RequestSpotInstancesCommand.ts

+2-2
Large diffs are not rendered by default.

clients/client-ec2/src/commands/RunInstancesCommand.ts

+2-2
Large diffs are not rendered by default.

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

+9
Original file line numberDiff line numberDiff line change
@@ -8811,6 +8811,11 @@ export const _InstanceType = {
88118811
c7i_48xlarge: "c7i.48xlarge",
88128812
c7i_4xlarge: "c7i.4xlarge",
88138813
c7i_8xlarge: "c7i.8xlarge",
8814+
c7i_flex_2xlarge: "c7i-flex.2xlarge",
8815+
c7i_flex_4xlarge: "c7i-flex.4xlarge",
8816+
c7i_flex_8xlarge: "c7i-flex.8xlarge",
8817+
c7i_flex_large: "c7i-flex.large",
8818+
c7i_flex_xlarge: "c7i-flex.xlarge",
88148819
c7i_large: "c7i.large",
88158820
c7i_metal_24xl: "c7i.metal-24xl",
88168821
c7i_metal_48xl: "c7i.metal-48xl",
@@ -9379,6 +9384,10 @@ export const _InstanceType = {
93799384
trn1_2xlarge: "trn1.2xlarge",
93809385
trn1_32xlarge: "trn1.32xlarge",
93819386
trn1n_32xlarge: "trn1n.32xlarge",
9387+
u7i_12tb_224xlarge: "u7i-12tb.224xlarge",
9388+
u7in_16tb_224xlarge: "u7in-16tb.224xlarge",
9389+
u7in_24tb_224xlarge: "u7in-24tb.224xlarge",
9390+
u7in_32tb_224xlarge: "u7in-32tb.224xlarge",
93829391
u_12tb1_112xlarge: "u-12tb1.112xlarge",
93839392
u_12tb1_metal: "u-12tb1.metal",
93849393
u_18tb1_112xlarge: "u-18tb1.112xlarge",

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

+54
Original file line numberDiff line numberDiff line change
@@ -65926,6 +65926,60 @@
6592665926
"traits": {
6592765927
"smithy.api#enumValue": "gr6.8xlarge"
6592865928
}
65929+
},
65930+
"c7i_flex_large": {
65931+
"target": "smithy.api#Unit",
65932+
"traits": {
65933+
"smithy.api#enumValue": "c7i-flex.large"
65934+
}
65935+
},
65936+
"c7i_flex_xlarge": {
65937+
"target": "smithy.api#Unit",
65938+
"traits": {
65939+
"smithy.api#enumValue": "c7i-flex.xlarge"
65940+
}
65941+
},
65942+
"c7i_flex_2xlarge": {
65943+
"target": "smithy.api#Unit",
65944+
"traits": {
65945+
"smithy.api#enumValue": "c7i-flex.2xlarge"
65946+
}
65947+
},
65948+
"c7i_flex_4xlarge": {
65949+
"target": "smithy.api#Unit",
65950+
"traits": {
65951+
"smithy.api#enumValue": "c7i-flex.4xlarge"
65952+
}
65953+
},
65954+
"c7i_flex_8xlarge": {
65955+
"target": "smithy.api#Unit",
65956+
"traits": {
65957+
"smithy.api#enumValue": "c7i-flex.8xlarge"
65958+
}
65959+
},
65960+
"u7i_12tb_224xlarge": {
65961+
"target": "smithy.api#Unit",
65962+
"traits": {
65963+
"smithy.api#enumValue": "u7i-12tb.224xlarge"
65964+
}
65965+
},
65966+
"u7in_16tb_224xlarge": {
65967+
"target": "smithy.api#Unit",
65968+
"traits": {
65969+
"smithy.api#enumValue": "u7in-16tb.224xlarge"
65970+
}
65971+
},
65972+
"u7in_24tb_224xlarge": {
65973+
"target": "smithy.api#Unit",
65974+
"traits": {
65975+
"smithy.api#enumValue": "u7in-24tb.224xlarge"
65976+
}
65977+
},
65978+
"u7in_32tb_224xlarge": {
65979+
"target": "smithy.api#Unit",
65980+
"traits": {
65981+
"smithy.api#enumValue": "u7in-32tb.224xlarge"
65982+
}
6592965983
}
6593065984
}
6593165985
},

0 commit comments

Comments
 (0)