From 4e627a62bcdd59a755d5480355e678b454fa3cbc Mon Sep 17 00:00:00 2001 From: Christian Moore Date: Wed, 23 Mar 2022 17:22:34 -0400 Subject: [PATCH] feat(ec2): add support for x2iezn instances (#19517) ---- Blogpost: https://aws.amazon.com/blogs/aws/new-amazon-ec2-x2iezn-instances-powered-by-the-fastest-intel-xeon-scalable-cpu-for-memory-intensive-workloads/ --- packages/@aws-cdk/aws-ec2/lib/instance-types.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages/@aws-cdk/aws-ec2/lib/instance-types.ts b/packages/@aws-cdk/aws-ec2/lib/instance-types.ts index 11f472a75da90..4c7770d22c428 100644 --- a/packages/@aws-cdk/aws-ec2/lib/instance-types.ts +++ b/packages/@aws-cdk/aws-ec2/lib/instance-types.ts @@ -576,6 +576,16 @@ export enum InstanceClass { */ X2IDN = 'x2idn', + /** + * Memory-intensive instances with higher network bandwith and single-threaded performance, Intel Xeon Scalable (Cascade Lake) processors + */ + MEMORY_INTENSIVE_2_XTZ_INTEL = 'x2iezn', + + /** + * Memory-intensive instances with higher network bandwith and single-threaded performance, Intel Xeon Scalable (Cascade Lake) processors + */ + X2IEZN = 'x2iezn', + /** * Instances with customizable hardware acceleration, 1st generation */