This guide targets AWS Certified CloudOps Engineer - Associate (SOA-C03), AWS’s current associate-level operations certification for people who deploy, manage, operate, secure, and troubleshoot workloads on AWS. The exam rewards calm operational judgment: reading the right signal first, taking the lowest-risk remediation step, understanding reliability and disaster recovery trade-offs, and knowing how automation, security, networking, and cost-aware operations fit into one operating model.
SOA-C03 stays in the CloudOps lane. AWS expects you to operate workloads with the console, AWS CLI, infrastructure as code, monitoring tools, runbooks, and remediation workflows. The exam is not asking you to design distributed architectures, design CI/CD platforms, design hybrid networks, develop application software, define enterprise governance requirements, or plan total cost of ownership from scratch.
Runbook: Step-by-step operational procedure for diagnosing, remediating, or escalating an issue safely.
CloudFormation: AWS infrastructure-as-code service for declaring and deploying resources from templates.
Remediation: Corrective operational action that restores or stabilizes service after a fault or policy failure.
At a glance
| Exam fact |
Current official value |
| Level |
Associate |
| Duration |
130 minutes |
| Format |
65 multiple-choice or multiple-response questions, including scored and unscored items |
| Passing score |
720 scaled score |
| Validity |
3 years |
| Typical next step |
SAP-C02, SAA-C03, or a deeper operations or security path |
As of May 17, 2026, AWS positions SOA-C03 for candidates with 1 year of experience with deployment, management, troubleshooting, networking, and security on AWS, plus at least 1 year in a related operations role. AWS also calls out monitoring, logging, troubleshooting, networking concepts, high availability, performance, capacity, scripting, operating systems, containerization basics, CI/CD and Git, CloudFormation, IaC, security controls, cloud financial management, and hybrid or multi-VPC operations.
The current exam guide lists 50 scored questions and 15 unscored questions. It uses five weighted content domains, and this online guide follows that structure directly:
Official scope snapshot
| Official domain |
Weight |
What this guide emphasizes |
| 1. Monitoring, Logging, Analysis, Remediation, and Performance Optimization |
22% |
CloudWatch, CloudTrail, alarms, metrics, logs, EventBridge, runbooks, remediation, performance symptoms, and operational evidence. |
| 2. Reliability and Business Continuity |
22% |
Scaling, elasticity, health checks, high availability, backups, restores, disaster recovery, versioning, and recovery objectives. |
| 3. Deployment, Provisioning, and Automation |
22% |
Images, CloudFormation, CDK, multi-account tooling, automation documents, deployment troubleshooting, and repeatable environments. |
| 4. Security and Compliance |
16% |
IAM operations, auditing, multi-account controls, encryption, secrets, findings, compliance checks, and operational response. |
| 5. Networking and Content Delivery |
18% |
VPC connectivity, network protection, DNS, CloudFront, Global Accelerator, network logs, cache behavior, and connectivity troubleshooting. |
The useful boundary is operational. A strong answer stabilizes, observes, remediates, automates, and validates the workload without overstepping into broad architecture design unless the prompt clearly requires it.
CloudOps operating loop
Most SOA-C03 scenarios can be placed in this loop.
flowchart LR
S["Signal: alarm, log, event, health, or user symptom"] --> A["Analyze scope and likely layer"]
A --> R["Remediate with the lowest safe blast radius"]
R --> V["Validate health, performance, security, and recovery state"]
V --> B["Automate repeatable fix or runbook"]
B --> G["Govern evidence, access, backup, and configuration drift"]
G --> S
If the answer skips validation, the incident may be only masked. If it skips automation, the same issue returns. If it skips evidence, audit and root-cause work become weak.
What strong answers usually do
- start from the safest signal and operational boundary instead of jumping straight to the biggest possible change
- prefer low-risk remediation and rollback paths before invasive reconfiguration
- treat observability, backup, security, and automation as one operating model rather than separate topics
- distinguish clearly between architecture redesign questions and day-two operations questions
- use CloudWatch, CloudTrail, Config, EventBridge, Systems Manager, and service logs according to the signal needed
- preserve recovery objectives and security controls while fixing the immediate operational symptom
- convert recurring manual fixes into repeatable automation only after the trigger and remediation are trustworthy
How to use this guide
- Start with the study plan if you want a paced week-by-week sequence.
- Work the five weighted chapters in order, beginning with Monitoring & Performance and Reliability & Continuity.
- Use the cheat sheet for alarm logic, runbook decisions, and high-confusion operational pairs after you understand the chapter structure.
- Use the cheat sheet when monitoring, reliability, automation, security, and networking decisions start to blur.
- Work through the sample questions to practice CloudOps incident, automation, and continuity prompts with full explanations.
- Keep the glossary open when CloudOps, continuity, and networking vocabulary starts to blur together.
- Use the resources page to stay anchored to the current AWS exam guide and operations documentation.
- Use the FAQ for exam-fit questions and final review judgment.
Coverage map against the current exam guide
| Domain |
Weight |
What to study first |
| 1. Monitoring & Performance |
22% |
1.1 CloudWatch, CloudTrail & Alarms, 1.2 EventBridge, Remediation & Runbooks |
| 2. Reliability & Continuity |
22% |
2.1 Scaling, Elasticity & Caching, 2.3 Backups, Restores & DR |
| 3. Provisioning & Automation |
22% |
3.1 Images, CloudFormation & CDK, 3.2 Ops Automation & Deploy Troubleshooting |
| 4. Security & Compliance |
16% |
4.1 IAM, Auditing & Multi-Account Security, 4.2 Encryption, Secrets & Findings |
| 5. Networking & Delivery |
18% |
5.1 VPC Connectivity & Protection, 5.3 Network Logs & Cache Failures |
What the exam is really testing
| Scenario pressure |
Strong SOA-C03 reasoning |
| Alarm fires but impact is unclear |
Check metric, log, trace, event, resource health, recent deployment, and customer symptom before changing state. |
| A workload must recover from failure |
Match the response to RTO/RPO, backup state, restore test evidence, Multi-AZ posture, and failover path. |
| A manual fix keeps recurring |
Use Systems Manager, EventBridge, Config remediation, CloudFormation, or runbooks after confirming the condition is reliable. |
| Performance degrades under load |
Check scaling policy, target health, cache hit rate, database pressure, throttling, quotas, and cost/performance trade-offs. |
| Security finding appears |
Validate source, scope impact, preserve evidence, apply least-privilege remediation, and document compliance state. |
| Network path fails |
Check DNS, routes, security groups, NACLs, endpoints, firewalls, load balancer health, flow logs, and cache behavior in order. |
Common SOA-C03 traps
| Trap |
Better exam posture |
| Redesigning architecture when operations evidence is missing |
Start with signal, scope, recent change, and lowest-risk remediation. |
| Automating directly from noisy alarms |
Improve signal quality and add safeguards before auto-remediation. |
| Treating backup existence as recovery proof |
Verify restore procedure, RTO/RPO, permissions, retention, and test evidence. |
| Fixing security findings with broad permissions |
Apply the narrow operational change that removes the finding without expanding blast radius. |
| Scaling before identifying the bottleneck |
Check health, throttles, quotas, cache behavior, database pressure, and downstream limits first. |
| Troubleshooting networking from one layer only |
Work through DNS, route, security, endpoint, load-balancer, logs, and cache evidence. |
If two answers both sound right
For SOA-C03, the better answer is usually the one that keeps the problem in the operations lane:
- choose the option that improves monitoring, remediation, or recoverability before a bigger redesign
- choose the option that reduces blast radius and preserves rollback paths
- choose the option that makes the environment repeatable and observable
- choose the option that fixes the current operational failure mode instead of a broader future architecture wish list
In this section
-
SOA-C03 Monitoring, Remediation, and Performance Guide
AWS SOA-C03 monitoring guide covering CloudWatch, CloudTrail, alarms, EventBridge, and performance decisions.
-
SOA-C03 CloudWatch, CloudTrail, and Alarms Guide
Study SOA-C03 CloudWatch, CloudTrail, and Alarms: key concepts, common traps, and exam decision cues.
-
SOA-C03 EventBridge, Remediation and Systems Manager Runbooks Guide
Study SOA-C03 EventBridge, Remediation and Systems Manager Runbooks: key concepts, common traps, and exam decision cues.
-
SOA-C03 Compute, Storage and Database Performance Optimization Guide
Study SOA-C03 Compute, Storage and Database Performance Optimization: key concepts, common traps, and exam decision cues.
-
SOA-C03 Reliability and Business Continuity Guide
AWS SOA-C03 reliability guide covering scaling, high availability, load balancing, backups, and disaster recovery decisions.
-
SOA-C03 Scaling, Elasticity and Caching Guide
Study SOA-C03 Scaling, Elasticity and Caching: key concepts, common traps, and exam decision cues.
-
SOA-C03 High Availability, Load Balancing and Resilience Guide
Study SOA-C03 High Availability, Load Balancing and Resilience: key concepts, common traps, and exam decision cues.
-
SOA-C03 Backups, Restores, Versioning and Disaster Recovery Guide
Study SOA-C03 Backups, Restores, Versioning and Disaster Recovery: key concepts, common traps, and exam decision cues.
-
SOA-C03 Deployment, Provisioning, and Automation Guide
AWS SOA-C03 provisioning guide covering automation, CloudFormation, CDK, deployment, and rollback decisions.
-
SOA-C03 Images, CloudFormation, and CDK Guide
Study SOA-C03 Images, CloudFormation, and CDK: key concepts, common traps, and exam decision cues.
-
SOA-C03 Multi-Account Deployments, Deployment Strategies, and Tooling Guide
Study SOA-C03 multi-account provisioning, deployment strategies, and tooling: key concepts, common traps, and exam decision cues.
-
SOA-C03 Ops Automation and Deployment Troubleshooting Guide
Study SOA-C03 Ops Automation and Deployment Troubleshooting: key concepts, common traps, and exam decision cues.
-
SOA-C03 Security and Compliance Guide
AWS SOA-C03 security guide covering IAM, auditing, encryption, secrets, and compliance decisions.
-
SOA-C03 IAM, Auditing, and Multi-Account Controls Guide
Study SOA-C03 IAM, Auditing, and Multi-Account Controls: key concepts, common traps, and exam decision cues.
-
SOA-C03 Encryption, Secrets, and Data Protection Guide
Study SOA-C03 Encryption, Secrets, and Data Protection: key concepts, common traps, and exam decision cues.
-
SOA-C03 Networking and Content Delivery Guide
AWS SOA-C03 networking guide covering VPC connectivity, DNS, CloudFront, Global Accelerator, and troubleshooting decisions.
-
SOA-C03 VPC Connectivity and Network Protection Guide
Study SOA-C03 VPC Connectivity and Network Protection: key concepts, common traps, and exam decision cues.
-
SOA-C03 DNS, Routing Policies, CloudFront and Global Accelerator Guide
Study SOA-C03 DNS, Routing Policies, CloudFront and Global Accelerator: key concepts, common traps, and exam decision cues.
-
SOA-C03 Network Logs and Connectivity Troubleshooting Guide
Study SOA-C03 Network Logs and Connectivity Troubleshooting: key concepts, common traps, and exam decision cues.
-
AWS SOA-C03 Study Plan: CloudOps, Monitoring, Recovery, and Automation in 30, 60, and 90 Days
AWS SOA-C03 30-, 60-, and 90-day study plan for CloudOps, monitoring, recovery, automation, review loops, and final-week priorities.
-
AWS SOA-C03 Cheat Sheet: CloudOps Monitoring, Recovery, and Automation
AWS SOA-C03 CloudOps cheat sheet for monitoring, remediation, reliability, automation, security, networking, troubleshooting, and final review traps.
-
AWS SOA-C03 Sample Questions with Explanations
AWS SOA-C03 sample questions with explanations, traps, and topic labels.
-
AWS SOA-C03 FAQ: Exam Format, Topics, and Prep
AWS SOA-C03 FAQ for exam format, topics, prep strategy, practice, and common candidate traps.
-
AWS SOA-C03 Glossary: Key Terms
AWS SOA-C03 glossary of monitoring, reliability, recovery, automation, and networking terms.