Practice free →
HomeAWS Solutions Architect Associatecloudcomputingresilientarchitectures › Which database read-scaling primitive lets an Am…

Which database read-scaling primitive lets an Amazon RDS or Aurora cluster offload read-only queries from the primary instance?

ARead replicas
BS3 Transfer Acceleration endpoints
CMulti-AZ failover targets (which are standby only and not readable)
DDynamoDB global secondary indexes
Answer & Solution
Correct answer: A. Read replicas
Read replicas serve read traffic and offload the primary. Multi-AZ standbys exist for failover, not reads (with RDS for MySQL/Postgres — Aurora's Multi-AZ readers are different). DynamoDB GSIs are an unrelated NoSQL concept; S3 TA isn't a database feature.
Solve this in the app — AWS Solutions Architect Associate practice & 24k+ MCQs →
Related questions