Surviving the region you run in: failover on Aurora DSQL, and what the demo proves
How Quorum's failover layer works on Amazon Aurora DSQL multi-region clusters, an honest account of what the chaos demo simulates and what it does not, and where the survival story currently ends.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3984446) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Jonathan Posted on Jun 15 Surviving the region you run in: failover on Aurora DSQL, and what the demo proves #aws #database #reliability #sre Building Quorum on Aurora DSQL (3 Part Series) 1 Optimistic concurrency is the whole design: event sourcing on Aurora DSQL 2 Surviving the region you run in: failover on Aurora DSQL, and what the demo proves 3 I built a region-survivable system by directing an AI agent. An append-only decision log kept it coherent.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).