A digital media agency is building a collaborative video editing platform on AWS. The editing application runs on a fleet of Amazon EC2 instances distributed across multiple Availability Zones in a single AWS Region. The instances require concurrent read and write access to a shared file workspace with sub-millisecond latencies. Additionally, the agency must archive completed video projects to minimize storage costs. In the event of a disaster, the archived files must be fully recoverable within a Recovery Time Objective (RTO) of 10 minutes. Which combination of storage solutions should a solutions architect recommend?
- AUse Amazon EBS gp3 volumes with Multi-Attach enabled across the EC2 instances for the active workspace. Store the archived projects in Amazon S3 Glacier Flexible Retrieval and use Standard retrievals during disaster recovery.
- Use Amazon EFS for the active collaborative workspace. Store the archived projects in Amazon S3 Glacier Flexible Retrieval and use Expedited retrievals during disaster recovery.Cevap
- CUse Amazon EFS for the active collaborative workspace. Store the archived projects in Amazon S3 Glacier Deep Archive and use Standard retrievals during disaster recovery.
- DUse Amazon EBS gp3 volumes with Multi-Attach enabled across the EC2 instances for the active workspace. Store the archived projects in Amazon S3 Standard-IA, deleting the archives after 15 days to save on storage fees.
Cevap
Use Amazon EFS for the active collaborative workspace. Store the archived projects in Amazon S3 Glacier Flexible Retrieval and use Expedited retrievals during disaster recovery.
Amazon EFS is a managed, shared file system that supports simultaneous read and write connections from multiple EC2 instances across multiple Availability Zones in a Region. It provides sub-millisecond latencies, which fits the active collaboration requirements. For the archival tier, Amazon S3 Glacier Flexible Retrieval using Expedited retrievals satisfies the 10-minute Recovery Time Objective (RTO) because it typically restores data within 1 to 5 minutes, while maintaining a lower storage cost relative to S3 Standard.
Adım Adım Çözüm
Anahtar Kavram
Selecting highly available and resilient shared storage (Amazon EFS) combined with fast-recovery archival solutions (S3 Glacier with Expedited retrievals) to satisfy concurrent access, Multi-AZ availability, and tight RTO limits.
Tahmini Süre:1m 30s