amagnus / EC2_snapshots

Python script that automates snapshots creation and retention on Amazon EC2.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requires boto library:

pip install boto

Create /etc/boto.cfg with AWS credentials:

[Credentials]
aws_access_key_id = 
aws_secret_access_key = 

About

Python script that automates snapshots creation and retention on Amazon EC2.