A fintech enterprise hosts a containerized loan processing platform on Amazon ECS across three Availability Zones. The platform generates and modifies loan agreements that must be concurrently accessible by multiple containers in an active-active configuration. The platform's disaster recovery SLA requires a Recovery Point Objective (RPO) of hours and a Recovery Time Objective (RTO) of hour. The storage solution must be highly resilient, durable, and support automatic failover across all three Availability Zones. Which combination of storage and backup configurations should a solutions architect implement to meet these requirements? (Select TWO.)
- Configure an Amazon EFS file system using the Regional storage class, and mount it on the Amazon ECS tasks across all three Availability Zones.Answer
- Create an AWS Backup plan with a backup rule that runs every hours, backing up the filesystem to a backup vault.Answer
- CProvision Amazon EBS volumes with Multi-Attach enabled and mount the volumes to the ECS tasks across all three Availability Zones.
- DArchive the agreements to Amazon S3 Glacier Flexible Retrieval and use Standard retrieval to recover the data in the event of storage failure.
- EDeploy a Pilot Light environment in a secondary AWS Region with active, scaled-down ECS tasks running continuously to ensure near-zero recovery time for the shared storage during failover.
Answer
The correct configurations are mounting a Regional Amazon EFS file system on the ECS tasks and implementing an AWS Backup plan with a -hour schedule.
Mounting a Regional Amazon EFS file system provides concurrent, active-active file access across multiple Availability Zones, ensuring high availability and durability. Setting up AWS Backup to run every hours ensures that recovery points are created frequently enough to satisfy the -hour RPO, and restores from AWS Backup can be completed well within the -hour RTO.
Step-by-Step Solution
Key Concept
Designing highly available, multi-AZ shared file systems using Amazon EFS coupled with AWS Backup to meet specific RPO and RTO compliance metrics.