Skip to content

Commit

Permalink
feat(ec2): add m6i instances
Browse files Browse the repository at this point in the history
  • Loading branch information
robertd committed Aug 16, 2021
1 parent 84a831a commit 46fe5a5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/@aws-cdk/aws-ec2/lib/instance-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,18 @@ export enum InstanceClass {
*/
M6G = 'm6g',

/**
* Standard instances based on Intel (Ice Lake), 6th generation.
*
* @stability stable
*/
STANDARD6_INTEL = 'm6i',

/**
* Standard instances based on Intel (Ice Lake), 6th generation.
*/
M6I = 'm6i',

/**
* Standard instances, 6th generation with Graviton2 processors and local NVME drive
*/
Expand Down

0 comments on commit 46fe5a5

Please sign in to comment.