Skip to content

xadereq/aws-snapshot-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About script

This script is created for making snapshots of EC2 volumes. It handles creating and deleting old snapshots which passed its retention time.

Requirements

Script installation

  1. Install AWS CLI and configure it using aws configure command
  2. Install needed dependencies: pip3 install -r requirements.txt
  3. Set variables inside script to fit your needs
  4. Run script manually or add it to cron

Remember that you'll need AWS credentials to be configured on each user willing to run script (because of its location inside user's home directory).

or alternatively set them inside /etc/boto.cfg to grant access globally

About

Script to make AWS volume snapshots with retention

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages