OPERATIONS · RUNBOOK INDEX
Repeatable response patterns with explicit stop conditions.
These runbooks define entry signals, validation, safe containment, verification, and escalation. They provide operating structure without publishing credentials or provider-specific emergency paths.
Runbook selection
| ID | Entry signal | First validation | Escalation owner |
|---|---|---|---|
| RB-AUTH-01 | Repeated login or MFA failures | Confirm source scope, rate response, and identity status | Security Assurance |
| RB-API-02 | Elevated 5xx or readiness failure | Compare origin health and local API readiness | Platform SRE |
| RB-XFER-03 | Transfer blocked or lag above objective | Verify route, region state, and approved maintenance | Data Operations |
| RB-INT-04 | Integration registration check fails | Confirm registry alias and last successful check | Service owner |
| RB-SEC-05 | Possible unauthorized action | Preserve request IDs and audit range | Security Incident Commander |
RB-AUTH-01 · Authentication failure concentration
- Determine whether failures affect one identity, one source boundary, or the complete service.
- Confirm whether responses are
401,403, or429; they imply different control paths. - Do not reset credentials or disable MFA before validating ownership through the registered support route.
- Preserve request identifiers and the relevant UTC window.
- Escalate immediately if a successful session follows unexplained failure concentration.
Success condition: expected identities can authenticate, rate windows recover normally, and no unauthorized session remains active.
RB-API-02 · API readiness or error-rate degradation
- Compare
/health,/ready, and/api/v1/status. - Separate static-origin availability from local API readiness.
- Check the last deployment and whether the failure began inside its validation window.
- Prefer rollback to an unreviewed live edit when the release is the confirmed cause.
- Verify authentication, one read route, and one authorized write route after recovery.
RB-XFER-03 · Blocked transfer or replication lag
Confirm source and target are distinct, both regions are available, and the data space permits the route and retention behavior. Pause retry loops when a conflict or policy denial is deterministic. A rising queue with stable throughput requires different action from zero throughput with provider or network failure.
RB-SEC-05 · Suspected unauthorized action
Record actor, resource, action, outcome, request ID, earliest time, latest time, and affected session. Do not copy session cookies, factor values, or active secrets into the incident record.
- Validate the audit event against the resource's current state.
- Revoke the affected server-side session when containment is authorized.
- Identify whether the failure involved credentials, role assignment, CSRF/origin handling, or an operational approval.
- Limit containment to the affected boundary where evidence supports it.
- Move to the full security incident process.
Closure requirements
Every runbook execution records the entry signal, timeline, decisions, changes, request IDs, validation, remaining uncertainty, owner, and follow-up actions. A runbook is not closed solely because an alert cleared; the declared success condition must be observed.
Operational