A healthcare organization manages an on-premises electronic health record (EHR) system that requires low-latency, local block storage access for active patient records. The organization needs to design a resilient hybrid storage and disaster recovery solution on AWS. The solution must support a Recovery Point Objective (RPO) of 1 hour and a Recovery Time Objective (RTO) of 2 hours. In the event of an on-premises virtualization failure, the organization must be able to restore the volumes in AWS and run the EHR application on Amazon EC2 instances. Which storage configuration will meet these requirements with the lowest latency for local operations?
- Configure AWS Storage Gateway in Stored Volumes mode to store the primary dataset locally for low-latency access, while asynchronously backing up the data to Amazon S3 as Amazon EBS snapshots. Restore these snapshots to EBS volumes and attach them to EC2 instances during a disaster recovery event.Cevap
- BConfigure AWS Storage Gateway in Tape Gateway mode to write the backup data to virtual tapes. Use lifecycle policies to transition these tapes to Amazon S3 Glacier Flexible Retrieval to minimize costs, and initiate standard retrievals to recover the tapes and restore them to EC2 during a disaster.
- CConfigure AWS Storage Gateway in Stored Volumes mode. Implement a Pilot Light disaster recovery strategy by keeping a scaled-down fleet of EC2 instances running continuously in AWS, expecting that this configuration requires zero startup time or volume attachment steps during failover.
- DConfigure AWS Storage Gateway in Cached Volumes mode. For the data tier, deploy Amazon RDS and configure an RDS Read Replica in the target AWS region as the primary automatic failover target to handle immediate write workloads without utilizing Multi-AZ deployments.
Cevap
Configure AWS Storage Gateway in Stored Volumes mode to store the primary dataset locally for low-latency access, while asynchronously backing up the data to Amazon S3 as Amazon EBS snapshots. Restore these snapshots to EBS volumes and attach them to EC2 instances during a disaster recovery event.
The configuration utilizing AWS Storage Gateway in Stored Volumes mode satisfies all requirements. It ensures that the entire dataset is stored on-premises to provide low-latency access to the EHR system. Additionally, it asynchronously replicates data to Amazon S3 as EBS snapshots, satisfying the low RPO. During a disaster recovery event, these snapshots can be quickly restored to Amazon EBS volumes and attached to Amazon EC2 instances, allowing the EHR application to run on AWS within the 2-hour RTO.
Adım Adım Çözüm
Anahtar Kavram
AWS Storage Gateway Volume Gateway (Stored Volumes) provides local low-latency access to the full volume dataset on-premises while maintaining point-in-time EBS snapshots in Amazon S3 for disaster recovery and EC2 restoration.
Alternatif Yöntem
An alternative hybrid solution would be using AWS Outposts to host the active patient records and application compute locally while utilizing AWS Backup to replicate EBS volumes directly to an AWS Region. However, this is significantly more expensive and complex than AWS Storage Gateway.
Tahmini Süre:2m 0s