Skip to content

Instantly share code, notes, and snippets.

@deploytoprod
Last active October 5, 2015 23:34
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 deploytoprod/21d2e65479eda849ca41 to your computer and use it in GitHub Desktop.
Save deploytoprod/21d2e65479eda849ca41 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement" : [
{
"Effect" : "Allow",
"Action" : [
"catalog-admin:*",
"servicecatalog:*",
"cloudformation:GetTemplateSummary",
"cloudformation:ValidateTemplate,",
"cloudformation:CreateStack",
"cloudformation:UpdateStack",
"cloudformation:DeleteStack",
"cloudformation:DescribeStackEvents",
"cloudformation:DescribeStacks",
"ec2:*",
"lambda:*",
"s3:*"
],
"Resource": "*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment