learn

Cloud & AI Troubleshooting Playbook

A practical starting point for diagnosing cloud, AI/ML, DevOps, and application problems.

Troubleshooting

Start with the symptom. End with a verified fix.

What’s wrong?

A cloud, AI/ML, DevOps, or application problem is affecting users or workloads.

Possible causes

  1. Scope or availability change
  2. recent deployment or configuration change
  3. dependency failure
  4. identity or networking issue
  5. resource or service limit

Diagnosis

  1. Define the symptom and scope
  2. check recent changes
  3. trace the dependency chain
  4. use logs metrics traces and audit evidence
  5. test one hypothesis at a time

2 · Fix

Mitigate safely and reversibly first, then isolate the root cause.

Verify

Confirm the service from the user's perspective and validate the relevant telemetry.

3 · Prevent

Document the resolution and add the appropriate monitoring, runbook, test, or guardrail.

Cloud & AI Troubleshooting Playbook

When something breaks, start with the symptom, not the service name.

A practical troubleshooting loop

  1. Define the symptom — What is failing, for whom, and since when?
  2. Check scope — One request, one workload, one availability zone, one region, or everything?
  3. Check recent changes — Deployments, configuration, IAM, networking, certificates, dependencies, or model changes.
  4. Check the dependency chain — DNS → network → identity → compute → storage/database → application → external service.
  5. Use evidence — Logs, metrics, traces, health checks, audit events, and error messages.
  6. Test the smallest hypothesis — Change one variable at a time where possible.
  7. Mitigate first, investigate second — Restore service safely, then identify the root cause.
  8. Document the fix — Record the symptom, root cause, resolution, and prevention step.

Questions to ask yourself

  • Is the problem availability, performance, correctness, security, or cost?
  • Is it new or recurring?
  • Did the failure begin after a deployment or configuration change?
  • What does the monitoring data prove rather than suggest?
  • What is the safest reversible action?

Use this playbook as the entry point, then connect it to the relevant cloud concepts, platform documentation, and service-specific guides.

Learning checkpoint

Mark this guide complete to include it in your local Engineering Journey.

Knowledge path

Connected concepts

Explore the knowledge graph

WATCH WITH THIS TOPIC