= AWS Route53 IP Update This util is a helper script for updating a route53 record set with your new IP. If you have a server hosted on your home IP and that IP can change! Cron this script and boom. You never have to log in again. You can install the AWS CLI on your system following: https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html This is written for v2 == CONFIGURATION Edit "config" file (this is a bash sourcable file) Set: export AWS_SECRET_KEY= export AWS_SECRET_ACCESS_KEY= HOSTED_ZONE_ID= DOMAIN= # Note ^ make sure domain is in the form "senders.io." <- note the trailing . == USAGE ./update.sh