
Answer-first summary for fast verification
Answer: Enable EC2 instance backups and store them in Amazon S3 for recovery purposes.
Option A is the correct strategy. Enabling EC2 instance backups and storing them in Amazon S3 ensures that you have a copy of your instance data that can be used for recovery in case of failures. This approach provides a reliable and cost-effective disaster recovery solution. Option B is useful for scaling but does not address the backup and recovery requirements. Option C is important for maintaining IP address continuity but does not provide data recovery. Option D can be used for automation but does not address the backup and recovery requirements.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your company is planning to implement a disaster recovery solution for an Amazon EC2 instance running a critical application. Which of the following strategies would you recommend to ensure high availability and minimize downtime during recovery?
A
Enable EC2 instance backups and store them in Amazon S3 for recovery purposes.
B
Use EC2 Auto Scaling to launch new instances in case of instance failure.
C
Enable EC2 Elastic IP addresses to allow automatic reassignment in case of instance failure.
D
Use EC2 Run Command to automate the recovery process in case of instance failure.
No comments yet.