An open API service indexing awesome lists of open source software.

https://github.com/codemonauts/ebs-backup-lambda

Small lambda function to create snapshots of EBS volumes
https://github.com/codemonauts/ebs-backup-lambda

Last synced: 2 months ago
JSON representation

Small lambda function to create snapshots of EBS volumes

Awesome Lists containing this project

README

          

# EBS Backup Script for Lambda

This lambda function should be called by a CloudWatch event once a day and will iterate over all instances from the
regions defined in `vars.ini`. If they have the tag "Backup" (value is irrelevant and can be empty) a snapshot will be
created from all their EBS volumes.

Most of the code is taken from: https://serverlesscode.com/post/lambda-schedule-ebs-snapshot-backups/