https://github.com/premiscale/ddns
Dynamic DNS cronjob to update an A record in AWS with my residential IP
https://github.com/premiscale/ddns
aws cron dns terraform
Last synced: 2 months ago
JSON representation
Dynamic DNS cronjob to update an A record in AWS with my residential IP
- Host: GitHub
- URL: https://github.com/premiscale/ddns
- Owner: premiscale
- License: gpl-3.0
- Created: 2023-06-04T18:10:00.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2026-05-13T12:50:47.000Z (2 months ago)
- Last Synced: 2026-05-13T14:37:20.968Z (2 months ago)
- Topics: aws, cron, dns, terraform
- Language: Smarty
- Homepage: https://github.com/premiscale/ddns
- Size: 88.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DDNS

A dynamic DNS CronJob on Kubernetes that runs Terraform against AWS Route53 to ensure the A-record is kept up-to-date with my residential IP. This service is only intended to run on home development clusters.
The service persists the state file and terraform init artifacts in a PVC that's re-mounted on every run to the job.
See also the [status page](https://premiscale-development.cronitorstatus.com/).