-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include AWS Solution cloud formation template #1101
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1101 +/- ##
============================================
- Coverage 80.66% 80.44% -0.23%
- Complexity 2893 2932 +39
============================================
Files 383 379 -4
Lines 14361 14178 -183
Branches 989 998 +9
============================================
- Hits 11584 11405 -179
+ Misses 2184 2173 -11
- Partials 593 600 +7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Peter Nied <[email protected]>
Signed-off-by: Peter Nied <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was expecting a bin/ folder do you plan to use?
Signed-off-by: Peter Nied <[email protected]>
Signed-off-by: Peter Nied <[email protected]>
Signed-off-by: Peter Nied <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See my comment for something to keep on your radar to update in our Solutions documentation
role: bootstrapRole | ||
}) | ||
|
||
new Instance(this, 'BootstrapEC2Instance', { | ||
vpc: vpc, | ||
instanceName: `bootstrap-${stageParameter.valueAsString}-instance`, | ||
instanceName: `bootstrap-instance-${stackMarker}`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not opposed to changing this naming pattern, but this definitely requires an update to our Solutions documentation which expect the previous naming pattern so just putting on your radar
Description
The existing AWS Solutions template is in a GitHub repo GitHub - aws-solutions/migration-assistant-for-amazon-opensearch: Upgrade, Migrate, and Compare OpenSearch Clusters but isn’t used for performing updates.
With ongoing efforts to improve deployment speed, having the solutions deployment inside of the OpenSearch-Migration GitHub repo makes coordinating cross stack references easier and creates a clear workflow for contribution.
Issues Resolved
To Do Before Leaving Draft
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.