
Ultimate access to all questions.
A company is migrating a MySQL database-powered application to AWS for improved elasticity and availability. The application experiences high read activity, causing latency during the 4-hourly full database export for the staging environment, which also delays development team access. Recommend an architecture that minimizes latency and enables uninterrupted staging environment use.
A
Implement Amazon Aurora MySQL with Multi-AZ and use mysqldump for staging database backup and restore.
B
Adopt Amazon Aurora MySQL with Multi-AZ and on-demand database cloning for the staging environment.
C
Deploy Amazon RDS MySQL with Multi-AZ and read replicas, utilizing the standby instance for staging.
D
Use Amazon RDS MySQL with Multi-AZ and read replicas, and perform mysqldump-based backup and restore for staging.