Back to lesson

Major Incident Management Drill

Slide 1: Major Incident Management Drill

On-screen

Major Incident Management Drill

Staying calm when systems fail

Narration

Anna: Welcome to our major incident drill. Think of it as a fire drill for IT—everyone needs to know their part before the real emergency hits.
Greg: We'll walk through a simulated outage so you can practice the motions without the adrenaline spike. The goal is to stay calm and restore service swiftly.

Slide 2: When is it a major incident?

On-screen

When is it a major incident?

  • Impacts critical business services
  • Requires cross-team coordination
  • Needs immediate communication

Narration

Greg: A major incident is more than a glitch. It affects core services and usually drags multiple teams into the fight. Picture the checkout system rejecting every payment during a sale—that's major.
Anna: When you see widespread impact or a breached SLA on the horizon, escalate it and rally the right experts immediately.

Slide 3: Example scenario

On-screen

Example scenario

  • Checkout system fails across all regions
  • Users can't complete purchases
  • Mobilize database, network and app teams

Narration

Anna: Here's the scenario for the drill. The checkout system fails across all regions, simultaneously.
Greg: Which means users can't complete purchases anywhere. Revenue stops, and it stops visibly, so the pressure arrives within minutes.
Anna: It also crosses team boundaries immediately. Database, network and application teams all need to be mobilised, and none of them can diagnose it alone.
Greg: That's exactly why it qualifies as a major incident. It's not the severity of any one component failing, it's that the response requires coordination nobody has time to invent on the spot.

Slide 4: Checkout architecture

On-screen

Checkout architecture

  • Web front end served from CDN
  • API gateway routing to microservices
  • Payment gateway integration
  • Inventory and order databases
  • Monitoring at each layer

Narration

Anna: Let's map the checkout flow so everyone knows where problems can start.
The web front end hits an API gateway, which then fans out to microservices for
payments, inventory, and orders. Those services talk to a clustered database and
ping the payment provider over the internet. Monitoring agents watch each step.

Slide 5: Who is involved?

On-screen

Who is involved?

  • Incident commander coordinates the response
  • Communications lead keeps stakeholders informed
  • Front-end and backend engineering teams
  • Database administrators
  • Network operations
  • Payment provider liaison
  • Service desk and customer support

Narration

Greg: A failure anywhere in that chain kicks off a big response.
The incident commander coordinates efforts and sets priorities.
A communications lead keeps executives and customers in the loop.
Front-end and backend engineers dig into code issues.
Database admins check queries and replication.
Network ops verify connectivity and DNS.
A liaison talks to the payment provider.
Finally, the service desk fields user reports and keeps them updated.

Slide 6: P1 response cadence

On-screen

P1 response cadence

DeclareConfirm critical impact and open the incident record.
AssignName the four core roles before diagnosis fragments.
Set cadenceAgree update times and follow the current runbook.
RestoreTest the safest recovery path and verify service.
Hand offRecord decisions, owners and follow-up work.
The clock keeps moving; the team works from one shared record and the commander resets the cadence when conditions change.

Narration

Anna: A P1 response needs a cadence before it needs a perfect diagnosis. Declare the incident, open one record and assign the core roles quickly.
Greg: Then agree when the next update is due and follow the current runbook. The commander can change the cadence when impact or evidence changes, but the team should not improvise five separate response plans.
Anna: Test the safest recovery path, verify that service has actually returned, and hand off every remaining action with an owner.
Greg: Rehearse those steps without shortcuts. The incident record should show what happened, what was decided and what still needs work.

Slide 7: Four roles, one incident record

On-screen

Four roles, one incident record

Assign one person to each role; specialists can change as the evidence changes.
CommanderSets priorities, approves risk and owns the response cadence.
CommunicationsPublishes known impact, current status and the next update time.
ResolverCoordinates diagnosis, tests recovery and confirms restoration.
ScribeLogs timestamps, evidence, decisions, owners and open questions.
The incident record gives every role the same facts and becomes the starting evidence for the after-action review.

Narration

Anna: Four roles keep the response coordinated. The incident commander sets priorities, approves risk and decides when the team will report again.
Greg: Communications turns confirmed facts into updates for staff, customers and executives. That person always states the known impact and the next update time.
Anna: The resolver coordinates specialists, tests recovery options and verifies that service is back. The scribe records timestamps, evidence, decisions, owners and open questions.
Greg: Those people work from one incident record. Specialists may rotate as the diagnosis changes, but the four responsibilities stay visible and the record becomes evidence for the review.

Slide 8: After-action review

On-screen

After-action review

  • Share what went well and what didn't
  • Update the playbook accordingly
  • Schedule the next practice

Narration

Greg: Once the dust settles, gather the team to review what happened. Share successes, missteps, and any surprises.
Anna: Update the playbook based on those lessons and book another drill. Practice turns panic into muscle memory.