Skip to content

Instantly share code, notes, and snippets.

@kmcquade
Created February 24, 2020 16:57
Show Gist options
  • Save kmcquade/766d6500988baea2f7425214d7f6fb62 to your computer and use it in GitHub Desktop.
Save kmcquade/766d6500988baea2f7425214d7f6fb62 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "SsmReadParameter",
"Effect": "Allow",
"Action": [
"ssm:GetParameter",
"ssm:GetParameterHistory",
"ssm:GetParameters",
"ssm:GetParametersByPath",
],
"Resource": [
"arn:aws:ssm:us-east-1:123456789012:parameter/myparameter"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment