
Answer-first summary for fast verification
Answer: Create a secondary application instance in a different AWS region for failover purposes.
Option D is the correct answer. Creating a secondary application instance in a different AWS region for failover purposes is the most effective approach for ensuring data durability and availability during a disaster scenario. This approach provides geographic redundancy and allows for quick failover to the secondary instance in case of a disaster in the primary region. While options A, B, and C are important for data protection and availability, they do not provide the same level of disaster recovery capability as a multi-region deployment.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your company is planning to implement a disaster recovery strategy for its AWS-hosted application. Which of the following approaches would be most effective in ensuring data durability and availability during a disaster scenario?
A
Enable versioning on S3 buckets to recover previous versions of objects.
B
Use multi-AZ (Availability Zone) deployments for critical components of the application.
C
Implement a backup strategy using AWS Backup to regularly back up the application data.
D
Create a secondary application instance in a different AWS region for failover purposes.
No comments yet.