Skip to content
/ ddns Public
forked from tonio-m/ddns

DDNS using route53 and AWS Lambda

Notifications You must be signed in to change notification settings

julioln/ddns

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Route53 DDNS

You will need an IAM user with Serverless Framework permissions to deploy the stack.

You should also change your docker image builder in the build.sh file if you don't use docker.

The stack will be deployed during the docker build, and the entrypoint is a loop that updates the DNS every 5 minutes.

Configuration

Update the update_route53.py file with your DNS and secret.

Add the same secret to the entrypoint.sh

About

DDNS using route53 and AWS Lambda

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 50.7%
  • Shell 28.7%
  • Dockerfile 20.6%