Notify and remove unused aws ebs volumes using lambda functions
Apr 18, 2023 · 2 min read · what is it about Recently came across unused ebs which was increasing the AWS bills. They were redundant from testing and development. To automate the removal process wrote the below lambda function that will scan for unattached volumes, tag for dele...
Join discussion