Created
October 15, 2013 17:14
-
-
Save arirubinstein/6995102 to your computer and use it in GitHub Desktop.
AWS IAM Meta Describe keyspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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