aws-opensearchservice/domain: r7gd
not usable
#32138
Labels
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
p2
package/tools
Related to AWS CDK Tools or CLI
Describe the bug
When trying to create a domain with
dataNodeInstanceType
ofr7gd.4xlarge.search
, CDK reportsError: EBS volumes are required when using instance types other than R3, I3, R6GD, I4G, or IM4GN.
- however,gd
instances have integrated storage and do not use EBS storage.Regression Issue
Last Known Working CDK Version
No response
Expected Behavior
I expected
r7gd
instances to be allowed, as the AWS console is urging me to upgrade to the newer generation.Current Behavior
I get the error noted above.
Reproduction Steps
See description.
Possible Solution
Correct the list. (Having a hard-coded list seems really brittle - is there another way to achieve this?)
Additional Information/Context
No response
CDK CLI Version
2.166.0 (build 7bb9203)
Framework Version
No response
Node.js Version
v18.18.2
OS
macOS Monterey Version 12.7.6
Language
TypeScript
Language Version
typescript 5.4.3
Other information
No response
The text was updated successfully, but these errors were encountered: