Question 189:
Your company is planning to set up a WordPress application. The WordPress application will connect to a MySQL database. Part of the requirement is to ensure that the database environment is fault-tolerant and highly available. Which of the following options can help to fulfill this requirement?
Answer options:
A.Create a MySQL RDS environment with the Multi-AZ feature enabled. B.Create a MySQL RDS environment and create a Read Replica. C.Create multiple EC2 instances in the same AZ. Host MySQL and enable replication via scripts between the instances. D.Create multiple EC2 instances in separate AZ’s. Host MySQL and enable replication via scripts between the instances.