Skip to content

Commit c7f39ca

Browse files
authored
feat(ec2): add Hpc6a instances (#18445)
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*
1 parent a5ff631 commit c7f39ca

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/@aws-cdk/aws-ec2/lib/instance-types.ts

+10
Original file line numberDiff line numberDiff line change
@@ -725,6 +725,16 @@ export enum InstanceClass {
725725
* Multi-stream video transcoding instances for resolutions up to 4K UHD, 1st generation
726726
*/
727727
VT1 = 'vt1',
728+
729+
/**
730+
* High performance computing based on AMD EPYC, 6th generation
731+
*/
732+
HIGH_PERFORMANCE_COMPUTING6_AMD = 'hpc6a',
733+
734+
/**
735+
* High performance computing based on AMD EPYC, 6th generation
736+
*/
737+
HPC6A = 'hpc6a',
728738
}
729739

730740
/**

0 commit comments

Comments
 (0)