This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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" |