An IoT-connected vehicle telemetry platform processes real-time diagnostics data using Amazon EC2 instances distributed across three Availability Zones. The application requires a shared file storage layer that supports POSIX-compliant file operations, concurrent access from all EC2 instances, and sub-millisecond latencies. Additionally, the business requires a disaster recovery (DR) solution in a secondary AWS Region with a Recovery Point Objective (RPO) of 15 minutes and a Recovery Time Objective (RTO) of 5 minutes. Which combination of storage configurations will meet these requirements? (Select TWO).
- Create an Amazon Elastic File System (Amazon EFS) file system using the Standard storage class and configure mount targets in each Availability Zone.Cevap
- Configure Amazon EFS Replication to replicate the file system to a destination Amazon EFS file system in the secondary AWS Region.Cevap
- CProvision an Amazon EBS volume with Multi-Attach enabled, using the gp3 volume type to share the volume among all EC2 instances across the Availability Zones.
- DConfigure the shared file storage on Amazon S3 Glacier Flexible Retrieval and set up Cross-Region Replication (CRR) to replicate the data to the secondary AWS Region.
- EDeploy an Amazon RDS Multi-AZ DB cluster with read replicas in the secondary AWS Region and write the telemetry files directly to the read replica for cross-region disaster recovery.
Cevap
Creating an Amazon EFS file system with the Standard storage class across multiple Availability Zones combined with Amazon EFS Replication to a secondary AWS Region.
The combination of deploying Amazon EFS with the Standard storage class and configuring EFS Replication meets all requirements. Amazon EFS provides the necessary POSIX compliance and allows concurrent access from EC2 instances in multiple Availability Zones. Configuring EFS Replication to a secondary region replicates data within minutes, fulfilling the 15-minute RPO, and the destination file system is instantly mountable, satisfying the 5-minute RTO.
Adım Adım Çözüm
Anahtar Kavram
Multi-AZ shared file storage with low latency combined with sub-minute regional replication.