Medium1 markMultiple Choice
AWS SAA-C03 · Question 35 · Domain 2.4: Resilient Storage
A company has a fleet of Amazon EC2 instances running Linux across multiple Availability Zones. The instances need to access a shared file system simultaneously to read and write configuration files. Which storage solution meets this requirement?
A company has a fleet of Amazon EC2 instances running Linux across multiple Availability Zones. The instances need to access a shared file system simultaneously to read and write configuration files. Which storage solution meets this requirement?
Answer options:
A.
Amazon EBS with Multi-Attach
B.
Amazon EFS
C.
Amazon S3
D.
Amazon FSx for Windows File Server
How to approach this question
Linux + Shared File System + Multi-AZ = Amazon EFS.
Full Answer
B.Amazon EFS✓ Correct
Amazon EFS
Amazon Elastic File System (Amazon EFS) provides a simple, scalable, fully managed elastic NFS file system for use with AWS Cloud services and on-premises resources. It is built to scale on demand to petabytes without disrupting applications and can be accessed concurrently by thousands of EC2 instances across multiple AZs.
Common mistakes
Choosing EBS Multi-Attach, which is restricted to a single AZ.
Practice the full AWS SAA-C03 Practice Exam 1
65 questions · hints · full answers · grading
More questions from this exam
Q01A company has multiple AWS accounts in an AWS Organizations organization. The security team wants...MediumQ02A solutions architect is designing an application that will run on Amazon EC2 instances. The appl...EasyQ03A company wants to implement a federated identity solution for its employees to access the AWS Ma...MediumQ04A mobile application needs to access Amazon DynamoDB directly to read user-specific data. The app...HardQ05A company is hosting a web application on Amazon EC2 instances. The application connects to an Am...Medium
Expert