Topic 1 Question 472
2 つ選択A solutions architect must implement a multi-Region architecture for an Amazon RDS for PostgreSQL database that supports a web application. The database launches from an AWS CloudFormation template that includes AWS services and features that are present in both the primary and secondary Regions.
The database is configured for automated backups, and it has an RTO of 15 minutes and an RPO of 2 hours. The web application is configured to use an Amazon Route 53 record to route traffic to the database.
Which combination of steps will result in a highly available architecture that meets all the requirements?
Create a cross-Region read replica of the database in the secondary Region. Configure an AWS Lambda function in the secondary Region to promote the read replica during a failover event.
In the primary Region, create a health check on the database that will invoke an AWS Lambda function when a failure is detected. Program the Lambda function to recreate the database from the latest database snapshot in the secondary Region and update the Route 53 host records for the database.
Create an AWS Lambda function to copy the latest automated backup to the secondary Region every 2 hours.
Create a failover routing policy in Route 53 for the database DNS record. Set the primary and secondary endpoints to the endpoints in each Region.
Create a hot standby database in the secondary Region. Use an AWS Lambda function to restore the secondary database to the latest RDS automatic backup in the event that the primary database fails.
ユーザの投票
コメント(5)
- 正解だと思う選択肢: AD
cross region read replicate at secondary region, promote during failover, together with Route 53 failover routing policy
👍 2CMMC2024/03/19 - 正解だと思う選択肢: AD
A is required to meet the RTO as well as the RPO. B will not meet the RTO. C meets the RPO but doesn't handle failover D handles failover E is incomplete and says nothing of how backups arrive in the secondary region and will most likely not meet the RTO.
👍 2Dgix2024/03/20 - 正解だと思う選択肢: AD
Classic question
👍 2trungtd2024/06/03
シャッフルモード