Skip to content

Instantly share code, notes, and snippets.

@crazy-max
Last active November 25, 2020 17:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crazy-max/4ddc2ea3e70ea82638498ff56e672839 to your computer and use it in GitHub Desktop.
Save crazy-max/4ddc2ea3e70ea82638498ff56e672839 to your computer and use it in GitHub Desktop.
medium-ddns-route53-config
credentials:
accessKeyID: "ABCDEFGHIJKLMNO123456"
secretAccessKey: "abcdefgh123456IJKLMN+OPQRS7890+ABCDEFGH"
route53:
hostedZoneID: "ABCEEFG123456789"
recordsSet:
- name: "ddns.example.com."
type: "A"
ttl: 300
- name: "ddns.example.com."
type: "AAAA"
ttl: 300
- name: "another.example2.com."
type: "A"
ttl: 600
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment