What problem does it solve? Setting up DNS records for Amazon SES email (verification TXT, DKIM CNAMEs, SPF, DMARC, MX) is error-prone when done manually through registrar dashboards, leading to email deliverability failures and DNS drift. This Skill automates the entire Route 53 workflow with AWS CLI commands and JSON change batches. ## Core Features & Use Cases - Hosted Zone Management: Create or identify Route 53 hosted zones and delegate nameservers from registrars like DigitalOcean. - SES Email Records: Apply verification TXT, three DKIM CNAMEs, SPF, DMARC, and MX records via idempotent UPSERT change batches. - Verification & Drift Control: Confirm propagation with dig, poll SES identity status, and enforce least-privilege IAM scoped to the hosted zone. - Use Case: After running SES domain verification, apply the full email record set for ndestates-io.com in one command, then verify DKIM and DMARC status without touching a registrar UI. ## Quick Start Ask the AI to create a Route 53 hosted zone and apply the full SES email records (verification, DKIM, SPF, DMARC, MX) for your domain.