Sapior LogoSapior

Passed AWS SAA-C03: A Practical Field Guide to What Actually Comes Next

A certified Solutions Architect Associate shares the study path, exam-day reality, and a realistic 90-day roadmap for turning the credential into production judgment.

I passed the AWS Certified Solutions Architect – Associate (SAA-C03) after roughly eight weeks of steady, deliberate study. This is less a victory lap and more a field note: what the exam actually rewards, which study materials create lasting knowledge, and—because I asked the same question immediately after—what you should do next.

What the SAA-C03 actually tests

The official [AWS SAA-C03 Exam Guide](https://aws.amazon.com/certification/certified-solutions-architect-associate/) breaks the exam into five domains: designing secure architectures, resilient architectures, high-performing architectures, cost-optimized architectures, and architecting with AWS services. That sounds broad because it is.

In my sitting, the exam felt less like a service quiz and more like a long series of constrained architecture decisions. The best questions gave a realistic business constraint—budget, compliance requirement, or recovery objective—and asked for the most defensible option. Topics that appeared repeatedly included:

Multi-tier VPC design with public/private subnets and NAT

S3 lifecycle and storage classes

IAM policies and cross-account access

Serverless event-driven patterns with SQS, SNS, and Lambda

Database read replicas and failover

Hybrid connectivity with Site-to-Site VPN and Direct Connect

The pattern recognition matters more than memorization.

What worked

Two resources did most of the heavy lifting. [Adrian Cantrill's SAA-C03 course](https://learn.cantrill.io/p/aws-certified-solutions-architect-associate-saa-c03) is long for a reason: it forces you to understand how AWS services fail and why you would choose one over another. [Tutorials Dojo practice exams](https://portal.tutorialsdojo.com/courses/aws-certified-solutions-architect-associate-practice-exams/) were the best proxy for exam-day pressure. The official AWS sample questions are fine for format, but they are much easier than the real thing.

The single most effective habit was an error ledger. For every wrong practice answer, I wrote:

1. The exact architectural misconception behind the miss.

2. The correct decision rule I should have applied.

3. A one-line revision that could fit on an index card.

This turned weak areas into decision rules instead of vague review networking tasks.

What I would not repeat

I spent too much time early on trying to memorize service limits and pricing tiers. The SAA-C03 does not reward exact numbers; it rewards tradeoffs. Passive video watching without hands-on labs also gave me false confidence. The labs are where the architecture actually starts to stick.

The day after the badge

The uncomfortable truth: passing SAA-C03 does not mean you are ready to operate a production cloud environment at 2 a.m. It means you can recognize a well-architected answer under time pressure. That is valuable, but it is pattern recognition, not operational judgment.

The question 'what is next' is usually asked as 'which certification should I get next.' That can be the wrong frame. A better question is: what is the smallest project that will force me to defend these decisions in production?

Three moves that beat immediately chasing another badge

1. Build one intentionally imperfect system

Pick a small, real workload: a file-processing pipeline, a URL shortener, a multi-region static site with a private API. Build it with Infrastructure as Code—CloudFormation or CDK if you are staying inside AWS, Terraform if you want portability. Then deliberately stress it:

Simulate an AZ failure.

Change a security group and watch what breaks.

Set a budget alarm and force yourself to cut costs.

The [AWS Well-Architected Framework](https://aws.amazon.com/architecture/well-architected/) is a much better post-exam textbook than another video course. Run your small system through the Well-Architected Tool and see which lens catches you.

2. Convert study notes into a review checklist

Most people let their notes rot. Do not. Convert your SAA-C03 error ledger into a two-page architecture review checklist. Use it on your next pull request or design review. At Sapior, we treat every certification as incomplete until it produces a reusable artifact—a checklist, runbook, module, or decision record. That is the difference between credential inventory and engineering leverage.

3. If you do pick another certification, choose based on friction

There are two reasonable next steps after SAA-C03 if you want a structured learning path:

AWS Certified Security – Specialty: useful if you keep hitting IAM, KMS, and governance questions in your actual work. It goes deeper on the security model that SAA-C03 only sketches.

AWS Certified Developer – Associate: useful if your next 90 days will be spent writing Lambda, integrating APIs, and working with CI/CD pipelines.

I would not rush to AWS Certified Solutions Architect – Professional unless your daily job already involves multi-account organizations, complex hybrid networking, and migration planning. SA Pro is a different altitude, and attempting it without operational context often produces memorization, not judgment.

A pragmatic 90-day plan

Weeks 1–2: Pick a build project and define success in three bullets. Set up AWS Budgets and a Terraform/CDK repo.

Weeks 3–6: Build the core architecture. Write down every decision as a short Architecture Decision Record. Open a real security group change and observe the blast radius.

Weeks 7–8: Run the Well-Architected Tool review. Fix the issues that are cheap and visible. Write a one-page postmortem of what you would do differently.

Weeks 9–12: Either start the next certification path or, better, present your architecture to a peer or manager and defend it. If you cannot explain why you chose EFS over EBS or NAT gateways over VPC endpoints, you know where to study.

The point is not the badge

The SAA-C03 is worth doing because it gives you a shared vocabulary for cloud architecture. The next step is not always another badge. Sometimes it is a small, deliberate build that turns that vocabulary into judgment. If you just passed, congratulations. Now go build something that could wake you at 2 a.m.—and then learn how to keep it quiet.

Passed AWS SAA-C03? A 90-Day Roadmap for What Comes Next