Storage tiers exist because how often you touch data matters as much as how much of it you have. Paying hot-storage prices for files you open once a year is wasted spend; storing actively-served files in a cold tier means slow, sometimes costly retrieval right when you need them fast. Here's how to think about the trade-off.

The four tiers at a glance

TierBest forTypical retrievalRelative cost
HotActively served website/app data, live client sitesInstantHighest
CoolData accessed weekly or monthly: recent backups, media librariesInstant to secondsLower
ColdData accessed rarely: older backups, logs past their active windowMinutesLower still
ArchiveData you must retain but almost never touch: compliance records, closed accountsHoursLowest

Start from the question, not the data type

It's tempting to sort by file type ("put backups in cold, put site assets in hot") but the better question is: if I needed this file right now, how much would the wait matter?

Use lifecycle rules instead of manual sorting

Most data gets colder over time on its own; a backup taken today is hot in the sense that you might restore from it tomorrow, but by week six you're very unlikely to need that specific snapshot quickly. Set a lifecycle rule so objects move automatically:

Example lifecycle policy
0–14 days:    Hot
15–90 days:   Cool
91–365 days:  Cold
365+ days:    Archive

This way you don't have to remember to reclassify anything; the storage tier follows the age of the object, and you only pay hot-tier prices for the window where speed actually matters.

Tiering and Object Lock are independent You can combine any tier with Object Lock's immutability; a locked object in cold storage is still fully protected from deletion, it just costs less to keep and takes a bit longer to retrieve. See the Object Lock guide.

A quick worked example

A hosting company storing 50 TB of client backups might reasonably split it: 5 TB hot (this week's backups, in case of an urgent restore), 15 TB cool (the last two months), and 30 TB cold or archive (everything older, kept for compliance). Mixing tiers this way, rather than putting all 50 TB in hot storage, is usually where the bulk of storage cost savings comes from, often more than switching providers alone.

Not sure how your data should be tiered?

Tell us about your data and access patterns in the questionnaire; we'll recommend a tiering setup as part of your quote.

Get a tailored quote