Skip to content

An opinionated set of tools to help administer AWS Route53.

License

Notifications You must be signed in to change notification settings

victorsmirnov/aws-route53-tools

Repository files navigation

JavaScript Style Guide

aws-route53-tools

Collection of now two scripts to check AWS Route53 resources.

  • Check hosted zones script fetches all public zones hosted in AWS Route53 default profile and compares NS servers returned by NS resolver with NS servers configured in AWS Route53. If there is a mismatch it will print an error message.
  • Compare CloudFront distributions with alias records in the hosted zones. Show distributions without any aliases and aliases not listed under related distribution's aliases.

Installation

Install globally:

npm install -g aws-route53-tools

Or run with npx:

npx aws-route53-tools

Usage

Run script with the default AWS profile.

$ a53

About

An opinionated set of tools to help administer AWS Route53.

Resources

License

Stars

Watchers

Forks

Packages

No packages published