certbot-dns-route53
Route53 DNS Authenticator plugin for Certbot
What it is and what it does
This package is a plugin for Certbot that extends its certificate provisioning workflow to use AWS Route53 for DNS-based domain validation. Instead of requiring web server access or manual DNS record creation, it automates the ACME DNS challenge by programmatically creating and removing Route53 records on your behalf. The plugin depends on boto3 for AWS API interaction, acme for ACME protocol handling, and certbot as its host framework.
It is designed for teams managing domains on Route53 who want to automate Let's Encrypt certificate issuance without exposing web servers or managing manual DNS updates. The plugin handles the full validation flow: it creates temporary DNS records to prove domain ownership, waits for propagation, and cleans up after the challenge completes. This is particularly useful for infrastructure-as-code workflows and CI/CD pipelines where certificates need to be provisioned programmatically.
Use it for:
- Automate HTTPS certificate provisioning for Route53-hosted domains in AWS infrastructure.
- Enable certificate renewal in CI/CD pipelines without manual DNS intervention or web server access.
- Issue wildcard or multi-domain certificates for Route53 domains via fully automated DNS validation.
- Integrate Let's Encrypt certificate management into infrastructure-as-code deployments on AWS.
- Provision certificates for internal or non-public domains where HTTP validation is not feasible.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
A Certbot plugin that automates DNS validation for Let's Encrypt certificate issuance using AWS Route53, enabling hands-off HTTPS certificate provisioning for domains hosted on Route53.
Yes. This is a mature, actively maintained plugin (active status, recent release) with no known vulnerabilities, low install friction, and a permissive license. Install it if you host domains on Route53 and want to automate Let's Encrypt certificate provisioning without manual DNS or web server configuration. Requires AWS credentials and Certbot already installed.
Install
certbot-dns-route53 on PyPI
pip
pip install certbot-dns-route53uv
uv add certbot-dns-route53poetry
poetry add certbot-dns-route53Installing certbot-dns-route53
Before you install
Low friction install with a pure-Python wheel. Maintenance is active with a recent release (30 days ago) and the parent Certbot project shows strong community backing (33202 stars). Supports modern Python versions (3.10–3.14).
License in practice
Apache-2.0 permissive license allows commercial and private use with minimal restrictions, making it suitable for production deployments.
Quickstart
pip install certbot-dns-route53
certbot certonly --dns-route53 -d example.com
Requires AWS credentials (via environment variables or IAM role) with Route53 permissions, and Certbot must run on a system with network access to Route53 API.
Verify before relying
- Whether the plugin supports wildcard certificate issuance via Route53 DNS validation.
- Whether automatic certificate renewal is supported and how it integrates with system schedulers.
- Performance characteristics when managing many domains or frequent validation cycles.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — boto3, acme, certbot |
| Maintenance | actively maintained — 30 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 201,127/month — #9,678 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: certbot_dns_route53-5.7.0-py3-none-any.whl
Keywords: aws, certbot, route53
Tags
More WWW/HTTP packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
h11h11 is a pure-Python HTTP/1.1 protocol…
permissive · top 100 on PyPI
httpxHTTPX is a fully featured HTTP client library…
permissive · top 100 on PyPI
httpcoreA minimal low-level HTTP client library that…
permissive · top 100 on PyPI
aiohttpaiohttp is an async HTTP client and server…
permissive · top 100 on PyPI
certbot-dns-cloudflareAutomates DNS validation for Let's Encrypt…
permissive · top 5,000 on PyPI
certbot-dns-multiA Certbot DNS plugin that automates ACME DNS…
permissive · top 15,000 on PyPI
certbot-nginxCertbot-nginx is a plugin for Certbot that…
permissive · top 15,000 on PyPI
certbotCertbot is a command-line client that…
permissive · top 15,000 on PyPI
certbot-dns-duckdnsA certbot plugin that automates DNS-01…
permissive · top 15,000 on PyPI
certbot-dns-directadminA Certbot plugin that automates DNS-01…
unclear · top 15,000 on PyPI
acmeImplements the ACME protocol to automate…
permissive · top 5,000 on PyPI
fqdnValidates fully-qualified domain names (FQDNs)…
copyleft · top 1,000 on PyPI
aws-cdk.aws-route53Provides Python constructs to define and manage…
permissive · top 15,000 on PyPI
aws-cdk.aws-route53-targetsProvides Route53 alias record targets for AWS…
permissive · top 15,000 on PyPI