Skip to content

Instantly share code, notes, and snippets.

@jmathai
Created April 5, 2016 03:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmathai/60311826510ecd78745f2822050c1407 to your computer and use it in GitHub Desktop.
Save jmathai/60311826510ecd78745f2822050c1407 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Stmt1458757563000",
"Effect": "Allow",
"Action": [
"route53:ChangeResourceRecordSets",
"route53:ListHostedZones"
],
"Resource": [
"arn:aws:route53:::hostedzone/your_zone_id"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment