A media production studio is deploying a collaborative video rendering pipeline on AWS using a fleet of Amazon EC2 instances. The rendering nodes require concurrent read/write access to a shared file system. The storage solution must deliver sub-millisecond latencies, scale up to of aggregate throughput, and support millions of IOPS. The studio's source assets are currently stored in an Amazon S3 bucket, and all rendered outputs must be automatically exported back to the same S3 bucket. Which combination of actions should a solutions architect take to meet these requirements? (Select TWO.)
- Provision an Amazon FSx for Lustre file system using SSD storage, and configure it with a Persistent-2 deployment type.Answer
- Configure a Data Repository Association (DRA) between the Amazon FSx for Lustre file system and the Amazon S3 bucket.Answer
- CConfigure an Amazon EFS file system with Elastic throughput mode, and mount it on the EC2 instances using the EFS mount helper.
- DProvision Amazon EBS io2 Block Express volumes with Multi-Attach enabled, and use AWS DataSync to copy assets from Amazon S3.
- EProvision an Amazon FSx for OpenZFS file system, mount it via NFS on the EC2 instances, and run a cron job to sync data with Amazon S3.
Answer
Provision an Amazon FSx for Lustre file system using SSD storage with a Persistent-2 deployment type, and configure a Data Repository Association (DRA) between the FSx for Lustre file system and the Amazon S3 bucket.
To meet the demands of a collaborative media rendering fleet of EC2 instances, a parallel file system like Amazon FSx for Lustre is required. Configuring it with SSD storage and a Persistent-2 deployment type delivers sub-millisecond latencies, millions of IOPS, and allows scaling aggregate throughput to or more. Creating a Data Repository Association (DRA) between the FSx for Lustre file system and the S3 bucket automates the lifecycle of importing assets and exporting rendered files back to S3 asynchronously.
Step-by-Step Solution
Key Concept
High-Performance Shared Parallel Storage with Amazon FSx for Lustre and S3 Integration
Estimated Time:2m 30s