Skip to content

Instantly share code, notes, and snippets.

@bmercernccer
bmercernccer / update-route53.sh
Last active February 8, 2023 04:49 — forked from phybros/update-route53.sh
BASH Script to keep Route53 updated with your current external IP address
#!/bin/bash
# place this script in /root
# add the following line to end of crontab
# @reboot /root/update-route53.sh
#update ZONEID and RECORDSET with values for this instance
#
# Hosted Zone ID e.g. BJBK35SKMM9OE
ZONEID="zzzzz"