5. Permissions
Boundaries
Only Identity permissions are impacted by any boundaries - resource permissions are applied in full.
They do not grant any access on their own - they identify the MAXIMUM permissions an identity can receive.
Delegation problems
Problem: Dupo wants Lizz to be an IAM Admin, so he gives her iam:*
. Lizz then can create a new user and give it AWSFullAccess permissions.
Policy Evaluation Logic
- Organization SCPs
- Resource Policies
- IAM Identity Policies
- Session Policies
- Identity Policies
- different accounts...
Cross account? Both accounts need to allow from both.