NimbusNexus

Cold storage

Cold storage is the archive tier โ€” cheap to keep, slower and metered to retrieve. Pick this when you almost never read the data: long-tail backups, compliance retention, raw logs for audits.

What you pay for

Three cost components, all metered separately:

ItemRateWhen you pay
Storage$0.004/GB-monthContinuously while the archive exists
Retrieval$0.02โ€“$0.05/GBPer restore request, varies by retrieval class
Early-deletion feeper-GB ร— remaining daysIf you delete before 90 days

For comparison: Object Storage Standard is $0.013/GB-month (3.25ร— the rate) โ€” and Object Standard has no retrieval fee or minimum-storage duration. The trade-off is: pay less to keep, more to read.

Minimum-storage duration

Every archive incurs a 90-day minimum storage charge. Delete an archive after 30 days, and you'll be billed for the remaining 60 days as part of the deletion. This is the same model AWS Glacier uses; it's what makes the storage rate this low.

In practice: don't churn cold-storage objects. The right pattern is write-once, keep-or-delete-after-90-days.

Retrieval classes

ClassLatencyPer-GB costWhen to use
expedited1โ€“5 minutes$0.05Compliance retrievals; one-off audits with a deadline
standard3โ€“5 hours$0.02The default; cost-effective for unplanned reads
bulk5โ€“12 hours$0.005Restoring tens-of-TB+ overnight

A retrieval doesn't move data out of the archive permanently โ€” it makes a temporary copy in Object Standard for 24 hours, accessible via a presigned URL. The archive itself is unchanged.

When NOT to use cold storage

  • Anything you might read more than ~once a quarter โ€” the retrieval fees overwhelm the storage savings.
  • Anything time-sensitive on read โ€” even expedited retrieval is 1โ€“5 minutes, not seconds.
  • Data with a known short lifecycle โ€” the 90-day minimum makes churn expensive.

For all three cases, Object storage with the IA or Cold storage class is a better fit (lower retrieval fees, shorter or no minimum duration).

What's next

  • Object storage โ€” same product family, higher-frequency access patterns.
  • Snapshots โ€” VM and volume snapshots are stored on the cold tier by default.

No endpoints to show

The OpenAPI spec doesn't currently expose any endpoints under thecold-storagetag. This is usually a manifest typo; check that the tag matches what the backend serves at /openapi/external.json.