Skip to content

Instantly share code, notes, and snippets.

@ifnull
Created March 17, 2014 22:40
Show Gist options
  • Save ifnull/9609855 to your computer and use it in GitHub Desktop.
Save ifnull/9609855 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"iam:*"
],
"Resource": [
"arn:aws:iam::*",
"arn:aws:iam::*:user/*"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment