Skip to content

Instantly share code, notes, and snippets.

@timthesinner
Created January 6, 2019 22:14
Show Gist options
  • Save timthesinner/3d3af30be5ebffe659823aa4e78f06a0 to your computer and use it in GitHub Desktop.
Save timthesinner/3d3af30be5ebffe659823aa4e78f06a0 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "list",
"Effect": "Allow",
"Action": "route53:ListHostedZones",
"Resource": "*"
},
{
"Sid": "change",
"Effect": "Allow",
"Action": "route53:GetChange",
"Resource": "arn:aws:route53:::change/*"
},
{
"Sid": "register",
"Effect": "Allow",
"Action": [
"route53:GetHostedZone",
"route53:ChangeResourceRecordSets",
"route53:ListResourceRecordSets"
],
"Resource": "arn:aws:route53:::hostedzone/<AWS_HOSTED_ZONE_ID>"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment