1 Answer
- Newest
- Most votes
- Most comments
0
You likely need to add the AutoScaling Role to the Key Policy to give it permissions. If they key is cross account, you'll also likely need to call CreateGrant from the DB account to enable cross-account access.
There's a similar guide for an ASG here that should be a good template to follow: https://docs.aws.amazon.com/autoscaling/ec2/userguide/key-policy-requirements-EBS-encryption.html
Relevant content
asked 4 years ago
asked 4 years ago
asked 4 years ago

Thank you! I had the "Allow service-linked role use of the customer managed key" statement already but I was missing the "Allow attachment of persistent resources" statement.