Skip to content

Instantly share code, notes, and snippets.

View rohit-tambakhe's full-sized avatar
🖖

Rohit Tambakhe rohit-tambakhe

🖖
View GitHub Profile
@rohit-tambakhe
rohit-tambakhe / README.md
Created August 10, 2022 13:09 — forked from leonardofed/README.md
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.


@rohit-tambakhe
rohit-tambakhe / README.md
Created July 26, 2022 11:10 — forked from Eyjafjallajokull/README.md
AWS EBS - Find unused snapshots

This script can help you find and remove unused AWS snapshots and volumes.

There is hardcoded list of regions that it searches, adjust the value to suit your needs.

Use snapshot.py snapshot-report to generate report.csv containing information about all snapshots.

snapshot.py snapshot-cleanup lets you interactively delete snapshot if it finds it is referencing unexisting resources.

./snapshots.py --help