Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@nwalke
Created April 18, 2017 19:28
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 nwalke/78c4a95ba8d3ae3ed82e2ce41171db51 to your computer and use it in GitHub Desktop.
Save nwalke/78c4a95ba8d3ae3ed82e2ce41171db51 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "1",
"Effect": "Allow",
"Action": [
"ec2:*",
"codedeploy:*",
"autoscaling:*"
],
"Resource": "*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment