
Answer-first summary for fast verification
Answer: Employ AWS Elastic Disaster Recovery to replicate data to Amazon EC2 instances with attached EBS volumes. During on-premises outages, leverage Elastic Disaster Recovery to initiate EC2 instances using the replicated volumes.
The correct answer is B. AWS Elastic Disaster Recovery provides a reliable and low-overhead solution for disaster recovery. It continuously replicates the data to standby EC2 instances and ensures that the recovery point objective (RPO) of 5 minutes is met. When an on-premises environment fails, the service can quickly launch EC2 instances using the replicated data, thereby minimizing downtime and simplifying the recovery process. On the other hand, other solutions might introduce more operational complexity and may not assure the same level of continuous data replication and quick failover.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
A company has developed a Windows Server-based application running on VMware vSphere VMs hosted on-premises. The application data, stored in a proprietary format, is accessed exclusively through the application. The company manually manages server and application provisioning. In its disaster recovery plan, the company seeks the capability to temporarily migrate the application to AWS in the event of on-premises infrastructure failure, with the intention to revert to on-premises hosting post-recovery. The recovery point objective (RPO) is set at 5 minutes. What solution offers the least operational burden to meet these disaster recovery requirements?
A
Utilize AWS DataSync to replicate data to Amazon EBS volumes. In the event of on-premises unavailability, deploy Amazon EC2 instances using AWS CloudFormation templates and attach the EBS volumes.
B
Employ AWS Elastic Disaster Recovery to replicate data to Amazon EC2 instances with attached EBS volumes. During on-premises outages, leverage Elastic Disaster Recovery to initiate EC2 instances using the replicated volumes.
C
Deploy an AWS Storage Gateway file gateway to replicate data to an Amazon S3 bucket. In case of on-premises failure, restore data to Amazon EBS volumes using AWS Backup and start Amazon EC2 instances from these volumes.
D
Set up an Amazon FSx for Windows File Server file system on AWS to replicate data. Upon on-premises infrastructure failure, provision Amazon EC2 instances with AWS CloudFormation templates and mount the Amazon FSx file shares using AWS::CloudFormation::Init commands.