Skip to content

green3g/ddns-route53-bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DDNS for Route53

Automatically update AWS route 53 records with current IP address

Requirements:

  • AWS CLI
  • jq: apt install jq

Usage:

git clone https://github.com/roemhildtg/ddns-route53-bash.git
cd ddns-route53-bash
cp .env.sample .env
# update the .env file with your parameters
chmod +x update-ddns.bash
./update-ddns.bash domain.com. sub.domain.com. sub2.domain.com. ...

Credits:

https://www.cloudsavvyit.com/3103/how-to-roll-your-own-dynamic-dns-with-aws-route-53/

About

Simple bash script to update route 53 entries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages