A Python script used to delete AWS EC2 Snapshots matching the supplied criteria This script provides an easier way of deleting AWS EC2 Snapshots by wrapping the boto3 module and using a much simpler API for common problems like: deleting snapshots by age, or viewing snapshots that will be deleted based on certain filters.