Operations: AWS Systems Manager and OpsWorks Flashcards
Application running on EC2 needs login credentials
for a DB that are stored as secure strings in SSM
Parameter Store
Create an IAM role for the instance and grant
permission to read the parameters
Linux instances are patched with Systems Manager
Patch Manager. Application slows down whilst
updates are happening
Change maintenance window to patch 10% of
instances in the patch group at a time
Custom Linux AMI used with AWS Systems Manager.
Can’t find instances in Session Manager console
Need to add permissions to instance profile and
install the SSM agent on the instances
Multiple environments require authentication
credentials for external service. Deployed using
CloudFormation
Store credentials in SSM Parameter Store and pass an
environment tag as a parameter in CloudFormation
template
IAM access keys used to manage EC2 instances using
the CLI. Company policy mandates that access keys
are automatically disabled after 60 days
Use an AWS Config rule to identify noncompliant
keys. Create a custom AWS Systems Manager
Automation document for remediation