Amazon Glacier logo

Amazon Glacier

Amazon Glacier

UpOpen Sourcecloudby Amazon Web Services62· JavaScript· MIT

Amazon S3 Glacier API provides ultra-low-cost archive storage — long-term retention, compliance archive, DR backup; retrieval has minutes-to-hours latency.

Visit site ↗Source ↗Health checked 9h ago
Use it when

Ultra-low storage cost ($0.004/GB/month, ~1/5 of S3 Standard)

Watch for

Retrieval takes 1 minute to 12 hours (varies by retrieval tier)

First check

CreateVault to create a vault, UploadArchive to upload. AWS now recommends using S3 Glacier storage class directly (specify STORAGE_CLASS=GLACIER when PUT to S3).

Auth
CORS
No
HTTPS
Yes
Signup
?
Latency
11 ms
Protocol
REST
Pricing
Stars
62

Uptime · 30-day window

Probes: 1Uptime: 100%Avg latency: 11ms

GitHub activity

62JavaScriptMIT17 open issuesLast commit 110d ago
01

About this API

S3 Glacier is AWS's cheapest storage — designed for "stored but rarely read" data. Typical scenarios: regulator-mandated 7-year financial data retention, years-old log archives, disaster-recovery last-resort backups, movie masters and similar long-term assets. Storage cost $0.004/GB/month (S3 Standard is $0.023); 1TB for a year costs about $50. Trade-offs are retrieval latency and fees: submit retrieval request (Expedited 1-5 min, Standard 3-5 hours, Bulk 5-12 hours), pay retrieval fees. Suits "write-heavy, read-rare" scenarios. Vault Lock makes archives immutable (essential for legal/regulatory "cannot delete within 7 years"). AWS now recommends S3 Glacier storage class (place directly in S3 bucket, skipping standalone Glacier API complexity); standalone Glacier API retained for legacy users.

02

What you can build

  • 17+ year compliance archives
  • 2Cold data backup (e.g. logs from years ago)
  • 3Disaster recovery last-resort backup
  • 4Legal forensics retention
03

Strengths & limitations

Strengths

  • Ultra-low storage cost ($0.004/GB/month, ~1/5 of S3 Standard)
  • 11 nines durability
  • Vault Lock for immutable archive (compliance requirement)

Limitations

  • Retrieval takes 1 minute to 12 hours (varies by retrieval tier)
  • Per-GB retrieval fees
  • Not cost-effective for small files
04

Example request

Generic template — replace <endpoint> with the real path from the docs.
curl https://github.com/mermade/aws2openapi/<endpoint>
05

Getting started

CreateVault to create a vault, UploadArchive to upload. AWS now recommends using S3 Glacier storage class directly (specify STORAGE_CLASS=GLACIER when PUT to S3).

06

FAQ

Glacier vs. S3 Glacier storage class?+

S3 Glacier storage class (integrated within S3) is simpler. Standalone Glacier API is for legacy projects only.

How fast is retrieval?+

Expedited (1-5 min, most expensive), Standard (3-5 hours, common), Bulk (5-12 hours, cheapest).

07

Technical details

CORS: NoHTTPS: YesSignup: ?Open source: Yes
Auth type
unknown
Pricing
unknown
Protocols
REST
SDKs
python, javascript, go, java, csharp
Response time
11 ms
Last health check
5/12/2026, 7:36:33 AM
08

Tags

09

More from Amazon Web Services