juliogonzalez / ebs-tools

Tools to manage AWS EBS volumes and snapshots

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ebs-tools

Build Status

Tools to manage Amazon Web Services (AWS) EBS volumes and snapshots

Tools

change_type

To change types of EBS volumes attached to an instance, in parallel.

Allows to select which volumes are to be migrated, and will save encryption or tags (optionally) if present.

clean_snapshots

To clean old EBS snapshots for a volume.

Allows to save hourly, daily, weekly or monthly snapshots

clean_ec2_snapshots

To clean old EBS snapshots for volumes attached to an instance.

Allows to save hourly, daily, weekly or monthly snapshots

make_snapshot

To make an EBS snapshot for a volume, optionally saving tags.

make_ec2_snapshots

To make an EBS snapshot for a volume attached to an instance, optionally saving tags.

Allows to perform snapshots in parallel.

Usage

Call each script with -h or --help options to get the syntax.

About

Tools to manage AWS EBS volumes and snapshots

License:GNU General Public License v3.0


Languages

Language:Python 100.0%