- Newest
- Most votes
- Most comments
Based on your configuration details, there are a few potential issues that could be preventing your cross-region DocumentDB backup copies from starting:
-
DocumentDB and RDS backup limitations: AWS Backup has some specific limitations when working with database services. For DocumentDB (which uses the RDS backup infrastructure), there may be issues with cross-region copying when using certain encryption configurations.
-
IAM Role permissions: While your IAM policy looks comprehensive, you might be missing specific permissions needed for DocumentDB backups. The AWS Backup service role needs appropriate permissions to work with DocumentDB clusters specifically.
-
KMS key configuration: Although you've configured multi-region KMS keys, there might be an issue with how AWS Backup is interacting with these keys. For cross-region copies, both the source and destination KMS keys need specific permissions.
-
Copy job visibility: It's possible that the copy jobs are failing silently. Check the AWS Backup console's "Jobs dashboard" in both regions to see if there are any failed jobs that might provide more information.
-
Backup vault configuration: Your backup vault policy in eu-north-1 uses a condition based on Organization ID. Make sure your account is actually part of that organization and that the ID is correct.
To troubleshoot this issue:
-
Check if there are any failed copy jobs in the AWS Backup console's Jobs dashboard.
-
Verify that your IAM role has explicit permissions for DocumentDB operations (you have RDS permissions, but might need specific DocumentDB ones).
-
Try enabling CloudWatch logs for AWS Backup to get more detailed information about what's happening when the backup copy should be triggered.
-
Consider testing with a simpler configuration first (like using the default AWS managed KMS keys) to isolate whether the issue is related to your custom KMS key setup.
If none of these suggestions resolve the issue, you might need to contact AWS Support for more specific guidance on DocumentDB cross-region backup copies.
Sources
Take Rds Snapshot through aws backup & trasfer to another region & Copy button is disabled in another region | AWS re:Post
S3 Backup Copy to destination no errors yet nothing copied | AWS re:Post
Troubleshooting AWS Backup - AWS Backup
AWS Backup console dashboards - AWS Backup
Relevant content
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a month ago
