Skip to content

Commit

Permalink
feat(client-ec2): U7i instances with up to 32 TiB of DDR5 memory and …
Browse files Browse the repository at this point in the history
…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.
  • Loading branch information
awstools committed Jun 4, 2024
1 parent d7010ea commit 370c001
Show file tree
Hide file tree
Showing 26 changed files with 102 additions and 39 deletions.

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions clients/client-ec2/src/commands/CreateFleetCommand.ts

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions clients/client-ec2/src/commands/DescribeFleetsCommand.ts

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion clients/client-ec2/src/commands/ImportInstanceCommand.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion clients/client-ec2/src/commands/ModifyFleetCommand.ts

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions clients/client-ec2/src/commands/RequestSpotFleetCommand.ts

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions clients/client-ec2/src/commands/RunInstancesCommand.ts

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions clients/client-ec2/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8811,6 +8811,11 @@ export const _InstanceType = {
c7i_48xlarge: "c7i.48xlarge",
c7i_4xlarge: "c7i.4xlarge",
c7i_8xlarge: "c7i.8xlarge",
c7i_flex_2xlarge: "c7i-flex.2xlarge",
c7i_flex_4xlarge: "c7i-flex.4xlarge",
c7i_flex_8xlarge: "c7i-flex.8xlarge",
c7i_flex_large: "c7i-flex.large",
c7i_flex_xlarge: "c7i-flex.xlarge",
c7i_large: "c7i.large",
c7i_metal_24xl: "c7i.metal-24xl",
c7i_metal_48xl: "c7i.metal-48xl",
Expand Down Expand Up @@ -9379,6 +9384,10 @@ export const _InstanceType = {
trn1_2xlarge: "trn1.2xlarge",
trn1_32xlarge: "trn1.32xlarge",
trn1n_32xlarge: "trn1n.32xlarge",
u7i_12tb_224xlarge: "u7i-12tb.224xlarge",
u7in_16tb_224xlarge: "u7in-16tb.224xlarge",
u7in_24tb_224xlarge: "u7in-24tb.224xlarge",
u7in_32tb_224xlarge: "u7in-32tb.224xlarge",
u_12tb1_112xlarge: "u-12tb1.112xlarge",
u_12tb1_metal: "u-12tb1.metal",
u_18tb1_112xlarge: "u-18tb1.112xlarge",
Expand Down
54 changes: 54 additions & 0 deletions codegen/sdk-codegen/aws-models/ec2.json
Original file line number Diff line number Diff line change
Expand Up @@ -65926,6 +65926,60 @@
"traits": {
"smithy.api#enumValue": "gr6.8xlarge"
}
},
"c7i_flex_large": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "c7i-flex.large"
}
},
"c7i_flex_xlarge": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "c7i-flex.xlarge"
}
},
"c7i_flex_2xlarge": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "c7i-flex.2xlarge"
}
},
"c7i_flex_4xlarge": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "c7i-flex.4xlarge"
}
},
"c7i_flex_8xlarge": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "c7i-flex.8xlarge"
}
},
"u7i_12tb_224xlarge": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "u7i-12tb.224xlarge"
}
},
"u7in_16tb_224xlarge": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "u7in-16tb.224xlarge"
}
},
"u7in_24tb_224xlarge": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "u7in-24tb.224xlarge"
}
},
"u7in_32tb_224xlarge": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "u7in-32tb.224xlarge"
}
}
}
},
Expand Down

0 comments on commit 370c001

Please sign in to comment.