Skip to content

Instantly share code, notes, and snippets.

@voronenko-p
Created May 29, 2019 18:15
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 voronenko-p/b619ddd891df3d81bda2040e3c67dc53 to your computer and use it in GitHub Desktop.
Save voronenko-p/b619ddd891df3d81bda2040e3c67dc53 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"route53:ChangeResourceRecordSets"
],
"Resource": [
"arn:aws:route53:::hostedzone/{HOSTEDZONEID}"
]
},
{
"Effect": "Allow",
"Action": [
"route53:ListHostedZonesByName"
],
"Resource": [
"*"
]
}
]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment