LLevelUp
0
← Back to topic

IAM Basics

IAM controls who can do what. Cloud incidents often come from credentials with too much access.

principal -> policy -> allowed actions -> resources

Use roles for workloads, short-lived credentials where possible, and narrowly scoped policies.

WARNING

Do not use root/admin credentials for application runtime access.

Further Learning

  • “IAM users roles policies” — access model
  • “least privilege cloud IAM” — permission design
  • “cloud credential rotation” — reducing risk