Skip to content

Commit

Permalink
feat(ec2): add m6a instances (#17764)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertd committed Nov 30, 2021
1 parent 245c059 commit b06f120
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/@aws-cdk/aws-ec2/lib/instance-types.ts
Expand Up @@ -546,6 +546,16 @@ export enum InstanceClass {
*/
M6I = 'm6i',

/**
* Standard instances based on 3rd Gen AMD EPYC processors, 6th generation.
*/
STANDARD6_AMD = 'm6a',

/**
* Standard instances based on 3rd Gen AMD EPYC processors, 6th generation.
*/
M6A = 'm6a',

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

0 comments on commit b06f120

Please sign in to comment.