Command Palette

Search for a command to run...

Hectal
Phase 1Beginner2 of 9 in AWS

IAM — Who Can Do What

Users, groups, roles, and policies — the permission system every other AWS service depends on, and the one most real breaches trace back to.

Every single AWS API call — launching an instance, reading an S3 object, invoking a Lambda — is checked against IAM first. Get IAM wrong and nothing else you build is secure, no matter how well-designed. This phase covers how identities are represented, how policies are evaluated, why roles (not long-lived keys) are how production workloads should authenticate, and how to actually practice least privilege without grinding every deploy to a halt.

0/4 · 0%
4 topics ~54 min 13 code blocks & diagrams
Start with the first topic