LXer: Delete unused EBS (Elastic Block Storage) Volumes on AWS using a Lambda Function
by LXer from LinuxQuestions.org on (#5RRPM)
Published at LXer:
Amazon Elastic Block Store (EBS) is an easy-to-use, high-performance block storage service. It is like an external disk that can be attached to an EC2 Instance and used to store our data on it. This tutorial shows how to write a Lambda Function to delete Unused EBS Volumes.
Read More...
Amazon Elastic Block Store (EBS) is an easy-to-use, high-performance block storage service. It is like an external disk that can be attached to an EC2 Instance and used to store our data on it. This tutorial shows how to write a Lambda Function to delete Unused EBS Volumes.
Read More...