Bird
0
0

Given an RDS primary instance with 1000 read requests per second and a read replica added, what is the expected behavior?

medium📝 service behavior Q4 of 15
AWS - RDS and Relational Databases
Given an RDS primary instance with 1000 read requests per second and a read replica added, what is the expected behavior?
AThe read replica handles write requests only
BWrite requests increase on the read replica
CThe primary instance handles all read and write requests
DRead requests are distributed, reducing load on the primary instance
Step-by-Step Solution
Solution:
  1. Step 1: Understand read replica behavior

    Read replicas serve read queries, offloading the primary instance.
  2. Step 2: Analyze request distribution

    Reads get distributed; writes remain on the primary. Replica does not handle writes.
  3. Final Answer:

    Read requests are distributed, reducing load on the primary instance -> Option D
  4. Quick Check:

    Read replicas distribute reads = A [OK]
Quick Trick: Read replicas only serve reads, not writes [OK]
Common Mistakes:
MISTAKES
  • Assuming replicas handle writes
  • Thinking primary handles all reads after replica creation

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes