Simple dynamic DNS updater script using Amazon Route53
9.7K
Simple dynamic DNS updater script using Amazon Route53 by mthssdrbrg.
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.
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.
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.
Content type
Image
Digest
Size
26.6 MB
Last updated
over 8 years ago
docker pull erlend/ddns-route53