Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Solutions Architect - Professional All Questions

View all questions & answers for the AWS Certified Solutions Architect - Professional exam

Exam AWS Certified Solutions Architect - Professional topic 1 question 799 discussion

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? (Choose two.)

  • A. 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 failover event.
  • B. 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.
  • C. Create an AWS Lambda function to copy the latest automated backup to the secondary Region every 2 hours.
  • D. 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.
  • E. 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.
Show Suggested Answer Hide Answer
Suggested Answer: AD 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Ni_yot
Highly Voted 2 years, 7 months ago
i like A and D for this one. With A you can easily get the replica promoted with the RTO timescale and with D. If R53 detects a failure of one DB i will route traffic to the other DB. Both solutions meet the 15 RTO requirement
upvoted 5 times
...
hilft
Most Recent 2 years, 2 months ago
A and D.
upvoted 3 times
...
asfsdfsdf
2 years, 2 months ago
Selected Answer: AD
Answer is AD example for this is here: https://cloudbasic.net/aws/rds/alwayson/dr/
upvoted 4 times
...
peddyua
2 years, 7 months ago
question from DevOps Prof exam
upvoted 3 times
...
m0h3n
2 years, 9 months ago
A - Automated failover using Lambda D - Failover route policy
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...