(ec2): InstanceSize enum does not support 3XLARGE #14746
Labels
@aws-cdk/aws-ec2
Related to Amazon Elastic Compute Cloud
feature/enhancement
A new API to make things easier or more intuitive. A catch-all for general feature requests.
feature-request
A feature should be added or improved.
The
ec2.InstanceSize
enum does not provide a value for 3xlarge instances. This is a valid option for some instances such as the z1d.3xlargeReproduction Steps
Attempt to describe a
z1d.3xlarge
instance using theec2.InstanceType.of()
static method. You cannot.What did you expect to happen?
I expect the
ec2.InstanceSize
enum to provide a valueXLARGE3
which evaluates to the string3xlarge
What actually happened?
I am unable to create z1d.3xlarge instances with CDK
Environment
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: