An energy utility provider runs a smart grid monitoring application on Amazon EC2 instances in an Auto Scaling group across multiple Availability Zones in the us-east-1 Region. The application requires a shared, POSIX-compliant file system to store active telemetry logs. Additionally, raw historical log files must be archived to a highly durable object store.
The provider wants to establish a disaster recovery (DR) architecture in the us-west-2 Region with a Recovery Time Objective (RTO) of 15 minutes and a Recovery Point Objective (RPO) of 15 minutes for both active logs and historical archives. Historical archives must be accessible within minutes during a DR event.
Which two configurations should the solutions architect implement to meet these requirements?
- Configure Amazon EFS replication to automatically replicate the shared file system from us-east-1 to us-west-2.Answer
- Store raw historical logs in an Amazon S3 bucket in us-east-1, and configure Cross-Region Replication (CRR) with S3 Replication Time Control (S3 RTC) enabled to a destination bucket in us-west-2.Answer
- CStore raw historical logs in Amazon S3, and configure a replication rule to copy the objects to a destination bucket in us-west-2 with the S3 Glacier Flexible Retrieval storage class.
- DMigrate the shared telemetry logs to an Amazon RDS Multi-AZ DB instance in us-east-1, and configure a cross-region Read Replica in us-west-2 to act as the automated, zero-administrative failover endpoint.
- EImplement a Pilot Light disaster recovery strategy by creating daily Amazon Machine Images (AMIs) of the EC2 instances and daily backups of the shared storage, copying them to us-west-2, and restoring them during a failover event.