Sign in

Delete low usage AWS EBS Volumes

There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.

This runbook identifies Amazon Elastic Block Storage (EBS) volumes that exhibit low usage, and subsequently removes them. The process involves searching for EBS volumes that have been minimally utilized over a specified threshold period, and then performing the deletion for those volumes. This automation helps optimize storage resources by removing underutilized volumes, freeing up space and potentially reducing costs.

  1. 1

    Filter out low usage AWS EBS volumes

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.

    This task aims to identify Amazon Elastic Block Storage (EBS) volumes with minimal usage. It involves scanning through AWS resources to pinpoint EBS volumes that have been scarcely utilized over a predefined threshold period. This process can be crucial for optimizing storage resources and identifying opportunities to reduce costs, as it helps identify volumes that may no longer be necessary due to low activity levels.

    1
    1. 1.1

      Delete Detached EBS Volumes having low usage

      There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.

      This task involves scanning through a list of EBS volumes and deleting them, provided they are not associated with any ec2 instances. Deleting these detached volumes that are no longer in use can help optimize storage resources and reduce unnecessary costs.

      1.1