This python script will copy the DNS records for a domain from Nettica to Amazon Route 53.
You'll need boto and suds python libraries.
- awskeyid - Amazon AWS Credentials Security Key ID
- awskeysecret - Amazon AWS Secret that matches the security key id
- netticausername - Nettica Username
- netticapassword - Nettica Password
- defaultttl - the TTL to use in AWS Route 53
You need to edit the script to place your AWS and Nettica credentials in the variables near the top of the script. Then it's ready to go:
nettica2route53.py <domainname>