Commit 9594842
authored
fix(opensearchservice): add i8g nodes validation without EBS (#35668)
### Issue # (if applicable)
Closes #35666.
### Reason for this change
Cannot create i8g data nodes without EBS due to validation logic.
### Description of changes
Enable create i8g data nodes by adding i8g type to `unSupportEbsInstanceType` .
### Describe any new or updated permissions being added
N/A
### Description of how you validated changes
unit test
### Checklist
- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*1 parent 23261df commit 9594842
File tree
2 files changed
+22
-2
lines changed- packages/aws-cdk-lib/aws-opensearchservice
- lib
- test
2 files changed
+22
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1649 | 1649 | | |
1650 | 1650 | | |
1651 | 1651 | | |
| 1652 | + | |
1652 | 1653 | | |
1653 | 1654 | | |
1654 | 1655 | | |
| |||
Lines changed: 21 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2006 | 2006 | | |
2007 | 2007 | | |
2008 | 2008 | | |
| 2009 | + | |
2009 | 2010 | | |
2010 | 2011 | | |
2011 | 2012 | | |
| |||
2017 | 2018 | | |
2018 | 2019 | | |
2019 | 2020 | | |
2020 | | - | |
| 2021 | + | |
| 2022 | + | |
| 2023 | + | |
| 2024 | + | |
| 2025 | + | |
| 2026 | + | |
| 2027 | + | |
| 2028 | + | |
| 2029 | + | |
| 2030 | + | |
| 2031 | + | |
| 2032 | + | |
| 2033 | + | |
| 2034 | + | |
| 2035 | + | |
| 2036 | + | |
| 2037 | + | |
| 2038 | + | |
| 2039 | + | |
2021 | 2040 | | |
2022 | 2041 | | |
2023 | 2042 | | |
| |||
2058 | 2077 | | |
2059 | 2078 | | |
2060 | 2079 | | |
2061 | | - | |
| 2080 | + | |
2062 | 2081 | | |
2063 | 2082 | | |
2064 | 2083 | | |
| |||
0 commit comments