GithubHelp home page GithubHelp logo

aws-tools's Introduction

Shell scripts to ease some AWS administration tasks.

* ec2-common.sh - Common vars and functions, meant to be sourced by other scripts
* backup-volumes-into-snapshots.sh - Backup one or more volumes by making snapshots. Supports 
snapshot multi-tagging and description. Can operate in synchronous mode. Example of usage:

    ./backup-volumes-into-snapshots.sh -s -v vol-bcf905d4 -d Hourly_backup -t "Content=Database" -t "backup=hourly"

* find-vols-by-tag.sh - Find volumes by a given tag. Example of usage:

    ./find-vols-by-tag.sh -t Content=Database

* find-vols-attached-to-instance.sh - Search for volumes attached to a given instance. Example of usage:

    ./find-vols-attached-to-instance.sh -i i-9293812

* clean-old-snapshots.sh - Clean old snapshots. Supports snapshot filtering (any criteria supported 
by ec2 api tools). It leaves untouched all snapshots not older than X days, and leave one per day 
for any snapshot not older than Y days (given that 0 < X < Y). Example of usage: 

    ./clean-old-snapshots.sh -f tag:backup=hourly -a 1 -d 7

* ec2-describe-instances-for-humans - Describe instances of one or more regions (or all of them if none specified)
in a more human-friendly format. Example of usage:
    
    ./ec2-describe-instances-for-humans.sh -r eu-west-1 -r us-east-1

aws-tools's People

Contributors

deigote avatar luque avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.