Skip to content

Instantly share code, notes, and snippets.

@cagataygurturk
Created February 16, 2017 10:23
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 cagataygurturk/ffbc4f8a3910cd91b80a82d8d2d19036 to your computer and use it in GitHub Desktop.
Save cagataygurturk/ffbc4f8a3910cd91b80a82d8d2d19036 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"cloudformation:*",
"s3:*",
"lambda:*",
"execute-api:*",
"apigateway:*",
"iam:*",
"ec2:DescribeSecurityGroups",
"ec2:DescribeVpcs",
"ec2:DescribeSubnets"
],
"Resource": [
"*"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment