The most complete free resource for AWS (CLF-C02, SAA-C03, SAP-C02), GCP (ACE, PCA), and Anthropic Claude (CCA-F) certifications.
Real notes from a 13x AWS Certified architect who has trained 1,000+ engineers β including the official Anthropic CCA-F exam guide with all sample questions and exercises.
This repository is a free, structured certification prep hub built from real exam experience across AWS, GCP, and Anthropic Claude. Every guide is mapped to official exam domains. No paywalls. No dumps. No filler.
What's inside:
- Deep-dive study notes for 8 certifications
- SAP-C02 professional notes across 16 topic modules
- AWS hands-on security labs (KMS, WAF, RDS, Secrets Manager)
- GCP Cloud Digital Leader + GenAI Leader complete guides
- Official Anthropic CCA-F exam guide PDF β all 5 domains, 12 sample questions with answers, 4 hands-on exercises, full appendix
- Cheatsheets, practice questions, and learning roadmaps
| Profile | What You'll Get |
|---|---|
| Beginner (0 β Cloud) | CLF-C02 + GCP Digital Leader roadmap |
| Developer / DevOps | SAA-C03 study guide + hands-on labs |
| Architect | SAP-C02 professional notes (16 modules) |
| AI / ML Engineer | AIF-C01, MLS-C01, GCP ML Engineer paths |
| Claude / AI SDK developer | CCA-F exam guide with official PDF + all sample questions |
| Multi-cloud professional | AWS + GCP comparison + Claude CCA-F |
The Claude Certified Architect β Foundations (CCA-F) is Anthropic's certification for solution architects building production systems with Claude. Launched March 2026 as part of the Claude Partner Network.
π Download Official CCA-F Exam Guide PDF
β Full CCA-F Study Guide with All Sample Questions
| Questions | 60 multiple-choice, scenario-based |
| Duration | 120 minutes |
| Passing Score | 720 / 1,000 (scaled 100β1,000) |
| Format | 4 of 6 scenarios randomly selected |
| Cost | Free (Claude Partner Network) / $99 otherwise |
| Registration | anthropic.skilljar.com |
| Domain | Weight | Core Topics |
|---|---|---|
| D1: Agentic Architecture & Orchestration | 27% | Agentic loops (stop_reason), hub-and-spoke multi-agent, Task tool spawning, PostToolUse hooks, session forking |
| D2: Tool Design & MCP Integration | 18% | Tool descriptions for selection, 4β5 tools per agent, tool_choice modes, .mcp.json vs ~/.claude.json, isError flag |
| D3: Claude Code Configuration | 20% | CLAUDE.md hierarchy, .claude/rules/ glob patterns, .claude/commands/, plan mode vs direct execution, -p flag for CI |
| D4: Prompt Engineering & Structured Output | 20% | Explicit criteria, few-shot examples, tool_use + JSON Schema, validation-retry loops, Message Batches API |
| D5: Context Management & Reliability | 15% | "Case facts" blocks, lost-in-the-middle, escalation triggers, structured error propagation, scratchpad files |
- Customer Support Resolution Agent β
get_customer,lookup_order,process_refund,escalate_to_human - Code Generation with Claude Code β CLAUDE.md, slash commands, plan mode
- Multi-Agent Research System β coordinator/subagent, parallel
Taskcalls, provenance tracking - Developer Productivity with Claude β built-in tools (Read/Write/Grep/Glob), MCP servers
- Claude Code for CI/CD β
-pflag,--output-format json, PR review automation - Structured Data Extraction β JSON schemas, validation-retry, Message Batches API
stop_reason = "tool_use" β continue agentic loop
stop_reason = "end_turn" β stop
tool_choice: "auto" β model may return text
tool_choice: "any" β model MUST call a tool
tool_choice: {forced} β model calls specific tool
~/.claude/CLAUDE.md β personal only, NOT version-controlled
.claude/CLAUDE.md β team-shared via VCS
.claude/rules/ β path-specific, YAML frontmatter glob patterns
.claude/commands/ β project slash commands (shared)
~/.claude/commands/ β personal slash commands (not shared)
-p / --print β non-interactive mode for CI/CD
Message Batches API β 50% cost savings, up to 24h, no SLA
β never use for blocking pre-merge checks
Programmatic enforcement β deterministic (use for financial operations)
Prompt instructions β probabilistic (non-zero failure rate)
| Exam | Level | Guide | Cheatsheet |
|---|---|---|---|
| AWS Cloud Practitioner (CLF-C02) | Foundational | Roadmap β | Cheatsheet β |
| AWS Solutions Architect Associate (SAA-C03) | Associate | Study Guide β | Cheatsheet β |
| AWS AI Practitioner (AIF-C01) | Foundational | Notes β | AWS Core β |
| AWS ML Specialty (MLS-C01) | Specialty | Notes β | AWS Core β |
| AWS Security Specialty (SCS-C02) | Specialty | Notes β | AWS Core β |
| AWS Solutions Architect Professional (SAP-C02) | Professional | 16-Module Notes β | AWS Core β |
β Full AWS guide: How to Pass AWS Certification in 2026
| Exam | Level | Guide | Cheatsheet |
|---|---|---|---|
| GCP Cloud Digital Leader | Foundational | Complete Guide β | GCP Cheatsheet β |
| GCP Associate Cloud Engineer (ACE) | Associate | Roadmap β | GCP Cheatsheet β |
| GCP Professional Cloud Architect (PCA) | Professional | Roadmap β | GCP Cheatsheet β |
| Google Cloud GenAI Leader | Foundational | Complete Guide β | GCP Core β |
| GCP Professional ML Engineer | Professional | Roadmap β | GCP Cheatsheet β |
β Full GCP guide: GCP Associate Cloud Engineer Complete Guide 2026
START HERE
β
βΌ
FOUNDATIONAL (4β6 weeks each)
βββ AWS Cloud Practitioner (CLF-C02) β first cert, validates cloud basics
βββ GCP Cloud Digital Leader β GCP equivalent of CLF
β
βΌ
ASSOCIATE (6β10 weeks each)
βββ AWS Solutions Architect Associate (SAA-C03) β highest ROI cert in market
βββ GCP Associate Cloud Engineer (ACE)
β
βΌ
SPECIALIST / AI
βββ AWS GenAI Practitioner (AIF-C01)
βββ AWS ML Specialty (MLS-C01)
βββ AWS Security Specialty (SCS-C02)
βββ GCP Professional ML Engineer
βββ Anthropic Claude Certified Architect β Foundations (CCA-F) β new 2026
β
βΌ
PROFESSIONAL (10β16 weeks)
βββ AWS Solutions Architect Professional (SAP-C02)
βββ GCP Professional Cloud Architect (PCA)
cloud-certification-exam-prep/
β
βββ Anthropic Claude/
β βββ README.md All 5 domains Β· 12 sample Qs Β· 4 exercises Β· appendix
β βββ Claude Certified Architect β Foundations Certification Exam Guide.pdf
β
βββ AWS/
β βββ SAP-C02/ 16-module professional notes (IAM β DR β IaC)
β βββ AIF-C01-GenAI-Practitioner/
β βββ MLS-C01-ML-Specialty/
β βββ SCS-C02-Security-Specialty/
β βββ security-labs/ Hands-on: KMS Β· WAF Β· RDS Secrets Manager
β
βββ GCP/
β βββ Cloud-Digital-Leader/ Complete guide + practice questions
β βββ GenAI-Leader/ Google Cloud AI certification guide
β
βββ cheatsheets/
β βββ aws-saa-c03.md SAA-C03 + CLF-C02 exam day reference
β βββ gcp-ace-pca.md ACE + PCA exam day reference
β βββ aws-core-services.md
β βββ gcp-core-services.md
β βββ claude-cca-f.md
β
βββ practice-questions/ AWS Β· GCP Β· Claude CCA-F
β
βββ roadmap/
βββ aws-certification-guide.md How to pass AWS SAA-C03 in 2026
βββ gcp-certification-guide.md How to pass GCP ACE in 2026
| Platform | Free Courses | Practice Tests | Docs |
|---|---|---|---|
| AWS | Skill Builder | Official Practice | docs.aws.amazon.com |
| GCP | Cloud Skills Boost | GCP Practice | cloud.google.com/docs |
| Anthropic | Anthropic Academy | Official Exam | docs.anthropic.com |
- AWS Practice Questions β SAA-C03 format
- GCP Practice Questions β ACE format
- Claude CCA-F Practice Questions β official format
| Cheatsheet | Best For |
|---|---|
| AWS SAA-C03 + CLF-C02 | AWS exam day quick reference |
| GCP ACE + PCA | GCP exam day quick reference |
| AWS Core Services | Service-by-service reference |
| GCP Core Services | GCP service reference |
| Claude CCA-F Key Concepts | CCA-F exam day reference |
- 13x AWS Certified β notes built from real certification experience
- 1,000+ engineers trained β content tested against what actually appears on exams
- Official sources only β no third-party dumps, no unverified content
- No paywalls β 100% free
- Actively maintained β covers 2026 certifications including Anthropic CCA-F
- Hands-on labs β not just theory; deployable AWS security labs included
- Official PDF hosted here β Anthropic CCA-F exam guide PDF with all sample questions and exercises, downloadable directly from this repo
Struggling to know where to start? Stuck on exam concepts?
Work directly with Shashank Chinchli β Sr. Solutions Architect at GitLab, ex-AWS, AWS Golden Jacket recipient.
| Role | Sr. Solutions Architect @ GitLab |
| Background | ex-AWS |
| Certifications | 13x AWS Certified |
| Recognition | AWS Golden Jacket β awarded to top AWS community contributors |
| Engineers Trained | 1,000+ |
| Mentor Rating | Top 1% on Topmate |
What you get from 1:1 mentorship:
- Personalized certification roadmap for your background and goals
- Exam strategy β what to focus on, what to skip
- Architecture review and real-world scenario coaching
- Resume and career positioning for cloud roles
- Direct answers from someone who has passed 13 AWS exams
Common pain points solved:
"I don't know which cert to take first."
"I've been studying for months and keep failing."
"I passed the exam but can't get interviews."
"I need to go from developer to solutions architect."
- AWS SAP-C02 professional notes (16 modules)
- AWS specialty notes β AIF-C01, MLS-C01, SCS-C02
- AWS hands-on security labs
- GCP Cloud Digital Leader complete guide + practice questions
- GCP GenAI Leader complete guide
- Anthropic Claude CCA-F exam guide (official PDF + full study guide)
- Platform cheatsheets and practice questions
- AWS + GCP certification roadmap guides
- AWS SAA-C03 dedicated notes
- AWS CLF-C02 foundational guide
- GCP ACE dedicated notes
- GCP PCA dedicated notes
- AWS vs GCP comparison guide
- Azure certification guides (coming soon)
PRs welcome. To contribute:
- Fork this repo
- Add content under the relevant platform folder
- Link only to official vendor documentation
- Keep it factual β no unverified exam dumps
Built from real exam experience. Maintained by a 13x AWS Certified architect. Last updated April 2026.
π Book 1:1 mentorship
If this saved you time, star the repo β it helps other engineers find it.