Question 316:
You are a site reliable engineer in a company. Your company has a new application deployed in AWS that has three tiers including frontend, backend and database. Various AWS services are being used such as EC2, ELB, Auto Scaling, Route53, RDS, etc. For the whole application, the RTO (recovery time objective) is set to 1 hour. Which approach can help you the most to achieve this target?
Answer options:
A.In RDS, configure each database to create regular automated snapshots every hour. Copy the snapshots to another region. B.Create a warm standby in another region. Use Route53 failover routing policy to route to the standby if the active application has an outage. C.Create regular EBS snapshots every hour using EBS lifecycle manager. D.Create a Jenkins pipeline to automatically create AMIs for EC2 instances. Execute the pipeline every hour.