Bird
0
0

You want to reduce read latency and also allow some writes in a multi-region setup. Which AWS feature combined with read replicas supports this?

hard📝 Architecture Q9 of 15
AWS - RDS and Relational Databases
You want to reduce read latency and also allow some writes in a multi-region setup. Which AWS feature combined with read replicas supports this?
AUsing Amazon Aurora Global Database with read replicas
BUsing only standard RDS read replicas
CUsing S3 replication for database writes
DUsing AWS Lambda to sync writes manually
Step-by-Step Solution
Solution:
  1. Step 1: Identify multi-region write support

    Amazon Aurora Global Database supports low-latency reads and allows writes in the primary region.
  2. Step 2: Compare with other options

    Standard RDS replicas are read-only; S3 is storage, not DB; Lambda manual sync is complex and error-prone.
  3. Final Answer:

    Using Amazon Aurora Global Database with read replicas -> Option A
  4. Quick Check:

    Aurora Global DB supports multi-region reads and writes = D [OK]
Quick Trick: Aurora Global DB enables multi-region reads with primary writes [OK]
Common Mistakes:
MISTAKES
  • Thinking standard replicas allow writes
  • Confusing S3 replication with DB replication

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes