AWS Certified SysOps Administrator – Associate — Question 462

A team of on-call engineers frequently needs to connect to Amazon EC2 instances in a private subnet to troubleshoot and run commands. The instances use either the latest AWS-provided Windows Amazon Machine Images (AMIs) or Amazon Linux AMIs.
The team has an existing 1AM role for authorization. A SysOps administrator must provide the team with access to the instances by granting IAM permissions to this role.
Which solution will meet this requirement?

Answer options

Correct answer: A

Explanation

AWS Systems Manager Session Manager provides secure, one-click interactive node management without the need to expose inbound ports, maintain bastion hosts, or manage SSH keys. Since the instances are in a private subnet and use the latest AWS AMIs (which have the SSM Agent pre-installed), allowing the ssm:StartSession action in the IAM role policy is the most secure and efficient solution. The other options either compromise security by exposing private instances directly to the internet or introduce unnecessary architectural complexity.