This article will demonstrate how to create, delete, or change a DNS record in AWS Route 53 with the AWS CLI. In addition, this article will demonstrate how to write a bash wrapper function to wrap the cli commands to help with memorization. If you are anything like me, I would much prefer a … [Read more...] about AWS CLI Route 53 Change
AWS CLI Route53 Query
The purpose of this article is to demonstrate how to use the AWS CLI Route53 Query functionality to search your DNS managed in Route53. This article will demonstrate two specific types of searches based on a single query parameter. One example for an IP based search and one example for a DNS name … [Read more...] about AWS CLI Route53 Query