AWS IAM: Identity-Based vs Resource-Based Policies and Conflict Resolution
1. Identity-Based Policy
Definition: Attached to users, groups, or roles.
Purpose: Defines what actions the entity can perform on specific resources.
Example: Allow MarketingTeam IAM group to perform rds:DescribeDBInstances.
Key Point: Specifies ...
heebrynn.hashnode.dev2 min read