A SysOps Administrator is managing a business-critical application that currently uses a single-instance Amazon RDS for MySQL DB instance. The database needs to be upgraded to support high availability with automatic failover to minimize downtime during unplanned outages. Additionally, the reporting team needs to run daily query-intensive reports without impacting the performance of the write operations on the primary database. Which combination of actions will meet these requirements? (Select TWO.)
- Modify the DB instance to enable Multi-AZ deployment, creating a synchronous standby instance in a different Availability Zone.Cevap
- Create an RDS Read Replica and configure the reporting application to direct queries to the read replica endpoint.Cevap
- CConfigure Amazon Route 53 with a failover routing policy that points to a Read Replica, designating it as the primary failover target.
- DEnable Multi-AZ deployment and configure the reporting application to read directly from the standby instance's endpoint.
- EConfigure the DB instance to perform synchronous replication to an RDS Read Replica, allowing it to serve as the automatic failover target.
Cevap
Modifying the DB instance to enable Multi-AZ deployment and creating an RDS Read Replica to offload reporting queries are the correct actions.
To achieve database high availability with automatic failover, the SysOps Administrator must enable Multi-AZ deployment, which replicates data synchronously to a standby instance in a different Availability Zone. To handle query-intensive reports without affecting the primary write performance, the administrator must create an RDS Read Replica and route the read traffic to its endpoint.
Adım Adım Çözüm
Anahtar Kavram
Database High Availability
Tahmini Süre:2m 0s