Bird
0
0

After launching a read replica, it does not respond to read queries. Which misconfiguration is the most probable cause?

medium📝 Debug Q6 of 15
AWS - RDS and Relational Databases
After launching a read replica, it does not respond to read queries. Which misconfiguration is the most probable cause?
AThe primary database is set to multi-AZ deployment
BThe read replica's security group does not allow inbound traffic from the application
CThe read replica is in a different AWS region than the primary
DThe read replica has automated backups disabled
Step-by-Step Solution
Solution:
  1. Step 1: Check connectivity

    If the read replica does not respond, network access is a common issue.
  2. Step 2: Verify security groups

    The replica's security group must allow inbound traffic from the application or clients.
  3. Final Answer:

    The read replica's security group does not allow inbound traffic from the application -> Option B
  4. Quick Check:

    Multi-AZ or backups do not block reads; region difference affects latency [OK]
Quick Trick: Check security group inbound rules for read replica [OK]
Common Mistakes:
  • Assuming multi-AZ disables reads on replicas
  • Ignoring network access controls
  • Confusing backup settings with read availability

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes