Route 53 Amazon DNS
10 Dec 2010 by Misha Dragojevic
Amazon’s DNS Route 53 was released in December 2010. At the time of this blog, software is still in beta, there is no integration with EC2 Console or Elasticfox or any other tool / browser plugin. That makes it hard to use in day to day operations.
If you would like to try Route 53 even now, then read on, this article will shed some light on the topic.
Step 1: Install tools
Your main tool is Amazon’s perl script dnscurl.pl that uses “curl”
dnscurl.pl needs your AWS_ACCESS_KEY and AWS_SECRET_KEY. You can enter those on the command line, or you can create a file ~/.aws-secrets withe following format:Step 2: Create Hosted Zone
Create zone XML file for “domain.com” (note “.” dot at the end of the domain name).
Name the file “domain.com.xml”
You should get response similar to this:
Push new record to Route 53:
Pending status will change to active in few minutes.
Step 4: List Zone Records
To list all of your zone records use the following:
Step 6: Update your domain to point to Route 53
Your milage will vary depending of your domain provider. In essence you want to change “Name Server” records for your domain so that they point to Route 53 servers (see step #2).