AWS Certified Solutions Architect – Associate (SAA-C03) — Question 891

A company has applications that run in an organization in AWS Organizations. The company outsources operational support of the applications. The company needs to provide access for the external support engineers without compromising security.

The external support engineers need access to the AWS Management Console. The external support engineers also need operating system access to the company’s fleet ofAmazon EC2 instances that run Amazon Linux in private subnets.

Which solution will meet these requirements MOST securely?

Answer options

Correct answer: A

Explanation

Option A is the most secure approach because AWS IAM Identity Center provides centralized, federated identity management across AWS Organizations, eliminating the risk of managing individual local IAM users. Utilizing AWS Systems Manager Session Manager allows secure OS-level access to instances in private subnets without opening inbound SSH ports, deploying bastion hosts, or managing SSH key pairs. The other options are less secure as they introduce administrative overhead and security risks associated with bastion hosts, exposed SSH ports, and local IAM credentials.