Skip to content

Instantly share code, notes, and snippets.

@lu4nm3
Created January 27, 2016 17:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lu4nm3/4d70863b2e251fe59a00 to your computer and use it in GitHub Desktop.
Save lu4nm3/4d70863b2e251fe59a00 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Action": "autoscaling:Describe*",
"Effect": "Allow",
"Resource": "*"
},
{
"Action": "ec2:*",
"Effect": "Allow",
"Resource": "*"
},
{
"Action": "elasticloadbalancing:*",
"Effect": "Allow",
"Resource": "*"
},
{
"Action": "s3:*",
"Effect": "Allow",
"Resource": [
"arn:aws:s3:::kubernetes-*"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment