Question 72:
Your supervisor tells you of a client who needs a two-tier web application that is publicly accessible and configured on AWS. The most important requirement is that MySQL must be used as the database, and it must be configured at the client`s location in the most secure fashion. Which of the following solutions would be the best to ensure that the client’s requirements are met?
Answer options:
A.Build the application server on a public subnet and the database at the client’s data center. Connect them with a VPN connection that uses IPsec. B.Build the application server on the private subnet and the database at the client`s data center. Connect them with a VPC peering connection. C.Build the application server on a private subnet and the database on the public subnet with a NAT instance between them. D.Build the application server on the private subnet and the database on the public subnet with a secure SSH connection to the public subnet from the client`s data center.