Skip to content
Cloudreason

Cutting cloud storage costs: tiers, lifecycles and the data nobody reads

Compute scales down when demand drops. Storage only ever grows, unless someone owns it.

Storage Costs · AWS + Azure + Google Cloud

Published

Storage is the ratchet in a cloud bill. Compute scales with demand, but data accumulates by default: logs, backups, snapshots, versions and datasets that were needed once. Left unmanaged it grows every month forever, which is also why it responds so well to management. This guide covers the levers, platform by platform, and the traps around retrieval.

Put data in the tier it deserves

Every platform prices storage on the same trade: the less often you read it, the less you pay to hold it, and the more you pay to get it back.

  • AWS S3 runs from Standard through Standard-IA and One Zone-IA to the Glacier classes (Instant Retrieval, Flexible Retrieval and Deep Archive), with Deep Archive costing roughly a twentieth of Standard. S3 Intelligent-Tiering moves objects between tiers automatically based on access, with no retrieval fees, and is the sensible default wherever access patterns are unknown.
  • Azure Blob Storage offers hot, cool, cold and archive tiers with the same shape.
  • Google Cloud Storage runs Standard, Nearline, Coldline and Archive, and Autoclass performs the same automatic movement as Intelligent-Tiering.

The mechanism that makes tiering real is the lifecycle policy: rules that transition objects down the tiers as they age and delete them at end of life. A bucket without a lifecycle policy is a bucket whose contents are all, permanently, at the price of their busiest day. Two housekeeping rules belong in every policy: expire incomplete multipart uploads, and cap noncurrent object versions, both of which silently accumulate invisible, billable data.

Respect the small print on cold tiers

Archive pricing has teeth, and they bite people who tier by price alone:

  • Minimum storage durations. Infrequent-access classes bill a minimum of 30 days, most archive classes 90 to 180 days, charged in full even if the object is deleted or transitioned early. Churning data through cold tiers can cost more than leaving it warm.
  • Retrieval fees. Cold tiers charge per gigabyte retrieved. Data that is read on any regular schedule, even monthly, may be cheaper one tier warmer. Archive what you are keeping for the auditor or the lawyer, not what you are keeping for the quarterly report.
  • Small objects. Per-object overheads and monitoring charges mean millions of tiny objects tier poorly. Aggregate them first.

Block storage and snapshots: the quiet leak

Object storage gets the attention; block storage does the leaking.

  • gp2 to gp3. Migrating AWS EBS volumes from gp2 to gp3 saves roughly 20% per gigabyte and decouples performance from volume size, in place, with no downtime. If you do one thing from this guide, do this — it is also the quickest hygiene win in our AWS cost optimisation guide.
  • Unattached volumes. When instances are terminated carelessly, their volumes live on at full price. Every estate we assess has some.
  • Snapshot sprawl. Daily snapshots retained forever, snapshots of volumes that no longer exist, and AMIs pinning snapshot chains nobody can trace. The fix is a written retention policy enforced by automation such as Amazon Data Lifecycle Manager or AWS Backup, not a quarterly guilt-driven purge.
  • Over-provisioned IOPS. Provisioned-performance volumes sized for a launch-day estimate rarely get revisited against real usage.

Sometimes the answer is a different design

Tiering optimises the storage you have; architecture questions whether you should have it. Repartitioning a dataset, compressing or deduplicating at source, or replacing a continuously replicated copy with a rebuildable one can change the cost of a platform outright, and occasionally the honest answer to a storage proposal is not to buy it at all. When a client asked us to approve roughly £1 million of storage hardware, we designed an alternative they now run themselves at a fraction of the cost; that story and the thinking behind it sit with our independent cloud advisory capability.

Storage discipline, like every optimisation, erodes without an owner — allocating the storage line to the teams that grow it is half the battle — which is why it lives inside Managed FinOps as a continuous practice. If you suspect your own storage line has been growing unexamined, the three-day Cloud Cost Health Check will put a number on it, or ask us directly.

← Managed FinOps at Cloudreason

Frequently asked questions

Is S3 Intelligent-Tiering worth turning on?

For data with unknown or changing access patterns, almost always. It moves objects between access tiers automatically, charges no retrieval fees, and costs only a small monthly monitoring charge per object. The main caveats are that objects smaller than 128KB are not auto-tiered, so it suits estates of larger objects best, and that data you know is cold from day one is cheaper placed directly in an archive class.

Why was restoring from an archive tier so expensive?

Archive classes charge little to hold data and meaningfully to get it back: per-gigabyte retrieval fees, and minimum storage durations of 90 to 180 days that are billed in full even if you delete or move objects early. Archive pricing rewards data you almost never touch. Anything read on a schedule, such as monthly reporting data, usually belongs in an infrequent-access tier instead.

How long should we keep snapshots and backups?

As long as your recovery objectives and your regulator require, and no longer, written down as a retention policy that deletion jobs actually enforce. Unmanaged snapshot retention is one of the commonest storage leaks: daily snapshots kept forever grow without limit, and nobody who could delete them remembers what they protect. If there is no policy, the de facto policy is forever.

Which storage change pays back fastest?

On AWS, migrating gp2 EBS volumes to gp3 cuts the per-gigabyte price by roughly 20%, keeps or improves performance, and can be done in place with no downtime. After that: delete unattached volumes, expire incomplete multipart uploads, cap object version history and put a lifecycle policy on every bucket that lacks one.

Want to know what your estate should cost?

The Cloud Cost Health Check answers that in three days: fixed scope, fixed price, and a plan you can act on with or without us.