Easy1 markMultiple Choice
AWS SAP-C02 · Question 56 · Domain 2.2: Business Continuity
An application requires highly available file storage accessible by hundreds of EC2 Linux instances across multiple Availability Zones. The storage must support POSIX permissions and scale automatically. Which TWO actions should the architect take? (Select TWO)
An application requires highly available file storage accessible by hundreds of EC2 Linux instances across multiple Availability Zones. The storage must support POSIX permissions and scale automatically. Which TWO actions should the architect take? (Select TWO)
Answer options:
A.
Create an Amazon EBS Provisioned IOPS volume.
B.
Create an Amazon EFS file system.
C.
Create an Amazon FSx for Windows File Server.
D.
Mount the EFS file system on the EC2 instances using the EFS mount helper.
E.
Use Amazon S3 and mount it using S3 File Gateway.
F.
Attach the EBS volume to multiple instances using Multi-Attach.
How to approach this question
Identify the AWS managed NFS service.
Full Answer
Create an Amazon EFS file system., Mount the EFS file system on the EC2 instances using the EFS mount helper.
Amazon EFS is a fully managed, elastic, highly available file system that supports NFSv4 and POSIX permissions, ideal for sharing data across many Linux EC2 instances.
Common mistakes
Choosing EBS Multi-Attach, which requires a custom clustered file system.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 3
75 questions · hints · full answers · grading
More questions from this exam
Q01An enterprise has 100 VPCs across 5 AWS Regions. They need to establish a highly available, trans...HardQ02A company uses AWS Organizations. The CISO requires that no EC2 instances can be launched outside...MediumQ03An application uses Amazon Aurora PostgreSQL. To meet disaster recovery requirements, the databas...HardQ04A company is setting up a new multi-account AWS environment. They want to automate the creation o...MediumQ05An organization wants to allocate AWS costs to specific departments. They use multiple AWS accoun...Medium
Expert