Skip to content

Instantly share code, notes, and snippets.

@kasng
Last active September 21, 2016 04:18
Show Gist options
  • Save kasng/9caa08053cfef1a9c51d1dc8389793bf to your computer and use it in GitHub Desktop.
Save kasng/9caa08053cfef1a9c51d1dc8389793bf to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"logs:*"
],
"Resource": "arn:aws:logs:*:*:*"
},
{
"Effect": "Allow",
"Action": "ec2:Describe*",
"Resource": "*"
},
{
"Effect": "Allow",
"Action": [
"ec2:CreateSnapshot",
"ec2:DeleteSnapshot",
"ec2:CreateTags",
"ec2:ModifySnapshotAttribute",
"ec2:ResetSnapshotAttribute"
],
"Resource": [
"*"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment