A SysOps administrator needs to configure a backup and disaster recovery solution for an application. The application stores static assets in an Amazon S3 bucket and uses an Amazon RDS DB instance. The strategy requires that S3 objects be replicated to another AWS Region, and RDS backups must support point-in-time recovery and automated high availability. Which TWO actions should the SysOps administrator take to meet these requirements?
- Enable versioning on both the source and destination Amazon S3 buckets, and configure S3 Cross-Region Replication (CRR).Answer
- Enable automated backups on the Amazon RDS DB instance and configure a Multi-AZ deployment.Answer
- CConfigure Amazon S3 Cross-Region Replication (CRR) on the source bucket without enabling versioning on either bucket.
- DConfigure an RDS Read Replica in another Availability Zone and rely on it as the primary automated failover and backup mechanism.
- ECreate an S3 Gateway Endpoint to copy the backups but do not associate it with the subnet route tables.
Answer
The correct actions are enabling versioning on both the source and destination Amazon S3 buckets and configuring S3 Cross-Region Replication, along with enabling automated backups on the RDS DB instance and configuring a Multi-AZ deployment.
To satisfy the backup and disaster recovery requirements, versioning must be enabled on both source and destination S3 buckets before setting up Cross-Region Replication. Additionally, enabling automated backups on the RDS DB instance enables point-in-time recovery, while configuring a Multi-AZ deployment ensures automated failover and high availability.
Step-by-Step Solution
Key Concept
Configuring cross-Region replication for Amazon S3 and automated backups with high availability for Amazon RDS
Estimated Time:1m 0s