-
Notifications
You must be signed in to change notification settings - Fork 27
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
✨AWS-library: Added interface to AWS SSM #6032
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6032 +/- ##
=========================================
+ Coverage 84.5% 87.9% +3.3%
=========================================
Files 10 1432 +1422
Lines 214 58735 +58521
Branches 25 1403 +1378
=========================================
+ Hits 181 51636 +51455
- Misses 23 6806 +6783
- Partials 10 293 +283
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
Beautiful code, impressive error handling. Thanks a lot! Only one comment from my side 💪
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.
nice work! THX
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.
cool, thanks!
What do these changes do?
This PR introduces in the AWS-library the interfacing with AWS System Manager service (SSM)
Excerpt of AWS SSM:
AWS Systems Manager allows you to safely automate common and repetitive IT operations and management tasks across multiple accounts and AWS Regions.
This PR is a pre-requisite of #5923
In a nutshell, the SSM service allows to run arbitrary commands on EC2 machines when they are running. And this is needed in order to prepare EBS-based buffer machines.
Related issue/s
How to test
Dev-ops checklist