AWS Certified SysOps Administrator – Associate — Question 356

A company has an application that uses an Amazon RDS for MariaDB Multi-AZ database. The application becomes unavailable for several minutes every time the database experiences a failover during a planned maintenance event.

What should a SysOps administrator do to reduce the downtime of the application during failover?

Answer options

Correct answer: D

Explanation

Amazon RDS Proxy minimizes application downtime during failover by maintaining active client connections and automatically routing traffic to the newly promoted standby instance without requiring DNS changes. Other options like RDS for MariaDB do not support multi-writer clusters, and Amazon ElastiCache cannot prevent downtime caused by database connection drops during failovers.