A company uses an Amazon S3 bucket to store user-uploaded document archives in the us-east-1 Region. The system also uses a single-instance Amazon RDS for PostgreSQL database to manage document metadata. A SysOps Administrator is tasked with implementing a disaster recovery plan. The plan requires replicating the document archives to the us-west-2 Region, and configuring the database for high availability with automated, zero-downtime failover within the primary Region. Which actions must the SysOps Administrator take to meet these requirements?
- Enable bucket versioning on both the source and destination S3 buckets, configure S3 Cross-Region Replication (CRR), and convert the RDS DB instance to a Multi-AZ deployment.Cevap
- BConfigure S3 Cross-Region Replication (CRR) between the source and destination S3 buckets without enabling bucket versioning, and convert the RDS DB instance to a Multi-AZ deployment.
- CEnable bucket versioning on both the source and destination S3 buckets, configure S3 Cross-Region Replication (CRR), and deploy an RDS read replica in a different Availability Zone to serve as the automatic failover target.
- DEnable bucket versioning on both the source and destination S3 buckets, configure S3 Cross-Region Replication (CRR), and configure a Route 53 active-active failover routing policy to manage database failover.
Cevap
Enable bucket versioning on both the source and destination S3 buckets, configure S3 Cross-Region Replication (CRR), and convert the RDS DB instance to a Multi-AZ deployment.
Enabling versioning on both the source and destination S3 buckets is a prerequisite for Amazon S3 Cross-Region Replication (CRR). Converting the single-instance RDS DB instance to a Multi-AZ deployment enables synchronous replication to a standby instance in another Availability Zone, providing automatic failover with zero developer intervention.
Adım Adım Çözüm
Anahtar Kavram
AWS Data Replication and High Availability configurations involving S3 versioned replication and RDS Multi-AZ replication.
Tahmini Süre:1m 30s