A SysOps Administrator is configuring a backup and high-availability strategy for a critical application. The application's database runs on an Amazon RDS for PostgreSQL DB instance, and its backup archives are stored in a primary Amazon S3 bucket. The administrator must replicate the S3 backup archives to an S3 bucket in a secondary AWS Region for compliance. Additionally, the administrator wants to ensure that the database has high availability and can fail over automatically with minimal downtime within the primary Region.
Which two actions should the SysOps Administrator take to meet these requirements? (Select TWO.)
- Enable bucket versioning on both the source and destination Amazon S3 buckets, and configure S3 Cross-Region Replication (CRR).Answer
- Configure the Amazon RDS DB instance as a Multi-AZ deployment to enable automatic failover.Answer
- CConfigure Amazon S3 Cross-Region Replication (CRR) directly from the source bucket to the destination bucket without enabling versioning.
- DConfigure an Amazon RDS Read Replica in the secondary Region to serve as the automatic failover target in the event of a database outage.
- ECreate a Route 53 CNAME record at the zone apex to route application traffic to the standby database endpoint in the event of a primary database failure.
Answer
Enable bucket versioning on both the source and destination Amazon S3 buckets, configure S3 Cross-Region Replication (CRR), and configure the Amazon RDS DB instance as a Multi-AZ deployment.
The correct solution involves enabling versioning on both the source and destination S3 buckets and configuring Cross-Region Replication (CRR) to copy backup archives for compliance. In addition, the RDS instance must be configured as a Multi-AZ deployment to provide automatic failover and high availability within the primary Region.
Step-by-Step Solution
Key Concept
Configuring S3 Cross-Region Replication requires versioning enabled on both source and destination buckets, and RDS Multi-AZ deployments provide automatic failover capability within a Region.
Estimated Time:2m 0s