A financial services company is hosting a transaction auditing application on Amazon EC2 instances distributed across three Availability Zones in a single AWS Region. The application requires a shared file system that can be accessed concurrently by all EC2 instances to read and write active audit files. The storage solution must be highly resilient within the Region. Additionally, the company requires a disaster recovery (DR) architecture for this shared storage in a secondary Region with a Recovery Point Objective (RPO) of 15 minutes and a Recovery Time Objective (RTO) of 30 minutes. Which combination of storage configurations will meet these requirements? (Select TWO.)
- Use Amazon Elastic File System (Amazon EFS) with the Regional storage class to provide shared file storage within the primary Region.Cevap
- Configure Amazon EFS Replication to replicate the shared file system to a secondary AWS Region to meet the disaster recovery requirements.Cevap
- CProvision a multi-attach Amazon Elastic Block Store (Amazon EBS) io2 volume and attach it to all EC2 instances across the three Availability Zones.
- DCreate an Amazon EFS One Zone storage class file system in the primary Region and configure cross-Region backups to Amazon S3 Glacier Flexible Retrieval in the secondary Region.
- EDeploy an Amazon RDS Multi-AZ DB Cluster with read replicas in the secondary Region and mount the database files as a shared drive.
Cevap
Use Amazon Elastic File System (Amazon EFS) with the Regional storage class, and configure Amazon EFS Replication to replicate the shared file system to a secondary AWS Region.
Using Amazon EFS with the Regional storage class ensures that files are stored redundantly across multiple Availability Zones, offering high resilience and allowing all EC2 instances to read and write concurrently. Setting up Amazon EFS Replication replicates data to a secondary Region automatically, meeting the 15-minute RPO and allowing access within the 30-minute RTO.
Adım Adım Çözüm
Anahtar Kavram
Designing highly available and resilient shared storage architectures using Amazon EFS Regional storage and cross-Region replication.