Home Blog About
Practice Tests
๐Ÿ“ Matric Mathematics โš—๏ธ Physical Sciences ๐ŸŒฟ Life Sciences ๐Ÿš— K53 Learners Licence โ˜๏ธ AWS Cloud Practitioner ๐Ÿ”’ CompTIA Security+ ๐Ÿฅ NCLEX Nursing ๐ŸŒ General Knowledge ๐Ÿง  IQ & Logic ๐Ÿงฌ Psychology
Privacy Policy Disclaimer
Practice Free
IT Certifications

AWS Solutions Architect Associate Guide

Complete SAA-C03 study guide. Architecture principles, core services deep-dive, and exam strategies for the AWS Solutions Architect Associate.

📅 May 2026🕑 5 min read📄 ~792 words
๐Ÿ—๏ธ
AWS Architecture

AWS Solutions Architect Associate Guide

The AWS Solutions Architect Associate (SAA-C03) is the most widely recognised cloud architecture certification. It build...

The AWS Solutions Architect Associate (SAA-C03) is the most widely recognised cloud architecture certification. It builds on Cloud Practitioner knowledge and validates the ability to design resilient, high-performing, secure, and cost-optimised AWS architectures.

How It Differs From Cloud Practitioner

The Four Design Principles (Well-Architected Framework)

1. Operational Excellence

Automate operations, make frequent reversible changes, anticipate failure, learn from failures. Key services: CloudFormation, AWS Config, CloudWatch, Systems Manager.

2. Security

Implement strong identity, enable traceability, apply security at all layers, automate security best practices, protect data in transit and at rest. Key services: IAM, KMS, CloudTrail, GuardDuty, Security Hub.

3. Reliability

Automatically recover from failure, test recovery procedures, scale horizontally, stop guessing capacity. Key services: Multi-AZ RDS, Auto Scaling, ELB, Route 53 health checks, S3 cross-region replication.

4. Performance Efficiency

Use serverless architectures, experiment often, use managed services. Key services: Lambda, DynamoDB, ElastiCache, CloudFront, EFS.

5. Cost Optimisation

Use consumption model, measure overall efficiency, avoid unnecessary data transfer, use Reserved Instances. Key services: Cost Explorer, Budgets, Savings Plans, Reserved Instances, S3 Intelligent-Tiering.

Key Architecture Patterns for the Exam

Exam tip: When a question asks for the MOST cost-effective or HIGHEST availability option, think: Reserved Instances for cost, Multi-AZ for availability, serverless for both.

The four exam domains and their weight

SAA-C03 covers four domains: Design Secure Architectures (30%), Design Resilient Architectures (26%), Design High-Performing Architectures (24%), and Design Cost-Optimised Architectures (20%). Security carries the most weight, which surprises many candidates who expect networking or compute questions to dominate. Know IAM (roles, policies, conditions, trust relationships), VPC security (security groups vs NACLs), encryption options (SSE-S3, SSE-KMS, SSE-C, client-side), and data protection services.

The services you absolutely must understand

Every SAA-C03 candidate must have deep working knowledge of: VPC (subnets, route tables, internet gateways, NAT gateways, VPC peering, Transit Gateway), EC2 (instance types, Auto Scaling, placement groups, EBS volumes), S3 (storage classes, lifecycle policies, versioning, replication, security), RDS and Aurora (Multi-AZ vs Read Replicas, encryption, backup), Lambda (triggers, concurrency, layers), CloudFront (origins, behaviours, signed URLs), Route 53 (routing policies, health checks), and SQS/SNS (standard vs FIFO, fan-out patterns).

The questions will rarely ask you to name a service. They will describe a business scenario with specific requirements โ€” cost, availability, scalability, compliance โ€” and ask which architecture best meets those requirements. Practice identifying the constraints in a scenario before reaching for an answer.

Preparation approach for South African candidates

The SAA-C03 exam costs approximately R3,800 through Pearson VUE in South Africa. With that investment, thorough preparation is important. The most efficient study path combines one structured resource (AWS Skill Builder free tier, Adrian Cantrill's course, or the Stephane Maarek Udemy course) with daily practice questions. Allocate 6 to 10 weeks of part-time study if you have some cloud background, or 10 to 14 weeks from zero.

The Well-Architected Framework: your conceptual backbone

Every SAA-C03 question is ultimately asking: which option is most well-architected? The AWS Well-Architected Framework five pillars โ€” Operational Excellence, Security, Reliability, Performance Efficiency, and Cost Optimisation โ€” provide the evaluation criteria. When you are unsure between two plausible answers, ask which one better satisfies the relevant pillar. A question about recovering from a failure points to Reliability. A question about reducing spend points to Cost Optimisation. A question about who can access what points to Security.

The Framework is not just exam knowledge โ€” it is the mental model that working AWS architects use daily. Learning it properly gives you both exam performance and genuine professional value.

Architecting for failure: the mindset shift

The central insight in AWS Solutions Architect preparation is that AWS architects design for failure rather than preventing it. Tour means: use multiple Availability Zones for every critical workload, design stateless applications that can scale horizontally, use managed services that handle failures transparently (RDS Multi-AZ, S3's 11-nines durability, Lambda's built-in retry), and treat EC2 instances as disposable rather than precious.

When an exam question describes a requirement for '99.99% availability' or 'no single point of failure', the answer almost always involves Multi-AZ deployment, Auto Scaling, and a load balancer. When it asks about data durability, S3 or DynamoDB Global Tables are usually involved. These patterns repeat constantly because they reflect genuine architectural best practices.

Start with AWS Cloud Practitioner

Build your AWS foundation with free practice questions.

Practice AWS Questions
DE
Dragonfly Exam Papers
Content Team ยท South Africa

Our content team has spent years reviewing South African exam papers, IT certification blueprints, and university past papers. Every question is written with one goal: to make the why behind each answer as clear as the answer itself.