Skip to content

Commit

Permalink
feat(ec2): add Hpc6a instances (#18445)
Browse files Browse the repository at this point in the history
Add support for Hpc6a instances (high performance computing).

[Announcement](https://aws.amazon.com/about-aws/whats-new/2022/01/amazon-ec2-hpc6a-instances/)

----

*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 authored Jan 19, 2022
1 parent a5ff631 commit c7f39ca
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
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,16 @@ export enum InstanceClass {
* Multi-stream video transcoding instances for resolutions up to 4K UHD, 1st generation
*/
VT1 = 'vt1',

/**
* High performance computing based on AMD EPYC, 6th generation
*/
HIGH_PERFORMANCE_COMPUTING6_AMD = 'hpc6a',

/**
* High performance computing based on AMD EPYC, 6th generation
*/
HPC6A = 'hpc6a',
}

/**
Expand Down

0 comments on commit c7f39ca

Please sign in to comment.