AWS Certified SysOps Administrator – Associate (legacy) — Question 267

A user has launched a large EBS backed EC2 instance in the US-East-1a region. The user wants to achieve Disaster Recovery (DR. for that instance by creating another small instance in Europe. How can the user achieve DR?

Answer options

Correct answer: B

Explanation

To replicate an EC2 instance across AWS regions for disaster recovery, you must first create an Amazon Machine Image (AMI) of the source instance, copy that AMI to the destination region, and launch a new instance from it. Direct cross-region instance copying or cloning via "Launch more like this" is not supported. This process also allows the user to select a smaller instance type during the launch phase in the destination region.