AWS Certified Solutions Architect – Associate (SAA-C02) — Question 551

A company has on-premises servers that run a relational database. The database serves high-read traffic for users in different locations. The company wants to migrate the database to AWS with the least amount of effort. The database solution must support high availability and must not affect the company's current traffic flow.
Which solution meets these requirements?

Answer options

Correct answer: A

Explanation

Amazon RDS is a managed service that minimizes migration and operational effort, while its Multi-AZ feature provides the required high availability. Utilizing read replicas allows the database to handle high-read traffic efficiently by offloading reads from the primary instance. In contrast, standby replicas in Multi-AZ do not accept read traffic, and hosting databases on Amazon EC2 increases administrative overhead.