Which TWO Amazon RDS features can be used to increase the availability of a production database?
Read replicas can be promoted to primary if the source fails.
Why this answer
Option B is correct because cross-Region read replicas provide a secondary copy of the database in a different AWS Region, which can be manually promoted to a standalone primary instance in the event of a regional outage. This feature increases availability by enabling a disaster recovery strategy that goes beyond a single AWS Region, ensuring business continuity even if the entire primary Region becomes unavailable.
Exam trap
The trap here is that candidates often confuse monitoring features (Enhanced Monitoring, Performance Insights) or backup mechanisms (snapshots, automated backups) with high-availability features, failing to recognize that only Multi-AZ deployments and cross-Region read replicas (with promotion) provide actual failover capabilities to increase availability.