Speaker
Abstract
In late 2024, Netflix made a bet: consolidate the vast majority of our relational database use cases onto a single engine: Amazon Aurora PostgreSQL. This talk uses Netflix’s Aurora PostgreSQL consolidation as a case study in platform engineering: how we turned risky, bespoke database migrations into a repeatable internal platform capability.
Over 12 months, we migrated 100+ unique workloads off a third-party, distributed, PostgreSQL-compatible store and onto Aurora PostgreSQL. The workloads varied widely in size, query patterns, availability requirements, and team risk tolerance, including use cases with tens of terabytes of data and business-critical traffic. To make this tractable, we built a migration platform that standardized the common path while preserving escape hatches for the hard cases: automated data movement, byte-for-byte validation, resumable workflows and transparent cutovers with only single-digit minutes of write downtime.
We’ll cover both the technical and organizational sides of the effort: how we minimized application-team churn, built confidence in our tooling, worked with external and internal partners, and coordinated a high-risk infrastructure change across hundreds of stakeholders without turning the platform team into a blocking approval gate.
Takeaways:
- How to turn a large migration program into an internal platform capability with reusable tooling, standardized workflows, and clear escape hatches.
- How to migrate business-critical relational workloads with near-zero downtime while keeping application-team effort low.
- How to build trust in migration tooling through validation harnesses, byte-for-byte correctness checks, resumable execution, and cutovers.
- How to make build-vs-buy decisions when vendor tools and internal platform requirements do not fully overlap.
- How to coordinate a high-risk infrastructure change across many teams without adding overhead for developer teams.
Topics
$2,955, Conference (3 days). Current pricing ends October 13th. All pass options.
QCon San Francisco 2026 is a three day conference for senior software engineers, architects and team leads. An international program committee of working engineers selects every session. Patterns and practices, not products and pitches.
Part of the track
Real World Platform Engineering Hosted by Daniel Bryant Platform Engineer, Co-Author of "Mastering API Architecture", Java Champion, and InfoQ News ManagerFrom the same track
Wednesday 18 November
10:35 Pacific DEKJ Session Why Most Platform Teams Fail: The Adoption Problem Nobody Wants to Own Shweta Vohra Architecture Leader @Booking.com, Author of "Decoding Platform Engineering Patterns" & "Dear Software and AI Architect", 24+ Years Experience Building Cloud, Platform, and AI Systems We have all seen the moment: the platform goes live, the launch deck looks sharp, the portal is polished, the golden paths are documented, and yet teams quietly continue doing things the old way. Not always because the platform is bad, but because adoption was assumed, not owned. 11:45 Pacific DEKJ Session Beyond the Kubernetes API: Building LinkedIn’s Compute Platform Ronak Nathani Principal Staff Software Engineer, Compute Infra @LinkedIn, Podcast Host @Software Misadventures LinkedIn’s Kubernetes-based compute platform spans more than 500k bare-metal machines, 5M pods, with thousands of developers doing more than 110k deploys a week. We don’t expose raw Kubernetes to developers and instead, provide a curated set of platform offerings. 13:35 Pacific DEKJ Session Decoupling Local Development from Remote Infrastructure Details coming soon. 14:45 Pacific DEKJ Session Platform Engineering Platform Engineering’s Second Act: From Vending Machine to Passport Control Smruti Patel, Alex Mann Three years ago on the QCon SF stage, I made the case for “Acceleration, Autonomy, and Accountability” as the pillars of a successful platform. Those pillars haven't moved. AI has just rewritten what each one requires, and the platform team's job along with it. 15:55 Pacific DEKJ Session Platform Engineering Building a Migration Platform: Moving 100+ Netflix RDBMS Workloads to Aurora PostgreSQL Ammar Khaku, Kshitij Gupta In late 2024, Netflix made a bet: consolidate the vast majority of our relational database use cases onto a single engine: Amazon Aurora PostgreSQL.