Skip to content

Commit

Permalink
feat(ec2): add X2gd instances (#16810)
Browse files Browse the repository at this point in the history
Add support for X2gd instances.

Announcement: https://aws.amazon.com/about-aws/whats-new/2021/03/announcing-new-amazon-ec2-x2gd-instances-powered-by-aws-graviton2-processors/

Closes #16794.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
jumic committed Oct 6, 2021
1 parent 6f0a507 commit 6d468d2
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 @@ -372,6 +372,16 @@ export enum InstanceClass {
*/
X1E = 'x1e',

/**
* Memory-intensive instances, 2nd generation with Graviton2 processors and local NVME drive
*/
MEMORY_INTENSIVE_2_GRAVITON2_NVME_DRIVE = 'x2gd',

/**
* Memory-intensive instances, 2nd generation with Graviton2 processors and local NVME drive
*/
X2GD = 'x2gd',

/**
* Instances with customizable hardware acceleration, 1st generation
*/
Expand Down

0 comments on commit 6d468d2

Please sign in to comment.