Skip to content

Script to copy a Domain's DNS from Nettica to Amazon Route53

Notifications You must be signed in to change notification settings

nappa32/nettica2route53

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Copy Domain/Zone from Nettica to Amazon Route53

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.

Requires:

Variables

  • 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

Usage

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> 

About

Script to copy a Domain's DNS from Nettica to Amazon Route53

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published