A company is deploying a media processing application on a fleet of Amazon EC2 instances. The application requires a high-performance, shared storage solution that supports POSIX-compliant file operations and can be accessed concurrently by all instances. Which two AWS storage services should the company use to meet these requirements? (Select TWO.)
- Amazon Elastic File System (Amazon EFS)Answer
- Amazon FSx for NetApp ONTAPAnswer
- CAmazon Elastic Block Store (Amazon EBS) gp3 volumes
- DAmazon S3 Standard-IA
- EAmazon EBS throughput optimized HDD (st1) volumes
Answer
Amazon Elastic File System (Amazon EFS) and Amazon FSx for NetApp ONTAP
The correct options are the Elastic File System and FSx for NetApp ONTAP. Both are native AWS shared file systems that support POSIX-compliant file operations, allowing multiple EC2 instances to read and write to the same storage space concurrently.
Step-by-Step Solution
Key Concept
Distinguishing between block, file, and object storage requirements, and selecting native AWS shared file systems (Amazon EFS and Amazon FSx) for multi-instance POSIX-compliant concurrent access.