From 37fbaff2d7c6c45dc396b0abdd7958eb0fa75762 Mon Sep 17 00:00:00 2001 From: Steph Enders Date: Thu, 28 Dec 2023 06:50:09 -0500 Subject: Initialize base repository for CLI helper --- README.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.txt (limited to 'README.txt') 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 + -- cgit v1.2.3-54-g00ecf