A SysOps Administrator is designing a centralized backup strategy using AWS Backup. The administrator needs to automatically copy weekly backups of Amazon EBS volumes from multiple member accounts in an AWS Organization to a centralized backup vault in a dedicated disaster recovery account. Which combination of actions must the administrator take to allow these cross-account copies? (Select TWO.)
- Enable the cross-account backup feature in the AWS Backup console from the AWS Organizations management account.Answer
- Apply a backup vault access policy to the centralized backup vault in the destination account that grants permission to the member accounts to copy backups.Answer
- CEnsure both the source and destination backup vaults are encrypted using the default AWS Backup managed KMS key (aws/backup).
- DEstablish an Amazon S3 Cross-Region Replication (CRR) rule to transfer the backup vault data to the destination account without enabling bucket versioning.
- EDeploy a database Read Replica in the centralized backup account to automatically synchronize and fail over backup vault metadata.
Answer
To perform cross-account backup copying in AWS Backup, you must enable the cross-account backup setting in the AWS Organizations management account and apply a vault access policy to the destination backup vault allowing the member accounts to copy backups.
The combination of enabling cross-account backup in the AWS Organizations management account and configuring a resource-based vault access policy on the destination backup vault correctly establishes the permissions needed for AWS Backup to copy recovery points across accounts. This setup allows source accounts to perform copy operations into the destination vault within the AWS Organization.
Step-by-Step Solution
Key Concept
Centralized cross-account backup management using AWS Backup and AWS Organizations.