You must be logged in to view saved presets
An IAM policy that allows IAM users o successfully request that AWS KMS encrypt and decrypt data with any CMK in the specified AWS account and region.
{
"Version": "2012-10-17",
"Statement": [
{
"Action": [
"kms:Encrypt",
"kms:Decrypt"
],
"Resource": [
"arn:aws:kms:::key/*"
],
"Effect": "Allow"
}
]
}