AWS Systems Manager and EC2 Run Commands Flashcards
What can you do with Systems Manager and EC2 Run Commands
Automate common and ad hoc configuration changes without having to log in to the instances.
True or false: Like most AWS services, Systems Manager and EC2 Run Commands require an IAM role?
True.
For which AWS Services will you find the correct use case for Systems Manager and Run Commands?
EC2
What is the default, AWS-managed role for Systems Manager?
EC2 role for Simple Systems Manager
True or False: In Systems Manager, you can choose to run commands against manually selected instances, or against instances with specific tags?
True.
True or false: Systems Manager is another example of why proper tagging is critical to managing your AWS environment?
True. Tagging will allow you to easily differentiate which servers require what Run Commands and prevent the requirement of manually selecting instances.
In which ways can systems be targeted for Run Commands?
Through manual selection, or applied in groups via instance tagging.
True or False: Systems Management is an agentless service, not requiring any software being applied to the instances themselves?
False: An SSM agent needs to be installed on all managed instances.
Where are commands and parameters defined?
in a Systems Manager Document
From where can commands be issued?
AWS Console, AWS CLI, AWS Tools, PowerShell, Systems Manager API, or Amazon SDKs
True or false: AWS Systems Manager is for AWS systems only?
False: You can manage EC2 and on-prem systems with Systems Manager.