summaryrefslogtreecommitdiff
path: root/README.txt
blob: d0fef9473e66488ce8506aa65525cd1e92bc534d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
= 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