dns-management

Creates and manages DNS records and zones across AWS, Azure, and Google Cloud Platform.

46|4|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/BagelHole/DevOps-Security-Agent-Skills --skill dns-management-bagelhole
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dns-management
Source: https://github.com/BagelHole/DevOps-Security-Agent-Skills/tree/main/infrastructure/networking/dns-management
Command: npx skills add https://github.com/BagelHole/DevOps-Security-Agent-Skills --skill dns-management-bagelhole

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the configuration and management of DNS infrastructure, including cloud-based services like AWS Route 53 and Google Cloud DNS, as well as self-hosted solutions like BIND.

Core Features & Use Cases

  • Cloud DNS Management: Create and modify DNS zones and records in AWS Route 53 and Google Cloud DNS.
  • Self-Hosted DNS Configuration: Provides examples for configuring BIND DNS servers.
  • Record Type Reference: Lists common DNS record types and their purposes.
  • Best Practices: Offers guidance on DNS management best practices for reliability and security.
  • Use Case: When setting up a new web application, use this Skill to create the necessary A and CNAME records in your cloud DNS provider to point your domain to your application's servers.

Quick Start

Use the dns-management skill to create an A record for 'www.example.com' in your AWS Route 53 hosted zone.

Frequently Asked Questions about dns-management

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure DNS records in AWS Route 53 and Google Cloud DNS?

You can configure DNS records in AWS Route 53 and Google Cloud DNS by creating and modifying zones and records, including A, AAAA, CNAME, MX, TXT, and NS types, directly within the cloud provider environments.

How do I set up a self-hosted BIND DNS server?

You can set up a self-hosted BIND DNS server by creating local DNS zones and records. The configuration process provides examples for managing domain resolutions on your own infrastructure.

What is the best way to handle DNS TTL settings during domain migration?

Handling DNS TTL during domain migration requires adhering to low TTL best practices. Lowering the Time to Live ensures faster propagation when updating A, AAAA, or CNAME records across cloud or self-hosted DNS.

Can I implement DNSSEC for my domain zones?

Yes, you can implement DNSSEC for your domain zones. The DNS management process includes best practices for DNSSEC implementation to ensure security and prevent spoofing across your DNS infrastructure.

Does this approach support multi-server DNS configurations?

Yes, managing DNS zones and records supports multi-server configurations. It provides best practices for synchronizing BIND and cloud DNS deployments across multiple server environments.