AWS Certified Database – Specialty — Question 161

A database specialist is responsible for designing a highly available solution for online transaction processing (OLTP) using Amazon RDS for MySQL production databases. Disaster recovery requirements include a cross-Region deployment along with an RPO of 5 minutes and RTO of 30 minutes.
What should the database specialist do to align to the high availability and disaster recovery requirements?

Answer options

Correct answer: D

Explanation

The correct choice is D because it combines Multi-AZ for high availability with a read replica in a secondary Region, ensuring both RPO and RTO requirements are met. Option A does not address cross-Region needs, B lacks Multi-AZ for high availability, and C is limited to a single Region without disaster recovery capabilities.