
ojob ojob.io/aws/route53update id=/hostedzone/Z0879 rec=something.somewhere value=1.2.3.4 type=A ttl=300 exiterror=true
Updates a DNS entry of AWS Route 53
| 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) |
| exiterror | If "true" the job will exit with error if the update fails |