AWS IAM & Identity Certification Guide
Primary Certification
AWS Certified Security Specialty (SCS-C02)
Format: check current question count, time limit, passing score, and price on the official AWS Certification page before relying on these (needs verification — exam format and price change periodically; previously stated here as 65 questions, 170 minutes, 750/1000, $300 USD)
Related Certifications
•AWS Solutions Architect (all levels have heavy IAM)
•AWS SysOps Administrator
Key Exam Topics
•Policy evaluation: default deny, explicit Deny anywhere always wins, SCPs/permission boundaries set a ceiling (don't grant), cross-account access needs both identity and resource policy to allow, otherwise implicit deny
•IAM condition keys: aws:SourceIp, aws:RequestedRegion, aws:MultiFactorAuthPresent
•Permission boundaries: set maximum permissions (even if identity policy allows more)
•SCP (Service Control Policies): org-level maximum permissions (cannot grant)
•IRSA and Workload Identity for EC2/Lambda/ECS/EKS service permissions
•Trust policies and cross-account access with external ID
•IAM Access Analyzer: find external/cross-account access, validate policies
Must-Know CLI Commands
Exam Tips
•Never use root account for daily tasks — enable MFA and create admin user
•Rotate access keys regularly (a common convention is every 90 days, but there's no single AWS-mandated number — set a policy for your account) (needs verification — treat any specific cadence as a team/compliance policy choice, not a fixed AWS requirement)
•Use IAM Access Advisor (the "Access Advisor" tab on a user/role) to find permissions that are attached but have never actually been used, so they can be removed
•External ID in trust policy prevents confused deputy attack (for third-party access)
•IAM roles for EC2: attach role to instance profile — no static credentials
Study Plan
Week 1-2: Read official docs + overview/fundamentals sections in this platform
Week 3-4: Hands-on labs (AWS free tier / Azure sandbox / GCP free tier)
Week 5: Practice exams (TutorialsDojo, ExamTopics, Whizlabs)
Final days: Review weak areas + cheatsheet
Free Study Resources
•AWS: aws.amazon.com/training — free digital courses
•Azure: learn.microsoft.com — Microsoft Learn (free + sandbox labs)
•GCP: cloud.google.com/training — free courses + Qwiklabs credits
•TutorialsDojo: cheat sheets for all exams (best value paid resource)

