How To Find the AWS Region and Availability Zone Via the CLI

Author: , June 30th, 2015

/opt/aws/bin/ec2-metadata | grep placement

How To Get A Full DNS Zone Transfer

Author: , November 29th, 2010

To see all the records in a domain, use the ANY keyword with the dig command: dig @your.dns.server. yourDomain.com. ANY Commands for full DNS zone transfer of a domain: nslookup -query=axfr domain server dig -t axfr domain @server host -t axfr domain server