diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | README.txt | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..30fa1ce --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +config
\ No newline at end of file diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..802ccc5 --- /dev/null +++ b/README.txt @@ -0,0 +1,24 @@ += 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: + +AWS_SECRET_KEY +AWS_ + +== USAGE + +./update.sh + |