Skip to content

Instantly share code, notes, and snippets.

@jayair
Created December 5, 2017 23:25
Show Gist options
  • Save jayair/e98a458f5f044f8d1037bf09e70e6c56 to your computer and use it in GitHub Desktop.
Save jayair/e98a458f5f044f8d1037bf09e70e6c56 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"cloudformation:*",
"s3:*",
"logs:*",
"iam:*",
"apigateway:*",
"lambda:*",
"ec2:DescribeSecurityGroups",
"ec2:DescribeSubnets",
"ec2:DescribeVpcs",
"events:*",
"kms:*"
],
"Resource": [
"*"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment