Question 289:
You are moving an existing traditional system to AWS. During migration, you discover that the master server is the single point of failure. You also discover that the server stores its state in the local MySQL database. To minimize downtime, you select RDS to replace the local database and configure the master to use it. What steps would best allow you to create a self-healing architecture?
Answer options:
A.Migrate the local database into the Multi-AZ database. Amazon RDS detects and automatically recovers from the most common failure scenarios for Multi-AZ deployments. Configure the master node in an Auto Scaling group. B.Migrate the local database into the Multi-AZ database. Place the master node into a Cross Zone ELB with a minimum of one and a maximum of one with health checks. C.Replicate the local database into an RDS database with a Read Replica. Place the master node into a Cross Zone ELB with a minimum of one and a maximum of one with health checks. D.Replicate the local database into an RDS database with a Read Replica. Configure the master node in an Auto Scaling group.