sudo yum install -y bind-utils
pip install cli53
/opt/aws/bin/ec2-metadata | grep 'public-hostname:' | cut -d ' ' -f 2
dig redhat.com
dig redhat.com +nocomments +noquestion +noauthority +noadditional +nostats
dig redhat.com +noall +answer
dig redhat.com NS +noall +answer
dig -t NS redhat.com +noall +answer
dig redhat.com +short
dig -x 209.132.183.81 +short
cli53 list
cli53 rrcreate "DNS_ZONE_ID" "NAME" CNAME "HOSTNAME.AWS_AZ.compute.amazonaws.com" --replace --ttl "60"
cli53 rrcreate "DNS_ZONE_ID" "NAME" TXT "1 2 3 4" --replace --ttl "60"
- https://github.com/barnybug/cli53
- http://amix.dk/blog/post/19712
- http://www.thegeekstuff.com/2012/02/dig-command-examples/
- https://aws.amazon.com/code/Amazon-Route-53
- http://docs.aws.amazon.com/general/latest/gr/Welcome.html
- https://www.coveros.com/auto-register-an-ec2-host-with-route53-dns/
- http://www.highbrow.com.au/blog/migrating-dns-zoneedit-amazon-route-53