Create a scheduled job that scans for unattached EBS volumes and deletes them
Create a scheduled job that scans for unattached EBS volumes and deletes them so that we don't leave unattached EBS volumes in the AWS account and so we can achieve cost savings.
Ideas for the solution are to use a lifecycle policy or a scheduled Lambda that removes unattached EBS volumes.