Update a route53 record set with the current public IP address. Can be useful when you want to access your home resources and your ISP keep changing your IP address.
Using this tool implies that you have AWS credentials set up either under ~/.aws/credentials
or by using environment variables, more info in the AWS CLI documentation.
./route53_domain_pointer.sh [-h] DOMAIN_NAME ZONE_ID
Parameters:
DOMAIN_NAME
: domain name handled by route53ZONE_ID
: route53 zone id of the record set.
Options:
h
: display help message.