thatderek / ebsser

A cloudformation stack that uses a lambda function to create, log, and delete EBS backups.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ebsser

This is a python script that creates a cloudformation stack to backup all ebs volumes in an aws account.

instructions

Clone this repo locally. From the base folder, run python ebsser.py. After the script completes a lambda scheduled event must be created to trigger the backup. Learn more about Scheduled Events Here

Note: As of December 2015, a Lambda Scheduled Event cannot be created via the api or a cloudformation template. When Amazon adds the ability to do so, this tool will be updated.

Requirements:

v 0.1.0

About

A cloudformation stack that uses a lambda function to create, log, and delete EBS backups.


Languages

Language:Python 100.0%