AWS Certified SysOps Administrator – Associate — Question 466

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 enforce tag-based access control via Session Manager, an IAM policy must be created with a Condition element that targets the specific EC2 instance tags, and this policy must then be attached to the IAM users or groups requiring access. Options B and D are incorrect because instance roles and service accounts do not govern user-level access permissions to those instances. Option C is incorrect because placement groups are used to influence the physical placement of instances for performance, not for access control.