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

A solutions architect needs to design a network that will allow multiple Amazon EC2 instances to access a common data source used for mission-critical data that can be accessed by all the EC2 instances simultaneously. The solution must be highly scalable, easy to implement and support the NFS protocol.
Which solution meets these requirements?

Answer options

Correct answer: A

Explanation

Amazon EFS is a fully managed, highly scalable file system that natively supports the NFSv4 protocol and allows thousands of Amazon EC2 instances to access data concurrently. Setting up a custom EC2 file server is complex and not highly scalable, while Amazon S3 and Amazon EBS do not natively support the NFS protocol for simultaneous multi-instance mounting in this standard configuration.