SOPs · DevOps

DevOps: SOPs

Six procedures covering alert hygiene, incident response, the remediation allowlist, capacity review, cost review and the expiry calendar.

Markdown. No sign-up, no email.

SOP 1: Alert hygiene#

Run: weekly, thirty minutes.

An alert channel nobody trusts is worse than no channel, because the real alert arrives in it and dies there unread.

  1. Every alert that fired: was it acted on?
  2. Anything that fired and was ignored twice gets fixed or deleted. There is no third option.
  3. Anything that has never fired gets tested. An untested alert is a hope.
  4. Target under five alerts per action taken.

Deleting a useless alert is progress, not risk. Teams keep them out of superstition, and the cost is that every alert becomes background noise.

SOP 2: Incident response#

Run: on any detected fault.

  1. Restore first, diagnose second. They are different jobs and doing them in the wrong order extends the outage while someone reads logs.
  2. Declare severity early. Downgrading is free; discovering later it was SEV1 is not.
  3. One person is incident lead. The root-cause agent gives candidates; the lead decides which to pursue.
  4. Freeze automated remediation on the affected system for the duration. An agent making changes during an incident makes the timeline unreadable, and the timeline is how the cause gets found.
  5. Postmortem within 48 hours, blameless, with one question at its centre: what would have detected this sooner?

SOP 3: Remediation allowlist review#

Run: quarterly, and on any new automated action.

Adding an action requires all four:

RequirementTest
BoundedIt cannot affect anything outside its stated target
ReversibleUndone in minutes, and the undo has been run
ObservableLogged with its trigger, visible to a person afterwards
Rate limitedStops and escalates after two attempts in an hour

Removing an action requires only that nobody can name a time it helped.

A remediation firing repeatedly is masking a fault. The stop-after-two rule exists because the alternative is an agent restarting a service every four minutes for a weekend while the underlying memory leak goes unexamined.

SOP 4: Capacity review#

Run: monthly.

For every resource that can run out, a dated projection: disk, memory, connection pools, API quotas, IP ranges, licence seats.

The output is a date, not a percentage. "Disk full in 11 days" gets acted on. "Disk at 78%" gets scrolled past.

SOP 5: Cost review#

Run: monthly, with Finance.

  1. Spend against usage, per service. Diverging lines are the finding.
  2. Anything provisioned and unused for 30 days: justify or remove.
  3. Anything oversized against its actual peak: resize.
  4. Reserved and committed spend against actual: over-committing is as wasteful as over-provisioning.

SOP 6: Expiry calendar#

Run: monthly, 90 days ahead.

Certificates, domains, API keys, licences, signing keys, service credentials.

Expiry is the single most predictable outage available and remains one of the most common, because it is nobody's job until the morning it is everybody's. A 90-day list with an owner per row removes the entire category.

Escalation#

SituationGoes to
SEV1, customer data or revenue affectedIncident lead, immediately, all hands
An automated remediation fired more than twice on the same targetStop it. Investigate the fault it is hiding
A capacity projection under 14 daysSame day, with a spend decision if needed
Cost rising while load is flatFinance and the CTO
Anything touching security postureSecurity. Never remediated automatically

Back to DevOps

Get new material when it is published

Everything here is free and stays free. There is no form in front of any document. If you want to know when new guides and templates go up, leave an email.

Roughly monthly. Unsubscribe in one click. We do not share your address, and we will not call you.