May 2026
Quick Notes for AWS SAA-C03 exam
A comprehensive, interactive study companion for the AWS Solutions Architect Associate (SAA-C03) exam. Covers all 4 exam domains with a cheat sheet, deep-dive notes, 60 practice questions, interactive architecture diagrams, and a dedicated VPC guide — all in one dark-themed web app.

Quick Notes for AWS SAA-C03
A self-built, interactive study web app for the AWS Solutions Architect Associate exam — covering all four exam domains in one place. Built out of a need for something more navigable than a wall of text, and more personal than generic study guides.

What’s Inside
The site is organised into five main sections, each targeting a different way of studying:
📋 Cheat Sheet
A quick-reference table for every AWS service in the exam syllabus. Each entry shows the service name, a one-line description, a mnemonic (some in Malay — easier to remember personally), and keyword tags. Designed for fast scanning during last-minute revision.
Services are grouped by the four exam domains so you always know which domain a service belongs to.
📓 Deep Notes
Full explanations for each service and concept — going beyond surface-level definitions into why a service behaves the way it does, how it compares to alternatives, and the exact scenarios where the exam will try to trick you.
Organised by domain and sub-topic, with cross-references to related services.
🧪 Practice Questions
60 scenario-based multiple choice questions modelled after the real SAA-C03 format. Every question has a full explanation for the correct answer and why the other three options are wrong — which is where most of the actual learning happens.
Two modes: Quiz (immediate feedback per question) and Review (go through all answers at the end).
🗺️ Visual Architectures
Interactive architecture diagrams you can pan, zoom, and explore. Covers the most commonly tested patterns in SAA-C03:
- 3-Tier Web Application (CloudFront → ALB → EC2 ASG → RDS Multi-AZ)
- Serverless API
- VPC Network Layout
- Event-Driven / Fan-out
- Disaster Recovery (Pilot Light)
- Data Ingestion Pipeline
- VPC Subnets & CIDR
- NAT Gateway — Private Subnet Outbound
- Security Groups & NACLs — Defence Layers
Each diagram labels every node and shows data flow clearly. Particularly useful for understanding how traffic moves between layers — something that static diagrams in most study guides don’t convey well.
🌐 VPC Guide
A dedicated deep-dive into AWS VPC — the topic that shows up most frequently across all four domains. Covers mental models, CIDR & IP structure, subnets, route tables, internet gateways, NAT gateways, security groups vs NACLs, and traffic flow.
Written with analogies (a VPC as a gated residential area, subnets as its roads, NACLs as checkpoints at the gate) to make abstract networking concepts concrete and memorable.
Exam Domain Coverage
The entire site is structured around the four official SAA-C03 domains, with every section — cheat sheet entries, deep notes, practice questions, and diagrams — tagged to its domain so nothing falls through the cracks:
- D1 · Design Secure Architectures (30%) — IAM & Identity, Network Security, Data Protection, Connectivity
- D2 · Design Resilient Architectures (26%) — High Availability, Disaster Recovery, Backup, Migration
- D3 · Design High-Performing Architectures (24%) — Compute, Storage, Networking, Databases, Analytics
- D4 · Design Cost-Optimised Architectures (20%) — Pricing models, Storage tiers, Network cost, Serverless
Why I Built This
I couldn’t find a study resource that matched how I actually learn. Most guides are either too shallow (flashcard-style, no depth) or too dense (walls of documentation). I wanted something with:
- Fast lookup for revision (cheat sheet)
- Real depth when I needed it (deep notes)
- Exam-style pressure testing (practice questions)
- Visual mental models I could actually remember (architecture diagrams)
So I built it myself — and made it public in case it helps anyone else preparing for the same exam.



More projects
view all →
Canopy
An agent situation-room: a panel of AI leads debates a call across your projects, then you approve it. Bounded, mediated, human-approved.

Kaeru Desktop App
A lightweight AI workspace anyone can use: chat with an agent to build and edit, preview your app live, and keep your work safe with plain-language source control. A desktop app built on Tauri + Rust, about 8 MB.

Kaeru UI harness
A case study on how Kaeru's interface gets designed: one page where every screen and state is mocked, reviewed, and promoted from design mockup to real component — before any of it ships.