// CHAOS ENGINEERING · LIVE
Break my site.
This button takes down the primary region serving andruxa.dev
— for real. Then you watch it survive: CloudFront fails over to a standby
replica in us-west-2, the page keeps loading, and an
independent dead-man switch heals the primary a few minutes later. My
failover isn't a diagram — it's a button anyone on the internet can press.
// DRILL TIMELINE
// RECENT DRILLS
Built on the multi-region failover shipped in project 003. The drill flips the primary S3 origin to 403 by revoking its CloudFront read; the origin group serves the replica; a one-shot EventBridge Scheduler restores it. Read the write-up: Multi-region failover →