
Answer-first summary for fast verification
Answer: Establish an Amazon EFS and mount it on web servers.
The correct answer is C. Amazon Elastic File System (Amazon EFS) is a fully managed file storage service that is designed to be mounted on multiple instances, allowing the Linux-based web servers to access a shared file system without any need to modify the application. Option A (Amazon S3) and B (Amazon CloudFront with S3) do not provide the necessary functionality for a shared file system environment required by a typical web server. Option D (Amazon EBS) cannot be mounted on multiple instances simultaneously, which makes it unsuitable for this scenario.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A company is migrating Linux-based web servers to AWS without altering the application. How should the architect ensure web servers access a shared file store?
A
Create an Amazon S3 bucket accessible to web servers.
B
Set up an Amazon CloudFront distribution with an S3 bucket as the origin.
C
Establish an Amazon EFS and mount it on web servers.
D
Prepare a gp3 Amazon EBS volume and mount it on all web servers.
No comments yet.