
Amazon Route 53
OfficialFreeEfficiently configure and manage AWS Route 53 DNS settings.
Free · Opens the source repo
What Amazon Route 53 does
The Amazon Route 53 skill provides a comprehensive set of tools for configuring DNS settings within AWS. It covers both public and private DNS records, enabling users to create and manage hosted zone records effectively. The skill supports various traffic-steering routing policies, including weighted and failover routing, allowing for optimized traffic distribution and disaster recovery setups. Users can also set up health checks to monitor the availability of endpoints, ensuring reliable service delivery.
This skill is particularly useful for AWS users who need to manage complex DNS configurations across multiple accounts or VPCs. It includes references for blocking malicious domains, centralizing DNS Firewall rules, and resolving private DNS across hybrid networks. Each reference is designed to be self-contained, providing step-by-step procedures, decision tables, and troubleshooting guidance tailored to specific tasks. Users can execute commands through the AWS MCP server for enhanced security and logging.
For those managing hybrid environments or AWS Outposts, the skill offers specific references for running the VPC Resolver and setting up Global Resolver endpoints. This flexibility allows users to maintain consistent DNS resolution across on-premises and cloud resources. The skill is not intended for CloudFront-specific configurations, making it ideal for pure Route 53 tasks without the complexity of cross-service dependencies.
Overall, this skill is designed for developers and network engineers who require a robust solution for managing DNS within AWS. Its structured approach to task execution and comprehensive reference materials make it a valuable asset for anyone looking to streamline their DNS management processes in the cloud.
When to use it
Use this skill when you need to configure DNS records, implement traffic steering, or manage health checks in AWS Route 53.
When not to use it
Avoid this skill if your tasks involve CloudFront configurations or if you require non-DNS networking solutions.
What you can build with it
Creating a Public DNS Record
Easily point a hostname to an IP address or AWS resource using the provided reference for creating public DNS records.
Implementing Traffic Steering
Utilize weighted routing to split traffic across multiple endpoints for A/B testing or canary deployments.
Setting Up Health Checks
Monitor the availability of your endpoints and receive alerts when issues are detected through health checks.
How to install Amazon Route 53
View source1. Install with the skills CLI
npx skills add aws/agent-toolkit-for-aws/route53 --agent claude-code2. Or install it manually
Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.
Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs
Inside SKILL.md
Written by awsAmazon Route 53
Overview
Domain expertise for configuring Amazon Route 53 DNS across the public and private resolution paths: hosted zone records, traffic-steering routing policies, health checks, DNS Firewall, Route 53 Profiles, VPC Resolver (also known as Route 53 Resolver) for hybrid and Outposts networks, and Global Resolver.
This skill is a router. Each customer task maps to a procedure file under references/. Read the
matching reference in full before acting, then follow its constraints and steps. The reference
files are self-contained: each carries its own decision tables, constraints, procedure, and
troubleshooting.
Execute commands using the AWS MCP server when connected (sandboxed execution, audit logging,
observability). Fall back to the AWS CLI otherwise. All Route 53 Domains API calls are made in
us-east-1 regardless of where the customer works.
Which Route 53 task do you need?
| Goal | Reference |
|---|---|
| Point a hostname or zone apex at an IP, AWS resource, or hostname | creating a public DNS record |
| Split traffic across endpoints in a ratio (blue/green, canary, A/B) | splitting traffic with weighted routing |
| Fail over between two Regions for disaster recovery | configuring failover routing |
| Monitor whether an endpoint is up and get alerted | setting up a health check |
| Block malicious domains for a VPC at the resolver | blocking malicious domains |
| Work out which DNS Firewall rule wins for a domain across multiple rule groups | identifying the effective DNS Firewall rule |
| Apply one DNS config across many VPCs and accounts | configuring Route 53 Profiles |
| Fan DNS Firewall out across many accounts org-wide | centralizing DNS Firewall with Profiles |
| Resolve private DNS both ways across a hybrid network | resolving private DNS for hybrid networks |
| Run VPC Resolver locally on an AWS Outposts rack | running VPC Resolver on Outposts |
| Give on-premises and remote clients one anycast DNS endpoint | setting up Global Resolver |
Routing notes
- Records vs routing policies. A plain hostname-to-target mapping is the public DNS record task. Splitting or steering traffic (weighted, failover) is a separate routing-policy task with its own reference. Start from the customer's intent, not the record type.
- Health checks vs failover. A health check monitors an endpoint and raises alarms. The failover routing policy decides where traffic goes when a check fails. They are two references and are often used together: set up the health check, then wire it into failover.
- DNS Firewall for one VPC vs many accounts. Authoring rules for a VPC is the blocking reference. Fanning the same protection across accounts with Profiles and Firewall Manager is the centralizing reference.
- DNS Firewall authoring vs diagnosis. Creating or changing rules is the blocking reference. Working out which rule already wins for a domain when several rule groups are associated (a read and diagnostic task) is the identifying-the-effective-rule reference.
- Profiles, two entry points. General Profile setup (attach resources, share via RAM, cost and visibility tradeoffs) is the configuring-Profiles reference. Using Profiles specifically to scale DNS Firewall org-wide is the centralizing reference.
- VPC Resolver, three contexts. In-Region hybrid resolution, the Outposts-local resolver, and the Global Resolver anycast endpoint are three separate references. Match the reference to where the resolver runs.
Cross-service work
Pointing a custom domain at a CloudFront distribution, or failing over between CloudFront
distributions, is cross-service work owned by the separate route53-cloudfront skill. Use this
skill for the Route 53 side of pure-Route 53 tasks only.
Security Considerations
These apply across the Route 53 tasks below; each reference repeats the ones load-bearing for its workflow.
- You SHOULD use least-privilege IAM credentials provisioned through IAM roles (instance profiles,
SSO/IAM Identity Center session credentials, or
aws sts assume-role) rather than long-lived IAM user access keys, and prefer read-only credentials for inspection steps. - You SHOULD recommend encrypted DNS transport (DoT or DoH) over plaintext Do53 for resolver client populations, since Do53 exposes queried domain names to on-path observers.
- You MUST scope resolver-endpoint security group rules on port 53 to the on-premises CIDR ranges or
known DNS server IPs, never
0.0.0.0/0. - You MUST encrypt query log and notification destinations at rest: KMS on CloudWatch Logs log groups, SSE-S3/SSE-KMS on S3 buckets, server-side encryption (SSE) on a Data Firehose stream, and SSE on SNS topics, because DNS query logs and health-check notifications can reveal infrastructure topology.
- For Global Resolver, you MUST treat access-token
valuereturned at create time as a secret; store it in AWS Secrets Manager rather than in plaintext, and validate which client populations each DNS view authorizes.
Additional Resources
Frequently asked questions about Amazon Route 53
Similar skills
Turborepo
Optimized build system for JavaScript/TypeScript monorepos.
Azure Pipelines Validation
Streamline your Azure DevOps pipeline changes locally.
Azure Developer CLI
Streamline your Azure project workflows with best practices.
Azure Container Registry CLI
Manage Azure Container Registry resources with ease.
Aspire
Build and orchestrate polyglot distributed applications seamlessly.
Vercel CLI
Manage and deploy Vercel projects from the command line.
