IAM Flashcards
IAM JSON policy documents are composed of what elements?
Effect
Action
Resource
Condition (optional)
Principal (optional)
IAM policy Effect does what?
Allow or Deny action(s) on resource(s)
IAM policy Action does what?
Describes the specific API action
Whatis an IAM policy Resource?
Specifies the object or objects using the Amazon Resource Name (ARN) format
IAM policy Condition is?
Specifies conditions for the policy to be in effect
What is an IAM policy Principal?
Specifies the entity (account, user, role or service) that is allowed or denied access to a resource
What are SCPs and where are they applied?
Service Control Policies (SCP) specify the maximum permissions that the accounts administrator can delegate to the IAM users and roles in the affected accounts and is applied to an account, OU or organisational root.
What is the difference between SCPs and permission boundaries?
A permission boundary does not provide permissions but sets the maximum permissions and is assigned to an IAM entity. SCPs are hierarchical and are applied to the entire organisation or to OUs.
What does IAM Access Analyzer provide?
A report that identifies access to your resources from outside of the organization