A Solutions Architect is helping a customer migrate an application to AWS. The application is composed of a fleet of Linux servers that currently use a shared file system to read and write data. One of the goals of moving this application to AWS is to increase the reliability of the storage tier.
What solution would increase reliability while minimizing the operational overhead of managing this infrastructure?
Select an option, then click Submit answer.
-
○
Create an EBS volume and mount it to all the servers.
-
○
Create an EFS file system and mount it to all the servers.
-
○
Create an S3 bucket that can be accessed through an S3 VPC Endpoint.
-
○
Create two EC2 instances in separate Availability Zones that act as file servers.