
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
Which of the following features of AWS RDS allows for offloading reads of the database.
A
Cross region replication
B
Creating Read Replica's
C
Using snapshots
D
Using Multi-AZ feature
Explanation:
Read Replicas in Amazon RDS allow you to offload read traffic from your primary database instance to one or more read-only copies of your database. This feature provides several benefits:
Why the other options are incorrect:
Read Replicas are specifically designed to handle read scaling by allowing applications to direct read queries to replica instances while write operations go to the primary instance.