
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company recently launched a variety of new workloads on Amazon EC2 instances in its AWS account. The company needs to create a strategy to access and administer the instances remotely and securely. The company needs to implement a repeatable process that works with native AWS services and follows the AWS Well-Architected Framework.
Which solution will meet these requirements with the LEAST operational overhead?
A
Use the EC2 serial console to directly access the terminal interface of each instance for administration.
B
Attach the appropriate IAM role to each existing instance and new instance. Use AWS Systems Manager Session Manager to establish a remote SSH session.
C
Create an administrative SSH key pair. Load the public key into each EC2 instance. Deploy a bastion host in a public subnet to provide a tunnel for administration of each instance.
D
Establish an AWS Site-to-Site VPN connection. Instruct administrators to use their local on-premises machines to connect directly to the instances by using SSH keys across the VPN tunnel.
Explanation:
Correct Answer: B
AWS Systems Manager Session Manager provides a secure, auditable, and managed way to access EC2 instances without the need for SSH keys, bastion hosts, or VPN connections. Here's why option B is the best choice:
A. EC2 Serial Console:
C. Bastion Host with SSH Keys:
D. Site-to-Site VPN with SSH:
AmazonSSMManagedInstanceCore policy to instancesThis solution provides the most secure, scalable, and operationally efficient approach for remote EC2 administration.