PARC & Examples of PARC Flashcards
P - Principal = Who = The entity (ARN) which is ALLOW/DENY access to either to ARC = Action Resource Condition A - Action = Statement = Must include ‘Action or Not Action’ R - Resource ARN C - Condition = KV = Key Value ;
1
Q
Examples of PARC
A
- P - Principal = Who = The entity (ARN) which is ALLOW/DENY access to either to ARC = Action Resource Condition
- A - Action = Statement = Must include ‘Action or Not Action’
- R - Resource ARN
- C - Condition = KV = Key Value
2
Q
Principal
A
Principal - * With IAM policies the ‘Principal’ element is Implicit, i.e the Its the USER/GROUP or ROLE attached, E.G Roles for EC2
3
Q
Action
A
Action - Typically there is a one-to-one mapping between the API call being made and the action being granted ; E.g Pass-Role is different and not a one to one mapping ; Wildcard action = current or future action
4
Q
Resource
A
Resource - everything but “not resource” ; Typically ARN is built by AWS eg: a query name; a dynamodb table
5
Q
Condition
A
Condition - condition rules Top Tip ; Vertical = AND ; Right side = OR