Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tongueroo/jets-backup-route53
Backups up route53 records to s3 bucket
https://github.com/tongueroo/jets-backup-route53
Last synced: about 1 month ago
JSON representation
Backups up route53 records to s3 bucket
- Host: GitHub
- URL: https://github.com/tongueroo/jets-backup-route53
- Owner: tongueroo
- Created: 2019-01-04T07:00:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-08T04:23:33.000Z (12 months ago)
- Last Synced: 2024-10-14T22:16:44.556Z (3 months ago)
- Language: Ruby
- Size: 48.8 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backer
[![BoltOps Badge](https://img.boltops.com/boltops/badges/boltops-badge.png)](https://www.boltops.com)
Backs up Route53 Records to S3 Bucket.
![](https://raw.githubusercontent.com/tongueroo/jets-backup-route53/master/screenshots/backer-lambda-console.png)
## Usage
git clone https://github.com/tongueroo/jets-backup-route53
cd jets-backup-route53
bundle
echo "S3_BUCKET=my-s3-bucket" > .env
jets deployNote, the project name is "backer". To change this adjust [config/application.rb](config/application.rb). More info: [Jets App Configuration](http://rubyonjets.com/docs/app-config/)
## To test locally
$ jets console
>> BackupJob.perform_now(:route53_records)## Resources
* Blog Post: [Serverless Ruby Cron Jobs with Jets: Route53 Backup](https://blog.boltops.com/2019/01/03/serverless-ruby-cron-jobs-with-jets-route53-backup)
If you find Jets interesting, please it a GitHub star tongueroo/jets. It helps others find out about the project. I'd appreciate it!