Certyo/v1
Back to blog
Industry AnalysisApril 14, 2026 · 8 min read

AWS killed QLDB — what it means for data integrity

Amazon quietly shut down its managed ledger database. Customers lost cryptographic verification overnight. Here's what happened and what it means for your integrity strategy.

On July 31, 2025, Amazon Web Services quietly discontinued Quantum Ledger Database (QLDB) — the managed ledger database it launched in 2019 to provide transparent, immutable, and cryptographically verifiable transaction logs. There was no keynote announcement, no blog post explaining the decision. Just emails to customers and updated documentation. The service that promised to make your data "permanently recorded and cryptographically verifiable" was simply turned off.

01

What QLDB actually was

QLDB was one of the most technically elegant managed databases AWS ever built. It offered full ACID transactions via PartiQL (a SQL-compatible language), serverless auto-scaling, and a complete revision history where every document change was cryptographically chained to the previous block. For banking, healthcare, logistics, and government teams that needed tamper-evident records, it was genuinely powerful.

But QLDB had a fundamental tension: it was "blockchain-adjacent" without being decentralized. The cryptographic chain existed inside AWS infrastructure. Verification required AWS API access. The trust model was centralized — you trusted Amazon, not mathematics.

02

Why it failed commercially

AWS provided no official explanation. But the pattern is clear from industry analysis:

  • Positioning gap: Too blockchain-like for traditional database buyers, not decentralized enough for blockchain believers. It satisfied neither audience's mental model.
  • Verification lock-in: Cryptographic proofs only worked through QLDB's API. Auditors and partners couldn't independently verify without AWS access — defeating the purpose for many use cases.
  • Low adoption curve: Enterprise teams that needed audit trails already had pgAudit, Oracle Audit Vault, or custom logging. The incremental value of cryptographic chaining wasn't enough to justify migration.
03

The migration disaster

AWS recommends migrating to Aurora PostgreSQL with pgAudit for audit logging. But this migration strips out every feature that made QLDB valuable in the first place.

0
Cryptographic proofs in Aurora PostgreSQL
Jul 2025
QLDB final shutdown date
100%
Of QLDB verification features lost in migration

Aurora PostgreSQL does not keep a permanent, immutable record of changes. Audit history must be generated externally and stored in S3. There is no cryptographic hash chain. A privileged administrator can modify any historical record. Teams migrating from QLDB aren't upgrading — they're downgrading.

04

The vendor lock-in lesson

QLDB's shutdown is the clearest possible proof that vendor-managed immutability is an oxymoron. If the vendor can shut down the service, your immutable records are only as permanent as the vendor's business decision.

QLDB active
Shutdown announced
Migration to Aurora
Crypto proofs lost
Integrity gap

This isn't theoretical. Real companies built real compliance workflows on QLDB. When it shut down, they had to migrate to a system that can't do what QLDB did. Years of cryptographic proof chains became legacy artifacts in an S3 bucket.

05

Who should care

If you're in a regulated industry where data integrity isn't optional, QLDB's shutdown is a wake-up call:

  • Former QLDB customersYour Aurora PostgreSQL migration lost cryptographic verification. You need an integrity layer that doesn't depend on a single vendor's roadmap.
  • Teams evaluating Azure Confidential LedgerACL is active today, but it carries the same single-vendor risk. If Microsoft makes the same business decision, the same thing happens.
  • Compliance and audit teamsIf your regulator asks for proof of data integrity and your answer depends on a cloud service that might not exist next year, you have a structural vulnerability.
06

The alternative: vendor-neutral proof

The lesson from QLDB isn't that immutable ledgers are bad — it's that immutable ledgers controlled by a single vendor aren't actually immutable. The proof needs to live somewhere the vendor can't turn off. Public blockchains and content-addressed storage (like IPFS) provide exactly this: anchors that persist regardless of any single company's business decisions.

If the vendor can shut down the service, your 'immutable' records are only as permanent as their next quarterly earnings call.

April 14, 2026 · 8 min read

Ready to see this in action?

Request a demo and verify your first record in minutes.

Request demo → See how it works