Skip to content

Instantly share code, notes, and snippets.

@ip-2014
Forked from dfox/update-route53-dns-config.sh
Created October 27, 2016 15:56
Show Gist options
  • Select an option

  • Save ip-2014/c55dd7c441a16847d7e9e49a58229100 to your computer and use it in GitHub Desktop.

Select an option

Save ip-2014/c55dd7c441a16847d7e9e49a58229100 to your computer and use it in GitHub Desktop.
Configuration file for the Route 53 update script
AWS_ACCESS_KEY_ID="<Your access key ID>"
AWS_SECRET_ACCESS_KEY="<Your secret access key>"
ZONE="<The name of your subdomain>"
TTL="600"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment