An enterprise healthcare organization is designing a highly resilient storage and database architecture for its Picture Archiving and Communication System (PACS) imaging application. The system consists of a metadata catalog stored in Amazon RDS for PostgreSQL and raw DICOM medical images stored as objects. The disaster recovery (DR) strategy requires a Recovery Time Objective (RTO) of minutes and a Recovery Point Objective (RPO) of minutes across a secondary AWS Region. The primary region deployment must be highly available with availability and durability for the raw images. Additionally, radiologists at local clinics require low-latency local access to the most recently acquired medical images. Which architecture meets these requirements with the lowest operational overhead?
- Deploy an Amazon S3 File Gateway at local clinics to cache the most recent images. Store raw images in an Amazon S3 bucket in the primary region, and configure S3 Cross-Region Replication (CRR) with S3 Replication Time Control (S3 RTC) enabled to a destination bucket in the secondary region. Deploy the RDS PostgreSQL database in a Multi-AZ configuration in the primary region, and configure a cross-region read replica in the secondary region.Cevap
- BDeploy an Amazon S3 File Gateway at local clinics to cache the most recent images. Store raw images in an Amazon S3 bucket in the primary region, and configure an S3 Lifecycle policy to transition objects immediately to the S3 Glacier Flexible Retrieval storage class in the secondary region. Deploy the RDS PostgreSQL database in a Multi-AZ configuration in the primary region, and configure a cross-region read replica in the secondary region.
- CDeploy an Amazon S3 File Gateway at local clinics to cache the most recent images. Store raw images in an Amazon S3 bucket in the primary region, and configure S3 CRR with S3 RTC enabled to the secondary region. Implement a Pilot Light disaster recovery strategy in the secondary region by using AWS Backup to copy database backups across regions, restoring the RDS PostgreSQL database from these backups only after a regional disaster is declared.
- DDeploy an Amazon S3 File Gateway at local clinics to cache the most recent images. Store raw images in an Amazon S3 bucket in the primary region, and configure S3 CRR with S3 RTC enabled to the secondary region. Deploy the RDS PostgreSQL database in a Single-AZ configuration in the primary region, and set up a cross-region read replica in the secondary region with Route 53 configured to automatically route write traffic directly to the replica if the primary instance fails.