Skip to content
This repository was archived by the owner on Sep 30, 2023. It is now read-only.

valentinroca/ebs-snapshot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

ebs-snapshot

Simple python script to create EBS snapshots.

Requirements

Python, Boto SDK and proper IAM permissions

Usage

  1. Update config.py with AWS credentials (optional: region, tag and snapshots_to_keep)

  2. Tag each volume you want a snapshot of

    "Key": "Backup"
    "Value": "True"
    
  3. Manually run ebs-snapshot.py or install as a cron job

Note

By default, ebs-snapshot keeps 3 snapshots of the same volume. If more snapshots exist, the oldest ones will be removed first.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages