A company is designing a backup and disaster recovery strategy for a critical multi-tier application. The application stores transaction logs in an Amazon S3 bucket and uses an Amazon RDS for PostgreSQL DB instance. The backup policy requires all database backups to be replicated to a secondary AWS Region to enable point-in-time recovery (PITR) with a minimum recovery time. Additionally, the S3 transaction logs must be replicated to the secondary Region while retaining full version history. Which combination of actions should the SysOps Administrator take to meet these requirements? (Select TWO.)
- Enable versioning on both the source S3 bucket and the destination S3 bucket, and configure S3 Cross-Region Replication (CRR).Cevap
- Enable cross-Region automated backups replication for the Amazon RDS DB instance to replicate automated backups to the secondary Region.Cevap
- CConfigure Amazon S3 Cross-Region Replication (CRR) on the source S3 bucket without enabling versioning on the destination S3 bucket.
- DConfigure an Amazon RDS Read Replica in the secondary Region to serve as the automatic failover target for point-in-time recovery if the primary DB instance fails.
- ECreate an S3 lifecycle rule to transition replicated objects directly to the S3 Glacier Flexible Retrieval storage class within 15 days of creation.
Cevap
To meet the requirements, the SysOps Administrator must enable versioning on both the source and destination S3 buckets and configure S3 Cross-Region Replication (CRR), and enable cross-Region automated backups replication for the Amazon RDS DB instance.
Enabling versioning on both the source and destination S3 buckets is a prerequisite for configuring Cross-Region Replication (CRR). Replicating RDS automated backups to a secondary Region provides the capability to restore the DB instance to any point in time within the backup retention window in the destination Region.
Adım Adım Çözüm
Anahtar Kavram
Configuring S3 Cross-Region Replication with versioning and RDS cross-Region automated backup replication for disaster recovery.