/aws/iam

AWS IAM

The permissions layer: who (or what) can do what to which resources. Every AWS API call flows through IAM policy evaluation. Get it wrong and either your app can't do anything, or a leaked key can do everything. Get it right and blast radius stays small when things eventually go wrong.

Articles (1)