Q34 — AWS SAA-C03 Ch.6
Question 34 of 65 | ← Chapter 6
Q399. A company Is creating a new application that will store a large amount of data. The data will be analyzed hourly and will be modified by several Amazon EC2 Linux instances that are deployed across multiple Availability Zones.The needed amount of storage space will continue to grow for the next 6 months Which storage solution should a solutions architect recommend to meet these requirements?
- A. Store the data in Amazon S3 Glacier.Update the S3 Glacier vault policy to allow access to the application instances.
- B. Store the data in an Amazon Elastic Block Store (Amazon EBS) volume Mount the EBS volume on the application instances.
- C. Store the data in an amazon Elastic File System (Amazon EFS) file system.Mount the file system on the application instances ✓
- D. Store the data in an Amazon Elastic Block Store (Amazon ESS) Provisioned IOPS volume shared between the application instances
Correct Answer: C. Store the data in an amazon Elastic File System (Amazon EFS) file system.Mount the file system on the application instances
Explanation
Amazon EFS is a scalable and fully managed file storage service that is suitable for storing and analyzing large amounts of data. It provides shared access to the data across multiple EC2 instances, making it ideal for scenarios where multiple instances need to modify the data. As the needed amount of storage space will continue to grow for the next 6 months, Amazon EFS can easily scale to accommodate the growing data. By mounting the file system on the application instances, the instances can directly access and modify the data stored in Amazon EFS.