Anyone knows of a good way to automatically purge old EBS snapshots?
We have a cron script backing up the whole instance from inside, via EC2 API snapshots, but the snapshots tend to accumulate.
I thought of using the EC2 API for listing and erasing "older then X" snapshots, but perhaps there is already some solution/script for this which will help me not re-invent the wheel?