Search code examples
amazon-web-servicesamazon-rdsamazon-iamaws-policies

Which managed policy does kms:ListAliases belong?


I am getting this notice when trying to create an Aurora instance:

Error loading KMS Keys
User: arn:aws:iam::xxx:user/xxx is not authorized to perform: kms:ListAliases on resource: *

Does any one know which managed policy does kms:ListAliases belong? Can't seem to find it in the pre-made manage policies. Or maybe it doesn't exist in the managed policies?


Solution

  • AWSKeyManagementServicePowerUser includes Action kms:List* on all Resources.

    enter image description here