Created
October 24, 2018 19:27
-
-
Save da-n/7f233a62ad188e468e243bfb0626dc4b to your computer and use it in GitHub Desktop.
DDNS-Route53 Setup
This file contains hidden or 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
# https://github.com/mthssdrbrg/ddns-route53 | |
# | |
# awcli needs to be installed with valid credentials and should be in PATH e.g. /home/USER/.local/bin | |
# ddns-route53 needs to be installed and should be in PATH e.g. /home/USER/.local/bin | |
# Add to crontab | |
*/5 * * * * PATH=$PATH:/home/USER/.local/bin /home/USER/.local/bin/ddns-route53 --zone-id XXXXXXXX --record-set www.example.com >> /home/USER/ddns-route53.log 2>&1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment