A geographic information system (GIS) platform processes real-time satellite imagery using a fleet of Amazon EC2 instances launched in an Auto Scaling group across multiple Availability Zones. The instances require a highly available, shared file system that supports simultaneous read and write access with sub-millisecond latencies to coordinate mapping files. Additionally, the raw images must be backed up to a secondary AWS Region to comply with disaster recovery policies. The system must achieve a Recovery Point Objective (RPO) of minutes and a Recovery Time Objective (RTO) of minutes.
Which combination of AWS storage configurations will meet these requirements? (Select TWO.)
- Configure an Amazon Elastic File System (Amazon EFS) file system to store the active mapping files, and mount it on the EC2 instances in each Availability Zone.Cevap
- Store the raw images in an Amazon S3 bucket, and configure Cross-Region Replication (CRR) with S3 Replication Time Control (S3 RTC) enabled to the secondary Region.Cevap
- CAttach an Amazon Elastic Block Store (Amazon EBS) gp3 volume with Multi-Attach enabled to the EC2 instances across the Availability Zones to serve as the shared file system.
- DStore the raw images in an Amazon S3 bucket, and configure an S3 Lifecycle policy to transition the backup data to S3 Glacier Flexible Retrieval in the secondary Region.
- EDeploy a secondary Amazon RDS database instance in the secondary Region as a read replica, and configure it as the primary failover target for raw image storage.
Cevap
Configuring an Amazon EFS file system to store active mapping files and storing raw images in an Amazon S3 bucket with Cross-Region Replication (CRR) and S3 Replication Time Control (S3 RTC) enabled.
The correct configurations combine Amazon EFS and Amazon S3 with Cross-Region Replication (CRR) and S3 Replication Time Control (S3 RTC). Amazon EFS provides a serverless, highly available shared network file system that supports concurrent read and write access for EC2 instances across multiple Availability Zones with sub-millisecond latencies. Amazon S3 CRR with S3 RTC enabled replicates of objects to a secondary AWS Region within minutes, fulfilling the -minute RPO. Because the replicated files are immediately readable in the destination bucket, the solution also easily meets the -minute RTO.
Adım Adım Çözüm
Anahtar Kavram
Designing highly available, multi-AZ shared file systems and cross-region replication configurations with tight RPO and RTO SLA bounds.
Tahmini Süre:2m 0s