Your cart is currently empty!
Category: DNS
-
Automating DNS Record Updates with AWS Route 53 and Bash Scripting
In today’s dynamic and cloud-centric world, managing DNS records is a crucial aspect of maintaining an online presence. AWS Route 53 provides a reliable and scalable DNS web service that allows users to route traffic to various AWS resources. In this article, we will explore how to automate the process of updating DNS records using…
-
Ubuntu Bash Shell Script to update Amazon Route53 for dynamic IP
I host some sites from my home lab (cough cough, one old HP I5 desktop machine), the trouble is, I use amazon route53 and I need to update it when my public IP changes. I found some information quite a while ago, and with some finessing over time its working nicely, so I thought it…