Sign inSign up

erlend/ddns-route53

By erlend

•Updated over 8 years ago

Simple dynamic DNS updater script using Amazon Route53

Image
0

9.7K

erlend/ddns-route53 repository overview

⁠ddns-route53

Simple dynamic DNS updater script using Amazon Route53 by mthssdrbrg⁠.

⁠Configuration

⁠Alternative 1) configuration in env-file

Just add the environment variables AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY to a env file⁠.

Then specify the file with the --env-file argument on docker run.

⁠Alternative 2) configuration in volume

Create a container for storing the configuration:

docker run -it --name=ddns-data erlend/ddsn-route53 aws configure

Then specify the container name by running with --volumes-from=ddns-data.

You could use an existing aws-cli configuration by running with -v $HOME/.aws:/home/ddns/.aws

You must also make sure to apply a proper policy⁠ to the user or role.

⁠Usage

docker run --rm [CONFIG_ARGUMENT_HERE] erlend/ddns-route53 -z ZONE_ID -r RECORD

For more information run docker run --rm erlend/ddns-route53 or visit the git repo⁠.

Tag summary

Content type

Image

Digest

Size

26.6 MB

Last updated

over 8 years ago

docker pull erlend/ddns-route53