1 / 751%
Question 1 of 75

A company is running a MySQL RDS instance inside of AWS; however, a new requirement for disaster recovery is keeping a read replica of the production RDS instance in an on-premise data center. What is the securest way of performing this replication? Choose the correct answer from the options below

AConfigure the RDS instance as the master and enable replication over the open internet using a secure SSL endpoint to the on-premise server.
BRDS cannot replicate to an on-premise database server. Instead, first configure the RDS instance to replicate to an EC2 instance with core MySQL, and then configure replication over a secure VPN VPG connection.
CCreate a Data Pipeline that exports the MySQL data each night and securely downloads the data from an S3 HTTPS endpoint.
DCreate an IPSec VPN connection using either OpenVPN or VPN/WGW through the Virtual Private Cloud service and enable replication from AWS RDS to on-premises database instance