AWS Lambda : Delete old EBS snapshots using Boto3
Briefly

AWS Lambda lets you run code without provisioning or managing servers. You pay only for the compute time you consume there is no charge when your code is not running.
I created a simple AWS Lambda function which deletes the EBS snapshots older than one day
Read at asvignesh.in
[
add
]
[
|
|
]