Questions 13 to 15

Explanations for questions 13 to 15

We'll cover the following

Question 13

A web application that allows users to upload and share documents is running on a single Amazon EC2 instance with an Amazon EBS volume. To increase availability, the architecture has been updated to use an Auto Scaling group of several instances across Availability Zones behind an Application Load Balancer. After the change, users can only see a subset of the documents.

What is the best method for a solutions architect to modify the solution so users can see all documents?

  1. Run a script to synchronize the data between Amazon EBS volumes.
  2. Use Sticky Sessions with the ALB to ensure users are directed to the same EC2 instance in a session.
  3. Copy the data from all EBS volumes to Amazon EFS. Modify the application to save new documents to Amazon EFS.
  4. Configure the Application Load Balancer to send the request to all servers. Return each document from the correct server.

Correct Answer: 3

Level up your interview prep. Join Educative to access 70+ hands-on prep courses.