Skip to content

pegelston/aws-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

aws-scripts

This project contains useful utilitie(s) for working with AWS CLI. All of these require the AWS CLI.

Route 53 Export

Requirements

  • Needs jq on the PATH
  • Needs awscli on the PATH

The route53-export.sh script, taken from this SO post, will export a hosted zone from AWS Route 53 in BIND text format. This can be piped to a text file:

>> ./route53-export.sh example.com > example-com.zonefile.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages