Practice free →
HomeAWS Solutions Architect Associatecloudcomputinghighperformingarchitectures › An application's RDS for MySQL primary is CPU-bo…

An application's RDS for MySQL primary is CPU-bound under read traffic. Without changing the schema, which is the FASTEST scaling step?

AIncrease the EBS volume size only, leaving instance type unchanged
BSwitch the app to S3 Glacier Deep Archive for reads
CAdd RDS read replicas and route read-only queries to them
DMigrate the entire database to Cloud SQL on GCP
Answer & Solution
Correct answer: C. Add RDS read replicas and route read-only queries to them
Read replicas offload read traffic from the primary — usually a one-click operation in RDS. Migrating clouds, growing the disk only, or storing data in Glacier don't address read CPU.
Solve this in the app — AWS Solutions Architect Associate practice & 24k+ MCQs →
Related questions