Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with default KMS key aws/rds #34

Open
TobiasDrechsel94 opened this issue Apr 4, 2019 · 1 comment
Open

Error with default KMS key aws/rds #34

TobiasDrechsel94 opened this issue Apr 4, 2019 · 1 comment

Comments

@TobiasDrechsel94
Copy link

We weren't able to copy a snapshot encrypted with the aws managed default key (aws/rds) into another destination account. CopySnapshot lambda which in the destination account fails to copy the shared snapshot, as it has no access to the KMS default key of the other account.

We thought this is a common case and covered by the script. After some deep dive, I think we need to copy the snapshot once more within the source account and attach another CMK to the snapshot which is shared to the destination account. WOuld love to hear some opinions about this issue.

@churtado-edrans
Copy link

The last January i created a #55 to fix it. I'm waiting a @mrcoronel to review this and merge change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants