ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Associate Exam Questions

Amazon

AWS Certified Solutions Architect Associate

261 / 690

Question 261:

You have an application running in AWS. The application has the frontend EC2 servers deployed in a public subnet. And the backend EC2 servers are hosted in a private subnet. The frontend servers can communicate with the backend servers properly. One day there is an issue in production, and you need to login to one backend EC2 instance to troubleshoot. The connection to the backend servers should be made most securely. Which of the following options is the most secure one to access the instance?

Answer options:

A.Generate a new SSH key and use the key to SSH to the backend instance.
B.SSH to one of the frontend instances and then SSH to the backend.
C.Modify the security group of the instance to allow the SSH inbound traffic from your IP address. Revert the change after you do not need the access.
D.Configure a dedicated bastion host and SSH to the bastion host. Then SSH to the backend instance from the bastion.