How to clean orphaned EBS SnapShots in Amazon Web Services
Managing AWS resources is the key and i believe is the single most important thing you need to do as AWS consumer. Amazon will give access to unlimited resources so do get carried away.
From time to time you will have EBS SnapShots stacking up so for this i use this easy script to identify and remove EBS SnapShots that are not attached to any AMI.
This script will identify and generate the delete command.
Note: - review the script before you go ahead on the delete path.