Back to blog
Study Tips9 min read

How to Pass the AWS Certified CloudOps Engineer - Associate (SOA-C03) Exam in 2026: An 8-Week Study Plan

A structured 8-week study plan for the AWS Certified CloudOps Engineer - Associate (SOA-C03) exam, with the five domains, current exam facts and a week-by-week schedule that reflects the 2026 update, including containers and the dropped exam labs.

C

CertCrush Team

13 July 2026

If you are trying to work out how to pass the AWS CloudOps Engineer SOA-C03 exam in 2026, the honest answer is that you need a plan, not a pile of videos. This is the renamed and refreshed version of the old AWS Certified SysOps Administrator - Associate, and the 2026 update changed enough that turning up with SOA-C02 notes is a mistake. This 8-week study plan gives you the current exam facts, the five domains that actually get tested, and a week-by-week schedule you can follow without guessing what to do next.

The AWS Certified CloudOps Engineer - Associate is an operations certification. It is aimed at people who deploy, monitor, automate and troubleshoot workloads on AWS day to day, not architects designing systems on a whiteboard. If that sounds like your job or the job you want, this is the right exam, and eight weeks of focused study is a realistic target for most people with some hands-on AWS time behind them.

What Changed: SysOps SOA-C02 to CloudOps SOA-C03

AWS renamed this certification to reflect how the industry talks about the role now. The title moved from SysOps Administrator to CloudOps Engineer with the latest exam version, and the change is not just cosmetic.

Registration for SOA-C03 opened on 9 September 2025, the last day to sit the old SOA-C02 was 29 September 2025, and SOA-C03 went live on 30 September 2025. If you are booking now, you are booking SOA-C03.

The content shifted too. Containers are now in scope, there is more emphasis on multi-account and multi-Region architectures, and automation and infrastructure as code carry more weight than they used to.

Exam Tip: The biggest structural change in SOA-C03 is that the hands-on exam labs are gone. SOA-C02 famously included an exam lab section that tripped people up on timing. SOA-C03 is multiple-choice and multiple-response only, so your prep should focus on scenario reasoning rather than clicking through the console under exam pressure.

SOA-C02 vs SOA-C03 at a Glance

FeatureSOA-C02 (retired)SOA-C03 (current)
Certification nameSysOps Administrator - AssociateCloudOps Engineer - Associate
Exam labsYes, hands-on lab sectionNo, removed
Question formatMultiple-choice, multiple-response, labsMultiple-choice and multiple-response
ContainersLimitedIn scope
Focus shiftCore operationsMore automation, IaC, multi-account, multi-Region
Live fromBefore September 202530 September 2025

The SOA-C03 Exam Facts You Need

Know the numbers before you build a plan. Everything below is current for the 2026 SOA-C03 exam.

  • The exam has 65 questions, of which 50 are scored and 15 are unscored.
  • You get 130 minutes to complete it.
  • The passing score is 720 on a scaled range of 100 to 1,000.
  • The cost is 150 USD, with regional equivalents varying.
  • Question types are multiple-choice (one correct answer) and multiple-response (two or more correct answers).

Exam Tip: The 15 unscored questions look identical to the scored ones, so never skip a question assuming it does not count. You cannot tell which is which, and time spent worrying about it is time wasted.

With 130 minutes for 65 questions, you have almost exactly two minutes per question. That is comfortable if you know the material and brutal if you are reasoning from scratch, which is why hands-on practice matters more than passive watching.

The Five SOA-C03 Domains and Their Weightings

The SOA-C03 exam is built on five content domains. Three of them are weighted at 22% each, so two-thirds of your score comes from monitoring, reliability and deployment. Weight your study time the same way.

DomainTopicWeight
1Monitoring, Logging, Analysis, Remediation, and Performance Optimization22%
2Reliability and Business Continuity22%
3Deployment, Provisioning, and Automation22%
4Security and Compliance16%
5Networking and Content Delivery18%

Domain 1: Monitoring, Logging, Analysis, Remediation, and Performance Optimization

This is the heart of a CloudOps role. Expect heavy coverage of Amazon CloudWatch (metrics, alarms, dashboards, Logs, and agent configuration), AWS CloudTrail, AWS X-Ray, and automated remediation with EventBridge and Systems Manager. Know how to detect a problem, alert on it, and fix it without a human clicking anything.

Domain 2: Reliability and Business Continuity

Auto Scaling, Elastic Load Balancing, Amazon Route 53 health checks, backups with AWS Backup, snapshots, and multi-Region resilience live here. Understand how to design for high availability and how to recover when a component fails.

Domain 3: Deployment, Provisioning, and Automation

This domain grew in SOA-C03. Focus on AWS CloudFormation, Systems Manager, deployment strategies, and running workloads across multiple accounts and Regions. Infrastructure as code is no longer optional knowledge for this exam.

Domain 4: Security and Compliance

IAM policies and roles, AWS KMS, AWS Config, Security Hub, GuardDuty, and encryption in transit and at rest. You are being tested on operating securely, not architecting a zero-trust model from nothing.

Domain 5: Networking and Content Delivery

VPC components, security groups versus network ACLs, VPC endpoints, Route 53 routing policies, and Amazon CloudFront. Networking questions catch people out, so do not leave this to the last minute despite its 18% weighting.

The 8-Week SOA-C03 Study Plan

This plan assumes roughly 8 to 10 hours a week. If you have less time, stretch it to 10 or 12 weeks rather than cramming. Each week pairs reading with hands-on labs in your own AWS account, because scenario questions reward people who have actually built the thing.

Week 1: Foundations and Monitoring Basics

Set up a personal AWS account with billing alerts. Review core services (EC2, S3, IAM, VPC) at an operations level. Start Domain 1: build CloudWatch dashboards, create metric alarms, and install the CloudWatch agent on an EC2 instance to push custom metrics and logs.

Week 2: Monitoring, Logging and Remediation

Finish Domain 1. Practise CloudWatch Logs Insights queries, set up CloudTrail across an account, and build an automated remediation flow using EventBridge and a Systems Manager Automation runbook. This domain is 22% of the exam, so make sure it is solid before moving on.

Week 3: Reliability and Business Continuity

Move to Domain 2. Configure an Auto Scaling group behind an Application Load Balancer, set up Route 53 health checks with failover routing, and run an AWS Backup plan with a restore test. Learn RTO and RPO in plain terms and how AWS services map to each.

Week 4: Deployment, Provisioning and Automation

Start Domain 3. Write and deploy a CloudFormation template, then update it and watch how changesets behave. Use Systems Manager Parameter Store and State Manager. Read about multi-account patterns with AWS Organizations and how StackSets deploy across accounts and Regions.

Week 5: Security and Compliance

Cover Domain 4. Practise writing least-privilege IAM policies, encrypt an S3 bucket and an EBS volume with KMS, enable AWS Config with a managed rule, and review findings in Security Hub and GuardDuty. Focus on operational security tasks you would genuinely be asked to perform.

Week 6: Networking and Content Delivery

Work through Domain 5. Build a VPC with public and private subnets, contrast security groups with network ACLs, add a VPC endpoint for S3, and put CloudFront in front of an origin. Practise reading a network diagram and spotting why traffic is not flowing.

Week 7: Full-Length Practice and Weak Spots

Stop learning new material and start testing. Sit full-length practice exams under real conditions: 65 questions, 130 minutes, no notes. Review every question you get wrong and write down why the correct answer is correct. Rebuild any lab you cannot explain from memory.

Week 8: Final Review and Exam Readiness

Do a light second pass over your weakest domain, re-sit one or two practice exams, and confirm you are consistently scoring above the 720 threshold with margin to spare. Rest the day before. Do not learn anything new in the final 48 hours.

Exam Tip: If you are not hitting at least 80% on quality practice exams by the end of Week 7, move your exam date. A practice score in the low 70s on realistic questions usually means a fail on the day, because the real exam has no easy filler.

Common Mistakes That Fail People

  • Studying from SOA-C02 material and expecting exam labs that no longer exist.
  • Under-weighting the three 22% domains and over-studying networking trivia.
  • Watching videos passively instead of building and breaking things in a real account.
  • Ignoring multi-account and multi-Region content because it feels advanced. It is now core to SOA-C03.
  • Booking the exam before practice scores are consistently above 80%.

The candidates who pass SOA-C03 are the ones who can read a scenario, picture the AWS services involved, and reason to the right operational fix. That skill comes from doing, not from re-reading.

How CertCrush Fits Into This Plan

Reading gets you the theory. Practice questions are what turn theory into a pass. From Week 3 onward, work realistic SOA-C03 style questions alongside your labs so you get used to the multiple-response format and the two-minute-per-question pace.

CertCrush is built for exactly this. Use the CertCrush courses to drill domain-by-domain questions with full explanations, so every question you get wrong teaches you the underlying service behaviour rather than just the answer letter. If you are also weighing this against other AWS paths, our study guides and blog cover the wider AWS certification roadmap, including the AWS Solutions Architect Associate (SAA-C03) study plan.

Ready to Start Practising?

An 8-week study plan only works if you test yourself against real questions along the way. The fastest way to know whether you are ready for the AWS CloudOps Engineer SOA-C03 exam is to answer exam-style questions and see where you fall short, then fix it.

Create your free CertCrush account and start practising SOA-C03 questions today. Build the plan into your calendar, drill the three heavyweight domains first, and walk into the exam knowing you have already answered questions just like the ones in front of you.

SOA-C03AWS CloudOps EngineerAWS SysOpsstudy planAWS certificationcloud operationsexam prep

Want a SOA-C03 practice course?

We don’t cover this exam yet — we build the most-requested courses first. One click tells us you want it.

Ready to crush this exam?

Set your exam date, follow a daily plan, and watch your readiness score climb — realistic practice with an explanation for every answer.