Skip to content

Instantly share code, notes, and snippets.

@babakc
Created February 23, 2018 04:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save babakc/45c07fbb73720f21454e1e58d2b77c94 to your computer and use it in GitHub Desktop.
Save babakc/45c07fbb73720f21454e1e58d2b77c94 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"ssm:PutParameter"
],
"Resource": "arn:aws:ssm:*:*:parameter/pwd-*"
},
{
"Effect": "Allow",
"Action": [
"kms:encrypt"
],
"Resource": "arn:aws:kms:*:*:key/<Insert-CMK-Here!>"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment