Skip to content

Instantly share code, notes, and snippets.

@awaxa
Created November 15, 2013 19:20
Show Gist options
  • Save awaxa/7490057 to your computer and use it in GitHub Desktop.
Save awaxa/7490057 to your computer and use it in GitHub Desktop.
{
"Statement": [
{
"Effect": "Allow",
"Action": [
"route53:Get*",
"route53:List*"
],
"Resource": [
"*"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment