An enterprise document management SaaS provider stores customer contract PDFs in an Amazon S3 bucket. The business requirements specify that:
- Files must be highly available and resilient against a single Availability Zone (AZ) failure, with a Recovery Time Objective (RTO) of less than minute.
- Any files deleted or modified must be recoverable immediately.
- For disaster recovery, a copy of the contracts must be replicated to a secondary AWS Region with an RTO of less than minutes and a Recovery Point Objective (RPO) of less than minutes.
- Contracts are highly active for the first days and must be transitioned to a cheaper storage class afterward, while remaining instantly accessible.
Which combination of actions should the solutions architect take to meet these requirements? (Select TWO.)
- Enable Amazon S3 Versioning on the bucket and configure Amazon S3 Cross-Region Replication (CRR) with S3 Replication Time Control (S3 RTC) enabled to the secondary Region.Cevap
- Configure an S3 Lifecycle policy to transition objects from Amazon S3 Standard to Amazon S3 Standard-Infrequent Access (S3 Standard-IA) after days.Cevap
- CConfigure an S3 Lifecycle policy to transition objects to Amazon S3 Glacier Flexible Retrieval after days, using Standard retrievals to meet recovery objectives in the secondary Region.
- DProvision Amazon EBS volumes attached to EC2 instances using Multi-Attach, and configure secondary Region replication using automated hourly EBS snapshots.
- EDeploy Amazon RDS read replicas in the secondary Region to replicate storage blocks synchronously and manage failover coordinates.