Easy1 markMultiple Choice
AWS SAA-C03 · Question 28 · Domain 2.4: Resilient Storage
A fleet of Amazon EC2 instances needs to access a shared file system simultaneously. The instances are distributed across multiple Availability Zones in a single VPC. Which storage solution provides high availability and concurrent access?
A fleet of Amazon EC2 instances needs to access a shared file system simultaneously. The instances are distributed across multiple Availability Zones in a single VPC. Which storage solution provides high availability and concurrent access?
Answer options:
A.
Amazon EBS Multi-Attach
B.
Amazon EFS
C.
Amazon S3
D.
Amazon EC2 Instance Store
How to approach this question
Look for 'shared file system' and 'multiple Availability Zones'. EFS is the standard regional file system.
Full Answer
B.Amazon EFS✓ Correct
Amazon EFS
Amazon Elastic File System (EFS) provides a simple, scalable, fully managed elastic NFS file system. It is designed to be highly available and durable, storing data redundantly across multiple AZs, and allows concurrent access from thousands of EC2 instances.
Common mistakes
Selecting EBS Multi-Attach, forgetting it is restricted to a single AZ.
Practice the full AWS SAA-C03 Practice Exam 3
65 questions · hints · full answers · grading
More questions from this exam
Q01A company stores sensitive documents in an Amazon S3 bucket. The security team requires that only...EasyQ02A large enterprise uses AWS Organizations to manage multiple accounts. The security team wants to...MediumQ03A company hosts a web application on Amazon EC2 instances behind an Application Load Balancer (AL...EasyQ04A company wants to continuously monitor its AWS accounts for malicious activity and unauthorized ...MediumQ05A company needs to encrypt data at rest in Amazon RDS and manage database credentials securely. T...Medium
Expert