ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Professional Exam Questions

Amazon

AWS Certified Solutions Architect Professional

235 / 465

Question 235:

Your company is running a high-volume online e-commerce site. The main database is deployed in RDS MySQL configured with Multi-AZ and few read replicas. The main website runs on EC2 instances behind a load balancer, and the setup also includes a cluster of Redis to offload repeated queries from the main database. The backup window is set in the early morning when the traffic is usually very low. Due to the holiday season, the site is receiving a huge amount of traffic during the daytime. The development team has recently finished a critical feature and delivered it to the QA team for the final testing. The management has decided to perform the full-scale DR exercise around midnight before rolling out new features. The resources in one Availability Zone will be taken down during the test. Select the option which would restore the RDS database to the latest point.

Answer options:

A.Restore the database from the last automated snapshot onto the new database.
B.Restore the database by promoting the read-replica and modify the application to use the new DB instance as the database master.
C.Amazon RDS automatically switches to the standby replica in another Availability Zone.
D.Use the RDS Copy Database option to create a new database from an existing database.