This script will print unused volumes for a region owned by the user, based on user aws config \n
USAGE: list_volumes.py --region region_name
This script will print instances region, based on user aws config.
USAGE: list_instance.py --region region_name
This Script will Create and delete Elastic Block Storage(EBS) Volume snapshot.
User can define the age of snapshot to delete.
USAGE:
Backup: snapshot_backup.sh backup
Delete: snapshot_backup.sh delete 100(age)``
convert aws cred in .config file.