Question: our web application is hosted on an EC 2 instance that uses an EBS volume to store user data. You want to ensure that your

our web application is hosted on an EC2 instance that uses an EBS volume to store user data. You want to ensure that your application can scale with high traffic and that your data is resilient to failures. Which of the following options would you choose?
Enable Multi-Attach on your EBS volume and attach it to another EC2 instance in a different Availability Zone from your original instance. Use an ELB to route traffic between the two Availability Zones.
Enable Multi-Attach on your EBS volume and attach it to another EC2 instance in the same Availability Zone as your original instance. Use an ELB to route traffic between the two instances.
Create a snapshot of your EBS volume and copy it to another region. Attach the copied snapshot to another EC2 instance in the same region as your original instance. Use an ELB to route traffic between the two instances.
Create a snapshot of your EBS volume and copy it to another region. Attach the copied snapshot to another EC2 instance in the other region. Use an ELB to route traffic between the two regions.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!