I used this script to upload some PowerDNS MySQL DNS zones to Amazon's Route53 service.
This script does not actually load anything into Amazon.
It only generates the required cli53 commands to load the DNS zone.
cli53 must be already installed
Instructions:
- Clone Repo
git clone git@github.com:mrunkel/pdns2route53.git
- Change directories
cd pdns2route53
- Make the PHP script executable
chmod a+x pdns2route53
- Run the script for zone.com and pipe it to bash
./pdns2route53 -z zone.com | bash