AWS Certified Solutions Architect – Associate (SAA-C02) — Question 315

A company wants to move its on-premises network attached storage (NAS) to AWS. The company wants to make the data available to any Linux instances within its VPC and ensure changes are automatically synchronized across all instances accessing the data store. The majority of the data is accessed very rarely, and some files are accessed by multiple users at the same time.
Which solution meets these requirements and is MOST cost-effective?

Answer options

Correct answer: D

Explanation

Amazon EFS is a shared file system that natively supports concurrent access from multiple Linux instances and automatically synchronizes changes. Since the majority of the data is accessed infrequently, using EFS with a lifecycle policy to transition data to EFS Infrequent Access (EFS IA) provides the most cost-effective solution. Amazon S3 and Amazon EBS do not natively support standard NAS/POSIX-compliant concurrent file-sharing needs for Linux instances as seamlessly as EFS, and Provisioned throughput would introduce unnecessary costs for rarely accessed data.