Correct Answer – D
In a disaster recovery scenario, the best choice out of all given options is to divert the traffic to a static website.
Option A is wrong because ELB can only balance traffic in one region, not across multiple regions.
Options B and C are incorrect because using backups across AZs is not enough for disaster recovery purposes.
For more information on disaster recovery in AWS, please visit the following URLs:
https://aws.amazon.com/premiumsupport/knowledge-center/fail-over-s3-r53/
https://aws.amazon.com/disaster-recovery/
The wording "to reduce the potential disruption in case of issues" points to a disaster recovery situation. There is more than one way to manage this situation. However, we need to choose the best option from the list given here. Out of this, the most suitable one is Option
D.Most organizations try to implement High Availability (HA) instead of DR to guard them against any downtime of services. In the case of HA, we ensure that there exists a fallback mechanism for our services. The service that runs in HA is handled by hosts running in different availability zones but the same geographical region. However, this approach does not guarantee that our business will be up and running in case the entire region goes down.
DR takes things to a completely new level, wherein you need to recover from a different region that is separated by over 250 miles. Our DR implementation is an Active/Passive model, meaning that we always have minimum critical services running in different regions. But a major part of the infrastructure is launched and restored when required.
For more information on large scale disaster recovery using AWS regions, please visit the following URL:
https://aws.amazon.com/blogs/startups/large-scale-disaster-recovery-using-aws-regions/
Note:
Usually, when we discuss a disaster recovery scenario, we assume that the entire region is affected due to some disaster. So we need the service to be provided from yet another region. So, setting up a solution in another AZ will not work as it is in the same region.
Option A is incorrect though it mentions yet another region because ELBs cannot span across regions.
So out of the options provided, Option D is the most suitable solution.