diff --git a/docs/references/selfhosting.md b/docs/references/selfhosting.md index b1dc1784c..7345f3bf4 100644 --- a/docs/references/selfhosting.md +++ b/docs/references/selfhosting.md @@ -104,6 +104,16 @@ The supported regions are: "arn:aws:route53:::hostedzone/" ] }, + { + "Effect": "Allow", + "Action": [ + "route53:ListHostedZones", + "route53:GetChange" + ], + "Resource": [ + "*" + ] + }, { "Effect": "Allow", "Action": "s3:*",