Skip to content

Instantly share code, notes, and snippets.

@da-n
Created October 24, 2018 19:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save da-n/7f233a62ad188e468e243bfb0626dc4b to your computer and use it in GitHub Desktop.
Save da-n/7f233a62ad188e468e243bfb0626dc4b to your computer and use it in GitHub Desktop.
DDNS-Route53 Setup
# 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