Skip to content

Route 53 AWS DNS provider question. #290

Answered by shibayan
agustinsilvano asked this question in Q&A
Discussion options

You must be logged in to vote

Be sure to create and use an IAM user with limited privileges. You can refer to the certbot documentation for help.

https://certbot-dns-route53.readthedocs.io/en/stable/#sample-aws-policy-json

I have tried using a policy that only allows operations of Route 53. You can refine your resources as needed.

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Sid": "VisualEditor0",
            "Effect": "Allow",
            "Action": "route53:*",
            "Resource": "*"
        }
    ]
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by agustinsilvano
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants