
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company runs an application on Amazon EC2 instances. The company needs to implement a disaster recovery (DR) solution for the application. The DR solution needs to have a recovery time objective (RTO) of less than 4 hours. The DR solution also needs to use the fewest possible AWS resources during normal operations.
Which solution will meet these requirements in the MOST operationally efficient way?
A
Create Amazon Machine Images (AMIs) to back up the EC2 instances. Copy the AMIs to a secondary AWS Region. Automate infrastructure deployment in the secondary Region by using AWS Lambda and custom scripts.
B
Create Amazon Machine Images (AMIs) to back up the EC2 instances. Copy the AMIs to a secondary AWS Region. Automate infrastructure deployment in the secondary Region by using AWS CloudFormation.
C
Launch EC2 instances in a secondary AWS Region. Keep the EC2 instances in the secondary Region active at all times.
D
Launch EC2 instances in a secondary Availability Zone. Keep the EC2 instances in the secondary Availability Zone active at all times.
Explanation:
Correct Answer: B
Why Option B is correct:
Why Option A is incorrect:
Why Option C is incorrect:
Why Option D is incorrect:
Key Concepts:
This solution balances cost efficiency (minimal resources during normal operations) with recovery speed (RTO < 4 hours) while maintaining operational efficiency through infrastructure-as-code practices.