AWS Certified Solutions Architect – Associate (SAA-C03) — Question 824

A company wants to relocate its on-premises MySQL database to AWS. The database accepts regular imports from a client-facing application, which causes a high volume of write operations. The company is concerned that the amount of traffic might be causing performance issues within the application.

How should a solutions architect design the architecture on AWS?

Answer options

Correct answer: A

Explanation

Amazon RDS for MySQL with Provisioned IOPS SSD storage is designed to meet the demands of I/O-intensive workloads, particularly high write operations, by providing fast and consistent I/O performance. Amazon ElastiCache is a caching layer that primarily optimizes read performance and does not resolve high-volume write bottlenecks. Amazon DocumentDB and Amazon EFS are not appropriate targets for a direct MySQL database migration.