Process Flow - Least privilege principle
Start: User/Service needs access
Define minimum permissions needed
Create policy with only those permissions
Attach policy to user/service
Access request made
AWS checks policy permissions
Allow if permission exists, else deny
End: Access granted or denied
This flow shows how AWS grants access only if the user or service has the minimum permissions defined in their policy, following the least privilege principle.