A solutions architect is designing a storage system for a high-performance rendering application running on a cluster of Linux EC2 instances. The cluster requires concurrent read and write access to a shared file system that can scale throughput dynamically. Which storage options should the solutions architect recommend? (Select TWO.)
- Amazon EFS configured with Provisioned Throughput modeAnswer
- Amazon FSx for LustreAnswer
- CAmazon EBS gp3 volumes with Multi-Attach enabled
- DAmazon S3 Glacier Instant Retrieval mounted as a shared local file system
- EAn Amazon EBS io2 volume mounted directly to all instances concurrently using the Network File System (NFS) protocol
Answer
The correct configurations are Amazon EFS configured with Provisioned Throughput mode and Amazon FSx for Lustre.
The correct configurations are Amazon EFS with Provisioned Throughput mode and Amazon FSx for Lustre. Amazon EFS natively supports concurrent read and write access from multiple EC2 instances and allows users to provision throughput independently of the storage capacity. Amazon FSx for Lustre is explicitly designed for high-performance compute workloads like rendering, offering sub-millisecond latencies, massive throughput, and seamless integration with S3.
Step-by-Step Solution
Key Concept
Shared file systems with concurrent access and high performance
Estimated Time:1m 30s