An automotive engineering firm is designing a disaster recovery solution for its on-premises computer-aided design (CAD) file server, which holds of data. The firm has defined a Recovery Point Objective (RPO) of and a Recovery Time Objective (RTO) of . During normal operations, on-premises users must access these files with sub-millisecond local latency. In the event of a local site failure, the files must be immediately accessible from a highly available and resilient environment in AWS. Which storage architecture meets these requirements most cost-effectively?
- Deploy AWS Storage Gateway in cached volume mode on-premises. Cache frequently accessed files locally, store the full dataset in Amazon S3, and schedule volume snapshots every . In a disaster recovery event, restore the snapshots as Amazon Elastic Block Store (Amazon EBS) volumes and attach them to Amazon EC2 instances.Cevap
- BDeploy AWS Storage Gateway in stored volume mode on-premises. Replicate the local volumes to Amazon S3 Glacier Flexible Retrieval daily. In a disaster recovery event, use Standard retrieval to restore the archives to Amazon EBS volumes attached to Amazon EC2 instances.
- CImplement a Pilot Light disaster recovery strategy. Configure AWS Storage Gateway in file gateway mode on-premises. In the event of a disaster, spin up a scaled-down Amazon EC2 instance that mounts the S3 bucket, expecting it to serve the entire production workload immediately without any manual configuration or scaling steps.
- DStore the CAD files on an Amazon RDS database. Set up an RDS Read Replica in a different Availability Zone, and configure the application to automatically promote the read replica to the primary instance for immediate, automated write failover during an outage.
Cevap
Deploy AWS Storage Gateway in cached volume mode on-premises, storing the full dataset in Amazon S3, scheduling snapshots every , and restoring these snapshots to Amazon EBS volumes attached to Amazon EC2 instances during a disaster.
The correct solution uses AWS Storage Gateway in cached volume mode to store the master dataset in Amazon S3 and cache active files locally for sub-millisecond access. Taking snapshots every meets the RPO, and restoring those snapshots to EBS volumes attached to EC2 instances in a disaster meets the RTO.
Adım Adım Çözüm
Anahtar Kavram
AWS Storage Gateway cached volumes provide low-latency local access to frequently used data while securing the full dataset in Amazon S3, allowing rapid disaster recovery via EBS snapshots.
Tahmini Süre:1m 30s