Route53 configuration¶
hostedZoneID
¶
AWS Route53 hosted zone ID.
Config file
route53:
hostedZoneID: "ABCEEFG123456789"
Environment variables
DDNSR53_ROUTE53_HOSTEDZONEID
recordsSet
¶
Slice of records set.
route53:
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
name
¶
AWS Route53 record set name.
Warning
Don't forget to suffix with a dot
Config file
route53:
recordsSet:
- name: "ddns.example.com."
Environment variables
DDNSR53_ROUTE53_RECORDSSET_<KEY>_NAME
type
¶
AWS Route53 record set type. Can be A
or AAAA
.
Config file
route53:
recordsSet:
- name: "ddns.example.com."
type: A
Environment variables
DDNSR53_ROUTE53_RECORDSSET_<KEY>_TYPE
ttl
¶
AWS Route53 record TTL (time to live) in seconds.
Config file
route53:
recordsSet:
- name: "ddns.example.com."
ttl: 300
Environment variables
DDNSR53_ROUTE53_RECORDSSET_<KEY>_TTL
Last update:
2020-07-22 09:34:17
Created: 2020-07-22 09:34:17
Created: 2020-07-22 09:34:17