Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save artem-hatchenko/b5ffc9099a3b44ba9d0c41225c6ed124 to your computer and use it in GitHub Desktop.
Save artem-hatchenko/b5ffc9099a3b44ba9d0c41225c6ed124 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Id": "certbot-dns-route53",
"Statement": [
{
"Effect": "Allow",
"Action": [
"route53:ListHostedZones",
"route53:GetChange"
],
"Resource": [
"*"
]
},
{
"Effect": "Allow",
"Action": [
"route53:ChangeResourceRecordSets",
"route53:ListResourceRecordSets"
],
"Resource": [
"arn:aws:route53:::hostedzone/YOURDOMAINZONEID"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment