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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

SSM On EC2

A

SSM Agent is pre-installed in most AMIs but requires an IAM Instance Role to work.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

SSM Run Command

A

SSM Run Command does not require SSH/RDP access

Run command can also Integrate with Events Bridge

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

SSM COmmand Documents

A
  1. State Manager: for checking and applying State of configuration.
  2. Run Command: For Storing Instructions to run commands logically.
  3. Maintenance Window: Applying configurations based on schedule
How well did you know this?
1
Not at all
2
3
4
5
Perfectly