Question 387:
You work as an architect for a company. An application will be deployed on a set of EC2 instances in a private subnet of VPC. You need to ensure that IT administrators can securely administer the instances in the private subnet. How can you accomplish this?
Answer options:
A.Create a NAT gateway, ensure SSH access is provided to the NAT gateway. Access the Instances via the NAT gateway. B.Create a NAT instance in a public subnet, ensure SSH access is provided to the NAT instance. Access the Instances via the NAT instance. C.Create a bastion host in the private subnet. Make IT admin staff use this as a jump server to the backend instances. D.Create a bastion host in the public subnet. Make IT admin staff use this as a jump server to the backend instances.