Practice Exam Questions for Systems Manager
What is required for an EC2 instance to be managed by Systems Manager?
Correct Answer: B
SSM Agent must be installed on the instance and an IAM role with appropriate permissions must be attached. No SSH keys or public IP required.
Which Systems Manager feature provides secure shell access without SSH keys or bastion hosts?
Correct Answer: A
Session Manager provides browser-based shell access without SSH keys, bastion hosts, or open inbound ports. All access is IAM-controlled and fully audited.
What is the maximum size for a Standard tier parameter in Parameter Store?
Correct Answer: B
Standard tier parameters can be up to 4KB. Advanced tier parameters can be up to 8KB but cost $0.05 per parameter per month.
Which feature automates OS patching with compliance reporting?
Correct Answer: B
Patch Manager automates patching with patch baselines, maintenance windows, and built-in compliance reporting.
What is the cost for managing on-premises servers with Systems Manager?
Correct Answer: B
On-premises instances cost $0.00695 per instance per month. EC2 instances are free for most Systems Manager features.
Which parameter type in Parameter Store is encrypted with KMS?
Correct Answer: C
SecureString parameters are encrypted using AWS KMS. String and StringList types are stored as plain text.
What is the maximum number of concurrent Run Command executions per account?
Correct Answer: B
The default limit is 100 concurrent Run Command executions per account. This limit can be increased by requesting a quota increase.
Which Systems Manager feature uses runbooks for workflow automation?
Correct Answer: B
Automation uses runbooks (Automation documents) to define multi-step workflows. It supports approval gates, branching, and integration with other AWS services.
For Systems Manager questions, remember: SSM Agent + IAM role required for managed instances. Session Manager eliminates SSH/bastion hosts. Parameter Store Standard is free. Patch Manager for automated patching. Automation uses runbooks.