Skip to content

route53_backup job from bosh-aws-tools/4

Backs up all Route53 zones to persistent disk

Github source: 8d79ecb5 or master branch

Properties

route53_backup

aws_access_key_id

AWS Access Key Id used to make API calls to Route53

aws_secret_access_key

AWS Secret Access Key used to make API calls to Route53

schedule

Schedule for the backup (in cron format)

Default
0 0 * * *

Templates

Templates are rendered and placed onto corresponding instances during the deployment process. This job's templates will be placed into /var/vcap/jobs/route53_backup/ directory (learn more).

  • bin/backup (from backup.erb)
  • bin/ctl (from ctl)
  • config/backup.cron (from backup.cron.erb)

Packages

Packages are compiled and placed onto corresponding instances during the deployment process. Packages will be placed into /var/vcap/packages/ directory.