(elasticsearch): support OpenSearch 1.0 #16467
Labels
@aws-cdk/aws-elasticsearch
Related to Amazon Elasticsearch Service
effort/large
Large work item – several weeks of effort
feature-request
A feature should be added or improved.
needs-cfn
This issue is waiting on changes to CloudFormation before it can be addressed.
p1
AWS renamed Amazon Elasticsearch Service to Amazon OpenSearch Service. In addition, the new version OpenSearch 1.0 was introduced.
Announcement:
https://aws.amazon.com/about-aws/whats-new/2021/09/amazon-elasticsearch-service-amazon-opensearch-service-opensearch-1-0/
Use Case
Use new features introduced by OpenSearch 1.0.
Proposed Solution
ElasticsearchVersion.V_OPENSEARCH_1_0
.Proposed Solution for new version constants
Add new enum
EngineType
with valuesELASTICSEARCH
andOPENSEARCH
,New versions can be initialized by passing the optional parameter
engineType
.The specific version constant looks like this:
The enum provides the posibility to differentiate between Elasticsearch and OpenSearch versions.
Other
If you welcome community contribution to this feature request, could you please give a short feedback to the proposed solution? Thanks.
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: