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

A company is creating a new application that will store a large amount of data. The data will be analyzed hourly and modified by several Amazon EC2 Linux instances that are deployed across multiple Availability Zones. The application team believes the amount of space needed will continue to grow for the next 6 months.
Which set of actions should a solutions architect take to support these needs?

Answer options

Correct answer: B

Explanation

Amazon EFS is the ideal choice because it provides a fully managed, elastic file system that can be mounted concurrently by multiple Amazon EC2 Linux instances across different Availability Zones. Amazon EBS volumes (A and D) cannot be easily shared across multiple Availability Zones for concurrent read/write operations by multiple instances. Amazon S3 Glacier (C) is designed for cold archiving and does not support the frequent, low-latency modifications and hourly analysis required by the application.