Commit a2ac36e
authored
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*1 parent 19664ae commit a2ac36e
File tree
4 files changed
+6
-3
lines changed- packages/@aws-cdk
- aws-appsync
- test
- aws-opensearchservice/lib
4 files changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
68 | 71 | | |
69 | 72 | | |
70 | 73 | | |
| |||
0 commit comments