https://github.com/ketouem/route53-domain-pointer
Update a route53 record set with the current public IP.
https://github.com/ketouem/route53-domain-pointer
aws-route53 dns home-network raspberry-pi
Last synced: about 1 month ago
JSON representation
Update a route53 record set with the current public IP.
- Host: GitHub
- URL: https://github.com/ketouem/route53-domain-pointer
- Owner: Ketouem
- Created: 2018-03-25T02:43:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-09-28T14:24:19.000Z (almost 5 years ago)
- Last Synced: 2025-01-23T22:41:32.292Z (over 1 year ago)
- Topics: aws-route53, dns, home-network, raspberry-pi
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
route53-domain-pointer
===
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.
# Requirements
- [aws-cli](https://aws.amazon.com/cli/)
- [curl](https://curl.se/)
# Usage
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](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html).
`./route53_domain_pointer.sh [-h] DOMAIN_NAME ZONE_ID`
Parameters:
- `DOMAIN_NAME`: domain name handled by route53
- `ZONE_ID`: route53 zone id of the record set.
Options:
- `h`: display help message.