Skip to content

Instantly share code, notes, and snippets.

@gm
Last active December 30, 2015 13:38
Show Gist options
  • Save gm/7836475 to your computer and use it in GitHub Desktop.
Save gm/7836475 to your computer and use it in GitHub Desktop.
IAM user security policy for use with linked accounts. Allows access to usage data.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"ec2:DescribeInstances",
"ec2:DescribeImages",
"ec2:DescribeReservedInstances",
"cloudwatch:GetMetricStatistics"
],
"Resource": "*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment