Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(opensearch): Add latest Opensearch Version 1.2 (#19749)
---- ### Add new OpenSearch Version 1.2 **Related Announcement**: https://aws.amazon.com/about-aws/whats-new/2022/04/amazon-opensearch-supports-version-1-2/ Upgrade option already available in AWS console. List an example of the new version (here: 1.2) via cli in 2 different regions: ``` aws es list-elasticsearch-versions --region=eu-west-1 { "ElasticsearchVersions": [ "OpenSearch_1.2", "OpenSearch_1.1", "OpenSearch_1.0", "7.10", "7.9", ... ] } ``` or ``` aws es list-elasticsearch-versions --region=us-east-1 { "ElasticsearchVersions": [ "OpenSearch_1.2", "OpenSearch_1.1", "OpenSearch_1.0", "7.10", "7.9", ... ] } ``` ### All Submissions: * [x] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/master/CONTRIBUTING.md) * [x] Did you use cdk-integ to deploy the infrastructure and generate the snapshot (i.e. cdk-integ without --dry-run)? *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
- Loading branch information