AWS SOA-C03 Cheat Sheet: CloudOps Monitoring, Recovery, and Automation
March 28, 2026
AWS SOA-C03 CloudOps cheat sheet for monitoring, remediation, reliability, automation, security, networking, troubleshooting, and final review traps.
On this page
Keep this cheat sheet open while drilling. SOA-C03 is an operations exam first: read the signal, classify the operational boundary, take the lowest-risk remediation step, verify the result, then improve the environment so the incident gets less likely next time.
The current CloudOps version of this exam is not just the old SysOps label with a new name. It emphasizes monitored operations, repeatable remediation, IaC-aware provisioning, business continuity, secure access, and network troubleshooting. The best answer usually improves the operating model, not just the immediate symptom.
Runbook: Step-by-step operational procedure for diagnosing, remediating, or escalating an issue safely.
Remediation: Corrective action that restores or stabilizes service after a fault or policy failure.
Blast radius: How much of the environment a change or incident can affect.
Quick facts (SOA-C03)
I verified these current AWS exam facts on May 24, 2026.
Item
Value
Exam
AWS Certified CloudOps Engineer - Associate
Exam code
SOA-C03
Questions
65 total
Scoring
50 scored + 15 unscored (unscored items are not identified)
Question types
Multiple choice and multiple response
Time
130 minutes
Passing score
720, scaled 100-1000
Cost
150 USD
Domain weights and review priority
Domain
Weight
What to compress for final review
Monitoring, Logging, Analysis, Remediation, and Performance Optimization
SOA-C03 is now framed as a CloudOps exam. The highest-value review habit is to start from the operational signal, isolate the service boundary, apply the lowest-risk fix, and verify the result.
CloudOps proof stack
SOA-C03 questions usually ask whether an operator can detect a signal, isolate the boundary, remediate safely, and prevent recurrence. Keep this stack in mind before choosing a service:
Signal: identify the metric, log, event, alarm, finding, health check, or user symptom that proves something changed.
Boundary: decide whether the problem is workload, deployment, infrastructure, IAM/KMS, network path, DNS, storage, database, or managed service behavior.
Evidence: inspect logs, metrics, CloudTrail, Config history, stack events, Flow Logs, health checks, recent deployments, and runbook output before changing broad settings.
Low-risk remediation: apply the smallest reversible fix: rollback, restart, scale, restore, fail over, rotate, patch, update route/security policy, or run a scoped automation.
Verification: confirm recovery with the original signal plus user-facing or service-health evidence.
Prevention: add alarm tuning, runbook automation, IaC correction, backup test, Config rule, patch baseline, dashboard, or operational documentation so the same issue is less likely.
If an answer jumps straight to redesign, broad permissions, or manual console edits without evidence and verification, it is usually too risky for CloudOps.
Official task compression
Monitoring, Logging, Analysis, Remediation, and Performance Optimization covers metrics, alarms, filters, logs, dashboards, automated remediation, and compute/storage/database optimization. Signals must lead to action: metric, log, alarm, owner, remediation, validation, and cost/performance evidence.
Reliability and Business Continuity covers scaling, elasticity, high availability, resilient environments, backup, restore, and RTO/RPO. Backups are not the same as continuity; match RTO/RPO to failover, restore, and test evidence.
Deployment, Provisioning, and Automation covers AMIs, container images, CloudFormation, CDK, StackSets, RAM, deployment issues, and operational automation. Prefer repeatable provisioning and safe automation over console drift and manual fixes.
Security and Compliance covers IAM, access troubleshooting, multi-account security, encryption, secrets, findings, and compliance. Follow the authorization and evidence chain before broadening access.
Networking and Content Delivery covers VPC, private connectivity, Route 53, CloudFront, Global Accelerator, network logs, caching, and hybrid issues. Troubleshoot the path in order: DNS, route, security control, endpoint, logs, cache behavior, then remediation.
Use this when the choice is between investigating first or remediating first.
flowchart TD
S["Signal"] --> B["Boundary: app, host, AWS service, or dependency?"]
B --> R["Recent change, logs, metrics, or dependency failure?"]
R --> L["Smallest safe remediation"]
L --> V["Verify recovery and automate the fix if it repeats"]
CloudOps control loop
flowchart LR
A["Detect signal"] --> B["Triage severity and boundary"]
B --> C["Diagnose likely root cause"]
C --> D["Apply lowest-risk remediation"]
D --> E["Verify recovery"]
E --> F["Document and automate prevention"]
SOA-C03 answer sequence
Use this when the question is really about operational judgment under a live signal.
flowchart TD
S["Scenario"] --> B["Find the service boundary"]
B --> R["Read logs, metrics, and recent changes"]
R --> M["Make the smallest safe remediation"]
M --> V["Verify recovery"]
V --> A["Automate or document the repeat fix"]
What to notice:
wrong answers often skip verification or jump to a high-blast-radius fix
SOA-C03 rewards safer operational judgment more than flashy redesigns
if a remediation pattern is stable and repeatable, automation is usually the next improvement
Final answer stack
When two options both sound operationally plausible, keep the one that satisfies the full CloudOps loop:
Use the right signal first. CloudWatch metrics show health, CloudWatch Logs show application/system detail, CloudTrail shows API actors, Config shows configuration history, and Flow Logs show network flow metadata.
Fix the narrow layer. For access denied, inspect IAM, resource policy, KMS key policy, SCP, and CloudTrail before granting broad access. For networking, inspect DNS, route, SG, NACL, endpoint, and logs before opening everything.
Respect blast radius. Roll back, fail over, scale, patch, or automate the smallest safe scope before replacing architecture.
Verify against the requirement. RTO, RPO, latency, error rate, backup success, restore success, and alarm state should prove the fix worked.
Return to source of truth. Correct CloudFormation/CDK/StackSets/Systems Manager state after emergency changes so drift does not become normal.
Automate only proven fixes. EventBridge, Lambda, and Systems Manager Automation need scoped roles, idempotent steps, execution logs, and failure handling.
Identify the failing layer first: metric, log, workload, deployment, access, or network path.
Multiple response
Include every required operational step: detect, diagnose, remediate, verify, and prevent recurrence.
Unanswered questions are incorrect and there is no penalty for guessing. Do not over-invest in a single long operations scenario; mark it, collect easier service-signal questions, then return.
Scenario eliminations
Stem clue
Eliminate first
Keep in play
repeated known issue with documented manual fix
keep paging humans only
EventBridge plus Systems Manager Automation or Lambda runbook
inspect first failing CloudFormation event and dependency/permission chain
intermittent network path
open all rules
route table, SG, NACL, DNS, endpoint, and Flow Logs evidence
CloudOps distractors often fix the symptom with the largest possible change. Prefer evidence, narrow blast radius, reversible remediation, and verification.