Skip to content

Instantly share code, notes, and snippets.

@arirubinstein
Created October 15, 2013 17:14
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 arirubinstein/6995102 to your computer and use it in GitHub Desktop.
Save arirubinstein/6995102 to your computer and use it in GitHub Desktop.
AWS IAM Meta Describe keyspec
{
"Statement": [
{
"Effect": "Allow",
"Action":["ec2:DescribeInstanceAttribute",
"ec2:DescribeInstances",
"ec2:DescribeRegions",
"ec2:DescribeSecurityGroups",
"elasticloadbalancing:DescribeLoadBalancers"
],
"Resource": "*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment