# Unaccessed EBS Snapshot

Canonical: https://www.pointfive.co/efficiency-hub/inefficiencies/unaccessed-ebs-snapshot

[Cloud Efficiency Hub](https://www.pointfive.co/efficiency-hub) 

# Unaccessed EBS Snapshot

## Explanation

This inefficiency arises when snapshots are retained long after they've served their purpose. Snapshots may have been created for backups, migrations, or disaster recovery plans but were never deleted-even after the related workload or volume was decommissioned. Over time, these unused snapshots accumulate, continuing to incur storage costs without providing operational value.

## Relevant Billing Model

EBS snapshots are billed per GB-month for the total data stored. The first snapshot is a full backup; each subsequent snapshot stores only the changed blocks. However, all retained snapshots contribute to cost, since any unchanged data still referenced by newer snapshots keeps the original snapshot from being fully discarded.

## Detection

Identify snapshots that have not been used to create a new volume or AMI over a defined lookback period Review snapshot tags, descriptions, and creation context to assess whether they were part of a temporary workflow or a long-term retention strategy Check whether the associated volume or instance still exists, or if the snapshot has become orphaned Validate whether the snapshot is still required for compliance, recovery, or audit purposes

## Remediation

Delete snapshots that are no longer needed or are linked to resources that no longer exist. Where retention is required but access is unlikely, document the business reason and implement lifecycle policies to automatically expire outdated snapshots. Consider tagging new snapshots with creation intent and retention timelines to support better cleanup workflows in the future.

## Relevant Documentation

- [EBS Snapshot Pricing](https://aws.amazon.com/ebs/snapshots/pricing//%22)

- [Working with Snapshots](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSSnapshots.html/)

[Submit Feedback](https://hub.pointfive.co/inefficiencies/unaccessed-ebs-snapshot)

## At a glance

Reference

CER-0013

Cloud provider

AWS

Service

AWS EBS

Category

[Storage](https://www.pointfive.co/efficiency-hub/service-category/storage)

Inefficiency type

Unused Resource

---
Source: the public page above. Product screenshots and illustrative interfaces are examples, not live customer data.

