A company is hosting a web application on AWS using a single Amazon EC2 instance that stores user-uploaded documents in an Amazon EBS volume. For better scalability and availability, the company duplicated the architecture and created a second EC2 instance and EBS volume in another Availability Zone, placing both behind an Application Load Balancer. After completing this change, users reported that, each time they refreshed the website, they could see one subset of their documents or the other, but never al
A. opy the data so both EBS volumes contain all the documents
B. onfigure the Application Load Balancer to direct a user to the server with the documents
C. opy the data from both EBS volumes to Amazon EFS
D. onfigure the Application Load Balancer to send the request to both servers