Skip to content

Commit

Permalink
Merge branch 'main' into chore/validate-props-action-and-parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Oct 24, 2023
2 parents be2362f + 039071d commit 4b2a9ab
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/aws-cdk-lib/aws-ec2/lib/instance-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,16 @@ export enum InstanceClass {
*/
I4I = 'i4i',

/**
* Storage optimized instances powered by Graviton2 processor, 4th generation
*/
STORAGE4_GRAVITON = 'storage4_graviton',

/**
* Storage optimized instances powered by Graviton2 processor, 4th generation
*/
I4G = 'i4g',

/**
* Storage optimized instances powered by Graviton2 processor, 4th generation
*/
Expand Down Expand Up @@ -1291,6 +1301,8 @@ export class InstanceType {
[InstanceClass.I3]: 'i3',
[InstanceClass.IO3_DENSE_NVME_DRIVE]: 'i3en',
[InstanceClass.I3EN]: 'i3en',
[InstanceClass.STORAGE4_GRAVITON]: 'i4g',
[InstanceClass.I4G]: 'i4g',
[InstanceClass.STORAGE4_GRAVITON_NETWORK_OPTIMIZED]: 'im4gn',
[InstanceClass.IM4GN]: 'im4gn',
[InstanceClass.STORAGE4_GRAVITON_NETWORK_STORAGE_OPTIMIZED]: 'is4gen',
Expand Down

0 comments on commit 4b2a9ab

Please sign in to comment.