Skip to content

Commit

Permalink
feat(client-ec2): Amazon EC2 I4i instances are powered by 3rd generat…
Browse files Browse the repository at this point in the history
…ion Intel Xeon Scalable processors and feature up to 30 TB of local AWS Nitro SSD storage
  • Loading branch information
awstools committed May 5, 2022
1 parent d1a2c61 commit 1aefead
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
7 changes: 7 additions & 0 deletions clients/client-ec2/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6866,6 +6866,13 @@ export type _InstanceType =
| "i3en.large"
| "i3en.metal"
| "i3en.xlarge"
| "i4i.16xlarge"
| "i4i.2xlarge"
| "i4i.32xlarge"
| "i4i.4xlarge"
| "i4i.8xlarge"
| "i4i.large"
| "i4i.xlarge"
| "im4gn.16xlarge"
| "im4gn.2xlarge"
| "im4gn.4xlarge"
Expand Down
28 changes: 28 additions & 0 deletions codegen/sdk-codegen/aws-models/ec2.json
Original file line number Diff line number Diff line change
Expand Up @@ -47413,6 +47413,34 @@
{
"value": "m6a.metal",
"name": "m6a_metal"
},
{
"value": "i4i.large",
"name": "i4i_large"
},
{
"value": "i4i.xlarge",
"name": "i4i_xlarge"
},
{
"value": "i4i.2xlarge",
"name": "i4i_2xlarge"
},
{
"value": "i4i.4xlarge",
"name": "i4i_4xlarge"
},
{
"value": "i4i.8xlarge",
"name": "i4i_8xlarge"
},
{
"value": "i4i.16xlarge",
"name": "i4i_16xlarge"
},
{
"value": "i4i.32xlarge",
"name": "i4i_32xlarge"
}
]
}
Expand Down

0 comments on commit 1aefead

Please sign in to comment.