← All examples
Infrastructure on demand

An entire emergency broadcast system, live on one command

A radio emergency alert system spanning two cloud accounts: servers, a database, load balancers, certificates and DNS. It had been switched off by hand and nobody was sure it could come back. Now one command builds the whole thing and proves it with a real station’s alert audio.

Client
Emergency broadcasting
Timeline
One week
Role
Lead engineer
Rebuild
One command
01

Needed rarely. Needed urgently.

It sits switched off most of the year, then has to be standing and serving stations within a day. Everything it needs has to rebuild itself, correctly, the first time.

WhatBeforeAfter
Bringing it backNobody sure howOne command
Shutting it downBy hand, pieces left onOne command, nothing left on
Proof it worksHopeA real station’s alert audio
Web addressesOrphanedCreated and removed with it
Practice runsNobody daredRun the whole thing anytime
InstructionsOut of dateWritten for a bad day
Before and after
02

How we did it

  1. 01

    Check what exists

    The cloud account was inspected directly. Nothing was running, but the data had survived.

  2. 02

    Separate what must survive

    Records and backups stay. Everything that runs is rebuilt on demand.

  3. 03

    One command up

    It comes online at its real addresses and serves a real station its alert playlist.

  4. 04

    One command down

    A safety backup is taken, everything switches off, and the script confirms nothing is left running.

03

One moment from the work

Proven, not assumed

“Is it actually working?”

A health check only proves a server is switched on. The launch asks the system for a real station’s playlist, the way a station would, and checks that playable audio comes back.

Compute up
9 min 54 s
Compute down
4 min 49 s
Left running
Nothing
04

What any team can take from this

  • Keep data and machinery apart

    Your records should outlive the servers that use them.

  • Make practice free

    A rehearsal mode without the expensive parts makes drills routine.

  • Write for your worst day

    Assume the reader has forgotten everything and the phone is ringing.