Skip to content

Commit

Permalink
feat(client-ec2): Amazon EC2 C7gd, M7gd and R7gd metal instances with…
Browse files Browse the repository at this point in the history
… up to 3.8 TB of local NVMe-based SSD block-level storage have up to 45% improved real-time NVMe storage performance than comparable Graviton2-based instances.
  • Loading branch information
awstools committed Mar 28, 2024
1 parent 17bc8e1 commit 790018d
Show file tree
Hide file tree
Showing 26 changed files with 60 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.

3 changes: 3 additions & 0 deletions clients/client-ec2/src/models/models_0.ts
Expand Up @@ -8793,6 +8793,7 @@ export const _InstanceType = {
c7gd_8xlarge: "c7gd.8xlarge",
c7gd_large: "c7gd.large",
c7gd_medium: "c7gd.medium",
c7gd_metal: "c7gd.metal",
c7gd_xlarge: "c7gd.xlarge",
c7gn_12xlarge: "c7gn.12xlarge",
c7gn_16xlarge: "c7gn.16xlarge",
Expand Down Expand Up @@ -9111,6 +9112,7 @@ export const _InstanceType = {
m7gd_8xlarge: "m7gd.8xlarge",
m7gd_large: "m7gd.large",
m7gd_medium: "m7gd.medium",
m7gd_metal: "m7gd.metal",
m7gd_xlarge: "m7gd.xlarge",
m7i_12xlarge: "m7i.12xlarge",
m7i_16xlarge: "m7i.16xlarge",
Expand Down Expand Up @@ -9311,6 +9313,7 @@ export const _InstanceType = {
r7gd_8xlarge: "r7gd.8xlarge",
r7gd_large: "r7gd.large",
r7gd_medium: "r7gd.medium",
r7gd_metal: "r7gd.metal",
r7gd_xlarge: "r7gd.xlarge",
r7i_12xlarge: "r7i.12xlarge",
r7i_16xlarge: "r7i.16xlarge",
Expand Down
18 changes: 18 additions & 0 deletions codegen/sdk-codegen/aws-models/ec2.json
Expand Up @@ -65522,6 +65522,24 @@
"traits": {
"smithy.api#enumValue": "r7iz.metal-32xl"
}
},
"c7gd_metal": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "c7gd.metal"
}
},
"m7gd_metal": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "m7gd.metal"
}
},
"r7gd_metal": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "r7gd.metal"
}
}
}
},
Expand Down

0 comments on commit 790018d

Please sign in to comment.