Skip to content

Instantly share code, notes, and snippets.

@Eyjafjallajokull
Eyjafjallajokull / README.md
Last active June 5, 2024 12:23
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
@ckelner
ckelner / _README.md
Created August 11, 2017 16:25
Monitoring SonarQube JVM/JMX metrics with Datadog

Sonarqube

This was a quick hack to get Datadog Java/JMX monitoring working with Sonar.

Prerequisites

  • Install docker

Run