AWS Certified SysOps Administrator – Associate (legacy) — Question 686

A SysOps Administrator needs to control access to groups of Amazon EC2 instances using AWS Systems Manager Session Manager. Specific tags on the EC2 instances have already been added.
Which additional actions should the Administrator take to control access? (Choose two.)

Answer options

Correct answer: A, E

Explanation

To control access to specific EC2 instances via AWS Systems Manager Session Manager based on tags, you must create an IAM policy that uses a Condition element to restrict permissions to only those instances carrying the specified tags. This IAM policy must then be attached directly to the IAM users or groups who need to initiate the sessions. Other options like placement groups or service accounts do not provide user-level access control for Session Manager.