SAA-C03 · Domain 1 · 30% of Exam
Study with Practice Tests →Domain 1 of the SAA-C03 exam — the largest domain at 30%. Covers IAM, multi-account governance, VPC security, application protection, and data encryption controls.
| Task | Focus Area | Key Services |
|---|---|---|
| 1.1 Secure Access to AWS Resources | IAM, federated identity, multi-account | IAM, STS, Organizations, Control Tower, IAM Identity Center |
| 1.2 Secure Workloads & Applications | VPC, WAF, Shield, Secrets Manager, Cognito | VPC, SGs, NACLs, WAF, Shield, Cognito, Secrets Manager |
| 1.3 Data Security Controls | KMS, ACM, encryption, data lifecycle | KMS, ACM, CloudHSM, S3 encryption, Macie, GuardDuty |
Users, groups, roles, policies, permission boundaries, and STS. Understand identity-based vs resource-based policies. Master the policy evaluation logic — explicit DENY always wins.
AWS Organizations, SCPs (Service Control Policies), and Control Tower. SCPs set the MAXIMUM permissions for member accounts — they can only restrict, never grant beyond what SCPs allow.
Security Groups (stateful, instance-level) vs NACLs (stateless, subnet-level). Public/private subnets, NAT gateways, and VPC endpoints for private connectivity to AWS services.
AWS WAF for Layer 7 SQL injection/XSS protection. Shield Standard (free) vs Advanced ($3K/mo). Amazon Cognito for user authentication. Secrets Manager for automatic secret rotation.
KMS (CMK vs AWS-managed keys), ACM for TLS/SSL certificates, S3 encryption options (SSE-S3, SSE-KMS, SSE-C), CloudHSM for dedicated FIPS 140-2 Level 3 hardware, and data lifecycle controls.
AWS secures the cloud infrastructure (hardware, software, networking, facilities). Customers secure what's IN the cloud: IAM, OS patching, application security, network controls, and encryption.
Domain 1 carries the most weight. Every question has security implications. Know the DIFFERENCE between resource-based policies vs identity-based policies and when each applies.
Always prefer IAM roles (temporary STS credentials) for EC2 instances, Lambda functions, and cross-account access. IAM users with long-term access keys are a last resort and a security risk.
KMS = managed, most use cases. CloudHSM = dedicated hardware, FIPS 140-2 Level 3, you control everything. ACM = TLS/SSL certificates for ALB, CloudFront, API Gateway. Match the service to the requirement.
Eight concept areas covering every task statement in Domain 1. Click through each card to build deep understanding before the quiz.
aws:SecureTransport: false in Deny to enforce HTTPS; use aws:SourceVpc to restrict to specific VPCSix sticky mental models to burn the key distinctions into memory. Read them, say them out loud, then hit the Quiz.
10 scenario-based questions reflecting real SAA-C03 exam style. Select your answer for each question, then click Submit to see your score.
8 cards covering the most exam-critical distinctions. Click any card to flip it and reveal the answer.
Personalized guidance based on where you are in your preparation. Select your stage.
Curated resources to deepen your understanding of Domain 1 topics beyond the flashcards.
Official exam guide listing all task statements, in-scope services, and example question types for the Solutions Architect Associate exam.
Comprehensive reference for IAM policies, roles, users, groups, STS, and federation. The policy evaluation logic section is essential exam reading.
AWS's official security best practices whitepaper covering IAM, data protection, infrastructure security, detection, and incident response at scale.
Deep dive into the Security Pillar covering identity, detection, infrastructure protection, data protection, and incident response with design principles.
Annual AWS security conference sessions on IAM, VPC security, KMS, and compliance. The IAM deep-dive sessions are particularly valuable for exam prep.
Complete reference for KMS key types, key policies, grants, and encryption context. Understand CMK vs AWS-managed key distinctions thoroughly.
| Topic | Priority | Why It Matters |
|---|---|---|
| IAM Policy Evaluation Logic | Critical | Appears in many scenario questions; understanding DENY propagation is essential |
| Security Groups vs NACLs | Critical | Stateful vs stateless distinction is a classic exam trap |
| VPC Endpoints (Gateway vs Interface) | High | Cost-effective private connectivity; common cost-optimization question |
| KMS vs CloudHSM | High | Matching encryption service to requirement is tested frequently |
| Secrets Manager vs Parameter Store | High | Auto-rotation capability is the key differentiator |
| Shield Standard vs Advanced + WAF | Medium | Layer distinction (L3/L4 vs L7) and cost are common question elements |
| Cognito User Pool vs Identity Pool | Medium | Authentication vs authorization distinction trips up many candidates |
| SCPs and Management Account | Medium | SCPs not applying to management account is a frequent distractor |