A clinical diagnostics company operates a containerized genomic analysis pipeline on Amazon Elastic Kubernetes Service (Amazon EKS) in the `eu-west-1` Region. The pipeline requires a shared, POSIX-compliant file storage layer that provides latencies of less than millisecond for active DNA sequence processing, supports concurrent read/write access from hundreds of active pods across Availability Zones, and guarantees a Recovery Point Objective (RPO) of and a Recovery Time Objective (RTO) of near in the event of an Availability Zone outage. For compliance, a copy of the processed genomic datasets must be archived in the `eu-central-1` Region with an RPO of less than minutes. If a disaster occurs in the primary Region, the archived datasets must be accessible in `eu-central-1` within a recovery RTO of minutes. Which combination of storage configurations will meet these resilience and recovery requirements? (Select TWO.)
- Configure an Amazon Elastic File System (Amazon EFS) using the Regional (Standard) storage class in the primary Region.Answer
- Configure Amazon EFS Replication to asynchronously copy the file system to a destination EFS file system in the secondary Region.Answer
- CConfigure an Amazon EFS One Zone file system in the primary Region and set up a pilot light replication strategy using AWS Backup to copy data to the secondary Region.
- DConfigure the live storage on Amazon S3 Glacier Flexible Retrieval with a Cross-Region Replication (CRR) policy to replicate data to the secondary Region.
- EProvision Amazon EBS volumes with Multi-Attach enabled across the Availability Zones, and configure an Amazon RDS Read Replica in the secondary Region as the replication target.