AWS Certified SysOps Administrator – Associate (SOA-C03) — Question 26

A company wants to use AWS Systems Manager to manage a large fleet of Amazon EC2 instances. The company hosts the instances in private subnets. The company follows the principle of least privilege to assign access permissions. All private subnets have internet connectivity through a NAT gateway.
A CloudOps engineer installs the latest version of the Systems Manager Agent (SSM Agent). However, the EC2 instances do not appear in Systems Manager Fleet Manager. The CloudOps engineer must resolve this issue.
Which solution will meet this requirement?

Answer options

Correct answer: C

Explanation

The correct answer is C because attaching the AmazonSSMManagedInstanceCore AWS managed policy provides the necessary permissions for the SSM Agent to communicate with Systems Manager. Options A and B do not address the permission issue, while option D grants excessive permissions, which violates the principle of least privilege.