A media production company hosts a shared file repository on-premises for video editing. The company wants to migrate its storage to AWS to improve resiliency and high availability while maintaining low-latency access for on-premises editors. The design requirements include a Recovery Point Objective (RPO) of 15 minutes and a Recovery Time Objective (RTO) of 10 minutes for accessing archived footage. Which of the following solutions should a solutions architect recommend?
- ADeploy an Amazon S3 File Gateway on-premises. Configure it to write data to an Amazon S3 bucket, and use an S3 Lifecycle policy to transition archived data to Amazon S3 Glacier Flexible Retrieval.
- Deploy an Amazon S3 File Gateway on-premises. Configure it to write data to an Amazon S3 bucket, and use an S3 Lifecycle policy to transition archived data to Amazon S3 Glacier Instant Retrieval.Cevap
- CImplement a Pilot Light disaster recovery strategy by deploying Amazon EC2 instances configured with NFS in a stopped state. Use AWS Elastic Disaster Recovery (AWS DRS) to replicate files to Amazon EBS volumes, and start the instances only when a local site failure is detected.
- DConfigure an Amazon EFS file system mounted on-premises. Deploy an Amazon RDS Multi-AZ database and configure read replicas in a secondary region to act as the primary failover target for file storage.
Cevap
Deploying an Amazon S3 File Gateway on-premises, writing to an Amazon S3 bucket, and using an S3 Lifecycle policy to transition archived data to Amazon S3 Glacier Instant Retrieval.
The configuration using Amazon S3 File Gateway with S3 Glacier Instant Retrieval is correct because the gateway provides local caching for low-latency file access, while S3 Glacier Instant Retrieval provides millisecond retrieval times that comfortably satisfy the 10-minute RTO requirement.
Adım Adım Çözüm
Anahtar Kavram
Designing a hybrid file storage architecture with low-latency local access and immediate retrieval of archived data using S3 File Gateway and S3 Glacier Instant Retrieval.
Tahmini Süre:2m 0s