passdrill
AWS SAA-C03 · RDS, DynamoDB & Databases · Card 015/024 easy

A team's RDS for PostgreSQL primary instance is saturated by a growing volume of read-only reporting queries from a BI tool, and write latency on the primary is starting to suffer as a result. The team wants to offload the read-only reporting traffic to a separate, asynchronously updated copy of the database without changing the primary's high-availability configuration. Which RDS feature should they add?

  1. A Multi-AZ standby instance, since standby instances in a Multi-AZ deployment can directly serve read queries from a BI tool
  2. One or more RDS read replicas, which use asynchronous, engine-native replication and can be queried directly to offload read traffic from the primary
  3. A second Multi-AZ deployment in a different Availability Zone pointed at the same storage volume as the primary
  4. AWS Database Migration Service configured to continuously replicate the primary's tables into a new RDS instance for one-time reporting
Next card → Shuffle