Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

bind2route53

Tool to import DNS zone into route53 format...

Usage

  • Install dnspython (in Debian do aptitude install python-dnspython)
  • Obtain zone file
  • Run the script bind2route53.py -z domain.com.zone -n domain.com

This will produce json batch jobs to feed to aws cli tool via aws route53 change-resource-record-sets --hosted-zone-id <ZONEID> --change-batch file://domain.com.json

Note that program automatically strips NS and SOA records because those are provided by route53 itself.

About

Tool to import DNS zone into AWS Route53 format...

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages