skillfed

certbot-dns-route53

Route53 DNS Authenticator plugin for Certbot

certbot-dns-route53 v5.7.0 201.1K downloads/30d#9,678 on PyPI33,202
Permissive license Apache-2.0 Active released

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-route53

uv

uv add certbot-dns-route53

poetry

poetry add certbot-dns-route53

Installing 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

Development Status :: 5 - Production/StableEnvironment :: PluginsIntended Audience :: System AdministratorsOperating System :: POSIX :: LinuxProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Topic :: Internet :: WWW/HTTPTopic :: SecurityTopic :: System :: Installation/SetupTopic :: System :: NetworkingTopic :: System :: Systems AdministrationTopic :: Utilities

Tags

certbot route53 dns validationlet's encrypt aws route53 automationacme dns challenge route53certbot aws dns pluginautomated https route53 domains
aws-integrationcertificate-automationdns-validation

More WWW/HTTP packages