Created
March 8, 2014 04:51
-
-
Save alanwill/9425532 to your computer and use it in GitHub Desktop.
Cloudability Application IAM User used to access account data
This file contains hidden or 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": [ | |
"aws-portal:ViewBilling", | |
"ec2:DescribeInstances", | |
"ec2:DescribeReservedInstances", | |
"cloudwatch:GetMetricStatistics" | |
], | |
"Resource": "*" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment