ojob.io/aws/route53update

Usage

ojob ojob.io/aws/route53update id=/hostedzone/Z0879 rec=something.somewhere value=1.2.3.4 type=A ttl=300 

Description

Updates a DNS entry of AWS Route 53

Expects

Name Description
id The Route 53 zone id
rec The Route 53 zone record to update
value The record value to update (you can use templating like {{\$env 'IP'}})
type The record type (defaults to 'A')
ttl The record TTL in seconds (defaults to 300)