Skip to content

Instantly share code, notes, and snippets.

@hinnerk
Created February 18, 2011 20:38
Show Gist options
  • Save hinnerk/834358 to your computer and use it in GitHub Desktop.
Save hinnerk/834358 to your computer and use it in GitHub Desktop.
AWS IAM group policy allowing only access to EC2
{
"Statement": [
{
"Effect": "Allow",
"Action": "ec2:*",
"Resource": "*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment