Practice free →
HomeAWS SysOps Associatecloudcomputingsysopscostperf › An RDS MySQL primary is read-heavy and CPU-bound…

An RDS MySQL primary is read-heavy and CPU-bound. Which is the SIMPLEST scaling response?

ADisable IAM auth on the database
BAdd RDS read replicas and direct read-only queries to them
CMigrate the entire database to Amazon Glacier
DSwitch the application to flat-file storage on S3
Answer & Solution
Correct answer: B. Add RDS read replicas and direct read-only queries to them
Read replicas offload reads — simplest, no schema changes. The other options destroy the workload or address unrelated concerns.
Solve this in the app — AWS SysOps Associate practice & 24k+ MCQs →
Related questions