We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a01678b commit 845be10Copy full SHA for 845be10
packages/@aws-cdk/aws-ec2/lib/instance-types.ts
@@ -88,6 +88,16 @@ export enum InstanceClass {
88
*/
89
M5DN = 'm5dn',
90
91
+ /**
92
+ * Standard instances with high memory and compute capacity based on Intel Xeon Scalable (Cascade Lake) processors, 5nd generation
93
+ */
94
+ STANDARD5_HIGH_COMPUTE = 'm5zn',
95
+
96
97
98
99
+ M5ZN = 'm5zn',
100
101
/**
102
* Memory optimized instances, 3rd generation
103
0 commit comments