Bird
0
0

You created a read replica but notice it is not receiving updates from the source database. What is a likely cause?

medium📝 Debug Q14 of 15
AWS - RDS and Relational Databases
You created a read replica but notice it is not receiving updates from the source database. What is a likely cause?
AThe source database has no write traffic
BThe read replica was created in a different AWS region
CThe read replica is set to multi-AZ deployment
DThe source database is not configured for automated backups
Step-by-Step Solution
Solution:
  1. Step 1: Understand replication requirements

    Read replicas require the source database to have automated backups enabled to support replication.
  2. Step 2: Analyze the cause of no updates

    If automated backups are off, replication cannot start, so the replica won't receive updates.
  3. Final Answer:

    The source database is not configured for automated backups -> Option D
  4. Quick Check:

    Automated backups must be enabled for replication [OK]
Quick Trick: Check if automated backups are enabled on source [OK]
Common Mistakes:
  • Assuming region mismatch always blocks replication
  • Confusing multi-AZ with read replica settings
  • Thinking no write traffic stops replication

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes