ExamQuestions.com

Register
Login
AWS Certified Security Specialty Exam Questions

Amazon

AWS Certified Security Specialty

145 / 310

Question 145:

You have been given a new brief from your supervisor for a client who needs a web application set up on AWS. The most important requirement is that MySQL must be used as the database. This database must not be hosted in the public cloud but rather at the client`s data center due to security risks. Which of the following solutions would be the best to assure that the client’s requirements are met? Choose the correct answer from the options below.

Answer options:

A.Build the application server on a public subnet and the database at the client’s datacenter. Connect them with a VPN connection that uses IPsec.
B.Use the public subnet for the application server and use RDS with a storage gateway to securely access and synchronize the data from the local data center.
C.Build the application server on a public subnet and the database on a private subnet with a NAT instance between them.
D.Build the application server on a public subnet and build the database in a private subnet with a secure ssh connection to the private subnet from the client`s data center.