π Start Here - Your AWS Solutions Architect Associate Journey#
Welcome! This guide is your one-stop resource to learn AWS and crack the AWS Certified Solutions Architect - Associate (SAA-C03) exam. Whether you’re a beginner with some IT background or an experienced professional looking to certify, this guide will take you step by step.
π Prerequisites Checklist#
Before diving into AWS, ensure you’re comfortable with these foundational topics (covered in Chapter 00: Prerequisites):
| Topic | Why It Matters for AWS |
|---|---|
| β Networking Basics | VPC, subnets, CIDR, DNS, Route53 |
| β Linux Basics | EC2 SSH, CLI, file permissions |
| β Virtualization | How EC2, hypervisors, Nitro work |
| β Storage Concepts | EBS vs S3 vs EFS (block vs object vs file) |
| β Database Fundamentals | RDS vs DynamoDB, read replicas, ACID vs BASE |
| β Security Basics | IAM, encryption, TLS, certificates |
| β IT Concepts | HA, fault tolerance, scalability, RTO/RPO |
π Not there yet? Start with Chapter 00: Prerequisites first!
πΊοΈ How to Use This Guide#
This guide is organized into phases that mirror the official SAA-C03 exam domains:
Phase 0: Foundation Building#
| Chapter | Topic | Est. Time |
|---|---|---|
| 00 | Prerequisites (Networking, OS, Virtualization, etc.) | 4-6 hours |
| 01 | π Start Here (this page) | 30 min |
Phase 1: Design Secure Architectures (30% of exam)#
| Chapter | Topic | Est. Time |
|---|---|---|
| 02 | AWS Cloud Overview & Global Infrastructure | 1-2 hours |
| 03 | IAM & Security | 3-4 hours |
| 04 | S3 & Storage Services | 3-4 hours |
| 05 | EC2 & Compute Services | 3-4 hours |
Phase 2: Design Resilient Architectures (26% of exam)#
| Chapter | Topic | Est. Time |
|---|---|---|
| 06 | VPC & Networking | 4-5 hours |
| 07 | ELB & Auto Scaling | 2-3 hours |
| 08 | Database Services | 3-4 hours |
Phase 3: Design High-Performing Architectures (24% of exam)#
| Chapter | Topic | Est. Time |
|---|---|---|
| 09 | DNS & CDN (Route53, CloudFront) | 2-3 hours |
| 10 | Application Integration (SQS, SNS, EventBridge) | 2-3 hours |
| 11 | Serverless & Containers | 3-4 hours |
Phase 4: Design Cost-Optimized Architectures (20% of exam)#
| Chapter | Topic | Est. Time |
|---|---|---|
| 12 | Security & Compliance (KMS, WAF, Shield) | 2-3 hours |
| 13 | Monitoring & Observability | 2-3 hours |
| 14 | Migration & Hybrid | 1-2 hours |
| 15 | HA & Disaster Recovery | 2-3 hours |
| 16 | Cost Optimization | 2-3 hours |
Phase 5: Exam Prep & Practice#
| Chapter | Topic | Est. Time |
|---|---|---|
| 17 | Exam Preparation Guide | 2-3 hours |
| 18 | Interview Questions | 2-3 hours |
| 19 | Real-World Scenarios | 2-3 hours |
| 20-26 | Practice Tests (7 full-length) | 3 hours each |
π Recommended Study Plan#
6-Week Accelerated Plan#
| Week | Focus | Chapters |
|---|---|---|
| Week 1 | Foundation + Secure Architectures | 00, 01, 02, 03 |
| Week 2 | Storage & Compute | 04, 05, 06 |
| Week 3 | Resilient Architectures | 07, 08, 09 |
| Week 4 | High-Performing Architectures | 10, 11, 12 |
| Week 5 | Cost Optimization + Review | 13, 14, 15, 16 |
| Week 6 | Exam Prep + Practice Tests | 17, 18, 19, 20-26 |
12-Week Thorough Plan#
| Weeks | Focus | Chapters |
|---|---|---|
| 1-2 | Prerequisites & AWS Foundations | 00, 01, 02 |
| 3-4 | Security, Storage, Compute | 03, 04, 05 |
| 5-6 | Networking & Resilience | 06, 07, 08 |
| 7-8 | Advanced Services | 09, 10, 11 |
| 9-10 | Operations & Cost | 12, 13, 14, 15, 16 |
| 11-12 | Exam Prep & Practice | 17, 18, 19, 20-26 |
π― Study Tips for Success#
- Read each chapter thoroughly β every chapter has exam tips, examples, and quiz questions
- Follow along with AWS Free Tier β create an account and practice as you learn
- Take chapter quizzes β each chapter has 5-10 questions to test understanding
- Review architecture diagrams β understand the ASCII diagrams and try to recreate them
- Use practice tests strategically:
- After Week 3: Take Test 1 to assess your baseline
- After Week 5: Take Tests 2-4 to identify weak areas
- Final week: Take Tests 5-7 under timed conditions
- Focus on weak domains β use the progress dashboard to track your scores
- Join the community β discuss scenarios in AWS forums, Reddit r/AWSCertifications
π οΈ AWS Free Tier Setup#
- Go to aws.amazon.com/free
- Create an account (requires email, credit card for verification)
- Enable MFA on your root account immediately
- Create an IAM admin user for daily use (never use root!)
- Install AWS CLI:
# Linux/Mac curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" unzip awscliv2.zip sudo ./aws/install # Configure aws configure # Enter your Access Key ID, Secret Access Key, region (us-east-1), output (json) - Install AWS provided for quick service exploration
π How to Read Each Chapter#
Each chapter follows a consistent structure:
βββββββββββββββββββββββββββββββββββββββββββ
β π Chapter Title β
β βββ Learning Objectives β
β βββ Core Concepts (with diagrams) β
β βββ Deep Dive into Key Services β
β βββ Real-World Use Cases & Examples β
β βββ Best Practices β
β βββ β‘ Exam Tips β
β βββ β
Chapter Quiz (5-10 questions) β
β βββ π Additional Resources β
βββββββββββββββββββββββββββββββββββββββββββπ Progress Tracking#
Use the Progress Dashboard to:
- Track completed chapters
- Log practice test scores
- Identify weak domains
- Visualize your exam readiness
β Chapter 1 Checklist#
- Reviewed prerequisites checklist
- Chosen your study plan (6-week or 12-week)
- Set up AWS Free Tier account
- Installed and configured AWS CLI
- Created IAM admin user with MFA
- Bookmarked this guide for quick access
- Taken the prerequisites self-assessment
Ready to begin? Start with Chapter 00: Prerequisites or jump straight to Chapter 02: AWS Cloud Overview if you’re comfortable with the foundations.
β Chapter Quiz#
-
Which chapter covers the prerequisite topics for the SAA-C03 exam?
- A) Chapter 01 β Start Here
- B) Chapter 00 β Prerequisites
- C) Chapter 02 β AWS Cloud Overview
- D) Chapter 03 β IAM & Security
-
What percentage of the SAA-C03 exam focuses on “Designing Secure Architectures”?
- A) 20%
- B) 24%
- C) 30%
- D) 26%
-
According to the 6-week accelerated plan, which chapters should be completed by the end of Week 1?
- A) 00, 01, 02
- B) 00, 01, 02, 03
- C) 00, 01, 02, 03, 04
- D) 01, 02, 03
-
Which AWS service is used to create an IAM admin user with specific permissions?
- A) AWS Organizations
- B) AWS IAM
- C) AWS Cognito
- D) AWS SSO
-
Which of the following is the recommended method to install AWS CLI v2 on Linux?
- A) apt-get install aws-cli
- B) pip install awscli
- C) Download and run the bundled installer
- D) yum install aws-cli
-
Which Well-Architected pillar focuses on minimizing the environmental impact of cloud workloads?
- A) Cost Optimization
- B) Performance Efficiency
- C) Sustainability
- D) Operational Excellence
-
When should you take the first practice test according to the study plan?
- A) After Week 1
- B) After Week 3
- C) After Week 5
- D) After completing all chapters
-
What is the first security action recommended after creating a new AWS account?
- A) Create an S3 bucket
- B) Enable MFA on the root account
- C) Launch an EC2 instance
- D) Set up CloudTrail
-
In the pizza-as-a-service analogy, IaaS corresponds to which option?
- A) Ordering delivery
- B) A frozen pizza
- C) Pre-made dough
- D) Making everything from scratch
-
How many phases does this guide organize the SAA-C03 exam domains into?
- A) 3
- B) 4
- C) 5
- D) 6
-
A candidate wants to simulate the real exam environment in their final week of preparation. Which practice test strategy is recommended?
- A) Take all tests open-book
- B) Take Tests 5-7 under timed conditions
- C) Only take Test 1
- D) Skip practice tests and review notes
-
What are the EC2 instance type and hourly limit included in the AWS Free Tier?
- A) t2.large, 750 hours/month
- B) t2.micro or t3.micro, 750 hours/month
- C) t2.nano, unlimited hours
- D) Any instance type, 100 hours/month
-
What is the primary purpose of the AWS Well-Architected Framework?
- A) To price AWS services
- B) To help build secure, high-performing, resilient, and efficient infrastructure
- C) To provide AWS support plans
- D) To create AWS accounts
-
Which resource helps track completed chapters and practice test scores?
- A) AWS CloudWatch
- B) The Progress Dashboard
- C) AWS Config
- D) AWS Trusted Advisor
-
What is the recommended approach for AWS root account usage?
- A) Use it for daily administrative tasks
- B) Create an IAM admin user and never use root for daily tasks
- C) Share root credentials with the team
- D) Use root for all API calls
-
Which phase covers ELB, Auto Scaling, and VPC networking?
- A) Phase 1: Design Secure Architectures
- B) Phase 2: Design Resilient Architectures
- C) Phase 3: Design High-Performing Architectures
- D) Phase 4: Design Cost-Optimized Architectures
-
A student has 4 months to prepare for SAA-C03. Which study plan best fits?
- A) 6-week accelerated plan
- B) 12-week thorough plan
- C) 2-week crash plan
- D) No plan needed
-
Which AWS service allows you to set billing thresholds and receive alerts when costs exceed them?
- A) AWS CloudTrail
- B) Amazon CloudWatch
- C) AWS Budgets
- D) AWS Config
-
At which OSI layer does an Application Load Balancer operate?
- A) Layer 4 (Transport)
- B) Layer 7 (Application)
- C) Layer 3 (Network)
- D) Layer 2 (Data Link)
-
Which of the following is NOT a separate domain on the SAA-C03 exam?
- A) Design Secure Architectures
- B) Design Resilient Architectures
- C) Design Serverless Architectures
- D) Design Cost-Optimized Architectures
-
What is required to interact with AWS services programmatically via the CLI or SDK?
- A) Root account email and password
- B) IAM user access key ID and secret access key
- C) SSH key pair
- D) SSL certificate
-
Which cost optimization practice is recommended for EC2 instances running steady-state workloads?
- A) Always use On-Demand instances
- B) Purchase Reserved Instances or Savings Plans
- C) Use the largest instance type available
- D) Launch instances in every region
-
How should a candidate identify their weak domains before the SAA-C03 exam?
- A) Skip weak domains and focus on strengths
- B) Review practice test scores using the Progress Dashboard
- C) Only study the Well-Architected Framework
- D) Re-read all chapters from the beginning
-
What does RTO stand for in disaster recovery planning?
- A) Recovery Time Objective
- B) Return Time Operation
- C) Recovery Task Overview
- D) Runtime Optimization
-
A developer needs to run AWS CLI commands from a browser without any local installation. Which tool should they use?
- A) AWS CloudShell
- B) AWS Management Console
- C) AWS SDK
- D) AWS CLI installed on a jump box
π Answer Key
- B β Chapter 00 covers all prerequisite topics including networking, Linux, and virtualization.
- C β Designing Secure Architectures accounts for 30% of the SAA-C03 exam.
- B β Week 1 covers chapters 00, 01, 02, and 03 (Foundation + Secure Architectures).
- B β IAM is used to create users and attach policies like AdministratorAccess.
- C β AWS CLI v2 is installed by downloading the bundled installer and running
sudo ./aws/install. - C β Sustainability was added as the 6th pillar of the Well-Architected Framework in 2021.
- B β After Week 3, take Test 1 to assess your baseline before continuing.
- B β MFA on the root account is the immediate first security step after account creation.
- C β IaaS is like buying pre-made dough (EC2 + your OS + your app).
- C β 5 phases: Foundation, Secure, Resilient, High-Performing, and Cost-Optimized.
- B β In the final week, take Tests 5-7 under timed conditions to simulate the real exam.
- B β Free Tier includes 750 hours/month of t2.micro or t3.micro for 12 months.
- B β The Well-Architected Framework provides best practices across 6 pillars.
- B β The Progress Dashboard tracks completed chapters and practice test scores.
- B β Root account should be used only for limited account-level tasks.
- B β Phase 2 (Design Resilient Architectures) covers VPC, ELB, Auto Scaling, and Databases.
- B β The 12-week thorough plan is ideal for students with more preparation time.
- C β AWS Budgets allows setting cost thresholds with email or SNS alerts.
- B β ALB operates at Layer 7 (Application layer) for HTTP/HTTPS traffic.
- C β Serverless is not a separate domain; it falls under other domains on the exam.
- B β IAM access keys (access key ID + secret access key) enable programmatic access.
- B β Reserved Instances or Savings Plans provide significant discounts for steady-state workloads.
- B β The Progress Dashboard and practice test analysis help identify weak domains.
- A β RTO is Recovery Time Objective, the maximum acceptable downtime after a disaster.
- A β AWS CloudShell provides a browser-based shell with pre-authenticated AWS CLI.
π Additional Resources#
- AWS SAA-C03 Exam Guide (Official)
- AWS Free Tier
- AWS Documentation
- AWS Well-Architected Framework
- AWS re:Post
Next β AWS Cloud Overview