Created
February 16, 2017 10:23
-
-
Save cagataygurturk/625ea38e8679e39422c7f30a681e9e6e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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