AWS Certified Solutions Architect - Professional 2020

Sign Up Free or Log In to participate!

Is deleteing snapshot 1 a cost save ??

If deleting Snapshot 1 of EBS still allows you to restore Snapshot 2 and only the data delta is saved in 2, is it a cost save to always delete Snapshot 1?

1 Answers

Snapshots can be seen as a collection of pointers to the actual data. The moment you delete Snapshot 1, its underlying data is preserved and "incorporated" into the next most recent snapshot (Snapshot 2). So to answer your question, here is a snippet from the documentation: 

"Deleting a snapshot might not reduce your organization’s data storage costs. Other snapshots might reference that snapshot’s data, and referenced data is always preserved. If you delete a snapshot containing data being used by a later snapshot, costs associated with the referenced data are allocated to the later snapshot."

Source: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-deleting-snapshot.html

Marc Pulido

That makes sense. No free lunches in AWS town (gotta keep Jeff happy). I wasn’t getting the whole brining forward to the next snapshot methodology.

igarcia

It won’t save too much in cost but certainly you don’t want to have hundreds of snapshots around, that’s why there is a Lifecycle option there.

Sign In
Welcome Back!

Psst…this one if you’ve been moved to ACG!

Get Started
Who’s going to be learning?