(aws_opensearchservice): i4i instances say they need EBS #32070
Labels
@aws-cdk/aws-opensearch
Related to the @aws-cdk/aws-opensearchservice package
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
p2
Describe the bug
See #31764 and its fix, #31948
While the above PR added i4g to the list of AWS Opensearch instances that don't require EBS options, i4i should be in this list as well as they use attached SSD drives: https://aws.amazon.com/opensearch-service/pricing/
Regression Issue
Last Known Working CDK Version
No response
Expected Behavior
I should be able to create an Opensearch domain without using
EBSOptions
.Current Behavior
An error is thrown when trying to use i4i instances.
Reproduction Steps
Possible Solution
See #31948 . This PR essentially needs to be replicated but with
i4i
instances.Additional Information/Context
No response
CDK CLI Version
2.166.0 (build 7bb9203)
Framework Version
No response
Node.js Version
20.11.1
OS
MacOS 14.6.1
Language
Python
Language Version
Python (3.12)
Other information
No response
The text was updated successfully, but these errors were encountered: