Amazon RDS announced October 2009 (MySQL first); GA May 31, 2011 — managed DB absorbs admin/backup/failover
Summary
Claim: Amazon RDS was announced in October 2009 (MySQL first), with general availability May 31, 2011. RDS is a managed relational database: automated patching, backups, point-in-time recovery, and failover.
Source: AWS timeline; Wikipedia.
Confidence: Verified.
Why this matters for Candid: RDS is the canonical "no sysadmin needed" shift for databases. Pre-RDS, a database-backed app implied owning or renting a server plus paying someone to patch it (Network & Computer Systems Administrator BLS median: ~$51K–$58K (early 2000s, needs-verification) rising to $96,800 (May 2024)). Post-RDS, that admin labor is absorbed into the per-month price. Part of The structural shift: capex (server + sysadmin) → opex (managed service, administration included).
Related entries
Referenced by (7)
- reference Research brief: the falling cost floor of "real" web functionality for SMBs (June 2026) relates-to
- reference AWS Lambda previewed November 13, 2014; GA April 9, 2015 — code with no servers to provision relates-to
- reference The structural shift: capex (server + sysadmin) → opex (managed service, administration included) depends-on
- reference Enterprise-tier example: customer account portal — Auth0 + RDS + role-based permissions; commodity parts, bespoke assembly still costs depends-on
- reference Enterprise-tier example: live-data dashboard — NWS API / open data + D3/Chart.js on managed DB; pre-2010 demanded a custom build relates-to
- reference Timeline 2004–2014: the decade when each of the three historically-expensive parts independently got cheap depends-on
- rule R3 — Rent the commodity parts (Stripe / Auth0 / Algolia / RDS / Lambda); build only what is genuinely differentiated logic depends-on