Skip to content

EBS Snapshot Cost Insights

Deleting an EBS snapshot rarely saves the full snapshot “size” the AWS console displays, because snapshots are incremental: each one stores only the blocks that changed since the previous snapshot, and blocks a deleted snapshot shares with its neighbors are simply inherited, not freed. CloudPouch EBS Snapshot Cost Insights do the block-level math for you and tell you, per volume, what deleting or archiving snapshots would actually save.

CloudPouch compares snapshot blocks across each volume’s snapshot chain and reports:

  • Snapshot counts and the volume of data that could be archived.
  • Estimated monthly savings from cleanup.
  • Per-volume guidance on whether to delete snapshots or archive them.
  • Whether snapshot evaluation was skipped, so “not evaluated” never masquerades as “no savings found.”

On large AWS accounts with big snapshot inventories, CloudPouch limits analysis concurrency and reports AWS API errors explicitly, so a partial scan is diagnosable instead of silently wrong.

EBS snapshots bill per GB-month of stored blocks, and they accumulate by default: backup automation creates them daily, nothing deletes them, and each abandoned chain keeps billing for years. The pattern gets expensive fastest around stopped EC2 instances — teams keep instances “just in case,” and the storage behind them keeps billing at full volume rates. In a 2023 client engagement by CloudPouch’s creator, replacing the EBS volumes of thousands of stopped EC2 instances with snapshots cut $109,926/month — $1.32M/year at the storage prices of the time — and dropped the average monthly storage cost per EC2 instance from $14.20 to $5.82; the EBS snapshot case study walks through the whole pattern, including the restore automation.

Snapshot evaluation is off by default because block-level comparison is a heavier scan than the other insights.

  1. Open the EC2 Other cost area in CloudPouch.
  2. Turn on Evaluate EBS snapshots.
  3. Run Cost Insights for the selected timeframe.

If the toggle stays off, CloudPouch skips snapshot analysis and says so in the result.

CloudPouch EC2 Other screen showing the Evaluate EBS snapshots toggle before running Cost Insights.

Delete recommendations are for snapshots whose data you no longer need. Archive recommendations move snapshots to the cheaper EBS Snapshot Archive tier — but archive has a minimum storage duration and per-GB restore fees, so check restore likelihood before archiving anything you might need back soon.

Beyond the standard EC2 snapshot read APIs and cost data, this insight needs two EBS direct APIs for block-level comparison:

  • ebs:ListSnapshotBlocks
  • ebs:ListChangedBlocks

See AWS permissions.