Skip to content

Instantly share code, notes, and snippets.

@carmstrong
Created June 10, 2015 04:34
Show Gist options
  • Save carmstrong/7d1792fe3eff27350507 to your computer and use it in GitHub Desktop.
Save carmstrong/7d1792fe3eff27350507 to your computer and use it in GitHub Desktop.
AWS IAM access policy for Deis creation
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Stmt1433910304184",
"Action": "autoscaling:*",
"Effect": "Allow",
"Resource": "*"
},
{
"Sid": "Stmt1433910312255",
"Action": "elasticloadbalancing:*",
"Effect": "Allow",
"Resource": "*"
},
{
"Sid": "Stmt1433910356095",
"Action": "ec2:*",
"Effect": "Allow",
"Resource": "*"
},
{
"Sid": "Stmt1433910389756",
"Action": "cloudformation:*",
"Effect": "Allow",
"Resource": "*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment