Skip to content

Instantly share code, notes, and snippets.

@alanwill
Created March 8, 2014 04:51
Show Gist options
  • Save alanwill/9425532 to your computer and use it in GitHub Desktop.
Save alanwill/9425532 to your computer and use it in GitHub Desktop.
Cloudability Application IAM User used to access account data
{
"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