Skip to content

Instantly share code, notes, and snippets.

@anthonysomerset
Created January 14, 2012 14:10
Show Gist options
  • Select an option

  • Save anthonysomerset/1611609 to your computer and use it in GitHub Desktop.

Select an option

Save anthonysomerset/1611609 to your computer and use it in GitHub Desktop.
IAM allow all access to AWS for iam user
{
"Statement": [
{
"Effect": "Allow",
"Action": "*",
"Resource": "*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment