Docker image to update dynamic IP address into AWS Route53 DNS zone.
- Pull the docker image:
docker pull vedarthk/route53-ddclient:1.0.0- Run a docker container to update the IP address:
docker run --rm vedarthk/route53-ddclient:1.0.0 ROUTE53_ZONE_ID fully.qualified.domain.nameYou can run this as a cron job which can keep updating the IP address.
This docker image is based on Python, which is used to install awscli a commandline tool to interact with AWS cloud infrastructure.
git clone [email protected]:vedarthk/docker-route53-ddclient.gitcd docker-route53-ddclient
docker built -t image:tag .