A company requires a centralized disaster recovery strategy for its database workloads. A SysOps Administrator must configure AWS Backup to copy snapshots of Amazon RDS DB instances from a production AWS account to a secure backup vault in a separate disaster recovery AWS account. Both accounts are members of the same organization in AWS Organizations. The copied snapshots must be encrypted using a customer managed key in the disaster recovery account.
Which of the following actions must the SysOps Administrator take to configure this copy operation? (Select TWO.)
- Enable the cross-account backup feature in the AWS Organizations management account.Answer
- Configure the backup vault access policy in the disaster recovery account to allow the production account to perform the copy action.Answer
- CConfigure an Amazon RDS Read Replica in the disaster recovery account to automate the replication and failover of the database backups.
- DGrant permissions to encrypt the copies by attaching an IAM policy with KMS actions to the source AWS Backup service role, without updating the destination key policy.
- EConfigure Amazon S3 Cross-Region Replication (CRR) to replicate the snapshot exports to the destination account's bucket without enabling versioning.
Answer
To configure AWS Backup cross-account copy operations, the SysOps Administrator must enable cross-account backup in the AWS Organizations management account, and configure the destination backup vault's access policy to allow the source account to perform the copy action.
The correct actions are enabling the cross-account backup feature in the AWS Organizations management account, and configuring the destination backup vault's access policy to allow the source account to perform the copy action. Enabling cross-account backup in the organization management account is required to allow AWS Backup to transfer resources across AWS accounts. In addition, the destination backup vault policy must permit the copy action from the source account or organization.
Step-by-Step Solution
Key Concept
Centralized cross-account backup management and replication using AWS Backup in AWS Organizations.