nerdexam
Amazon

SAA-C03 · Question #76

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…

The correct answer is A. Confirm that AWS Systems Manager Agent (SSM Agent) is installed on all instances. Assign an. This solution provides the most secure access for external support engineers with the least exposure to potential security risks. AWS Systems Manager (SSM) and Session Manager: Systems Manager Session Manager allows secure and auditable access to EC2 instances without the need…

Submitted by sofia.br· Mar 4, 2026Design Secure Architectures

Question

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 of Amazon EC2 instances that run Amazon Linux in private subnets. Which solution will meet these requirements MOST securely?

Options

  • AConfirm that AWS Systems Manager Agent (SSM Agent) is installed on all instances. Assign an
  • BConfirm that AWS Systems Manager Agent {SSM Agent) is installed on all instances. Assign an
  • CConfirm that all instances have a security group that allows SSH access only from the external
  • DCreate a bastion host in a public subnet. Set up the bastion host security group to allow access

How the community answered

(23 responses)
  • A
    78% (18)
  • B
    4% (1)
  • C
    13% (3)
  • D
    4% (1)

Explanation

This solution provides the most secure access for external support engineers with the least exposure to potential security risks. AWS Systems Manager (SSM) and Session Manager: Systems Manager Session Manager allows secure and auditable access to EC2 instances without the need to open inbound SSH ports or manage SSH keys. This reduces the attack surface significantly. The SSM Agent must be installed and configured on all instances, and the instances must have an instance profile with the necessary IAM permissions to connect to Systems Manager. IAM Identity Center: IAM Identity Center provides centralized management of access to the AWS Management Console for external support engineers. By using IAM Identity Center, youcan control console access securely and ensure that external engineers have the appropriate permissions based on their roles. Why Not Other Options? Option B (Local IAM user credentials): This approach is less secure because it involves managing local IAM user credentials and does not leverage the centralized management and security benefits of IAM Identity Center. Option C (Security group with SSH access): Allowing SSH access opens up the infrastructure to potential security risks, even when restricted by IP addresses. It also requires managing SSH keys, which can be cumbersome and less secure. Option D (Bastion host): While a bastion host can secure SSH access, it still requires managing SSH keys and opening ports. This approach is less secure and more operationally intensive compared to using Session Manager.

Community Discussion

No community discussion yet for this question.

Full SAA-C03 Practice