Project

aebus

0.0
No commit activity in last 3 years
No release in over 3 years
A tool to automate snapshot management in EC2
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme
= Aebus - Automatic EC2 BackUp Software

A small gem that allows you to easily automate EC2 backups, included purging of old backups and checking the backup status

=== Configuration



==== Sample

  default:
    backup_time: 00:00:00
    access_key_id: <your_access_key_id>
    secret_access_key: <your_secret_access_key>
    region: eu-west1
    from_address: <your sender address, must be verified with SES>
    to_address:
      - address 1
      - address 2
    backups:
      daily:
        enabled: true
        keep: 7
        when: 0 3 * * *
      weekly:
        enabled: true
        keep: 5
        when: 0 3 * * 1
      monthly:
        enabled: true
        keep: all
        when: 0 3 1 * *


  vol-1234567:

  vol-7654321:
    backups:
      daily:
        enabled: false