Systems Manager Flashcards
1
Q
Systems Manager Features
A
- View and control AWS and on-premises infrastructure.
- Agent based - installed on windows and Linux AWS AMi’s
- Manage Inventory & Patch Assets
- Run commands & Manage Desired State
- Parameter Store … configuration and secrets*
- SSM Session Manager Securely connect to EC2 .. even in private VPCS
2
Q
SSM On EC2
A
SSM Agent is pre-installed in most AMIs but requires an IAM Instance Role to work.
3
Q
SSM On-Prem
A
Once ssm agent is installed on on-prem instances and then an IAM Role is issued to the instances in order to access the SSM in aws public Zone.
4
Q
SSM Run Command
A
SSM Run Command does not require SSH/RDP access
Run command can also Integrate with Events Bridge
5
Q
SSM Document
A
Stored in SSM Document Store , A JSON or YAML Template document used for configuring things or making sure things are compliant. It contains the script for all commands
6
Q
SSM COmmand Documents
A
- State Manager: for checking and applying State of configuration.
- Run Command: For Storing Instructions to run commands logically.
- Maintenance Window: Applying configurations based on schedule