IAM Flashcards
How to choose an AWS Region? (4) (CAPP)
Compliance, Available services, Proximity, Pricing
data never leaves a region without your explicit permission (How to choose an AWS Region?)
Compliance with data governance and legal requirements
reduced latency (How to choose an AWS Region?)
Proximity to customers
new services and new features aren’t available in every Region (How to choose an AWS Region?)
Available services within a Region
pricing varies region to region and is transparent in the service pricing page (How to choose an AWS Region?)
Pricing
What does IAM stand for?
Identity and Access Management
What type of service is IAM
Global
IAM Policies Structure consist of _____? (3) (VIS)
Version, Id, Statement
IAM Policies Structure - policy language version, always include“2012-10- 17”
Version
IAM Policies Structure - identifier for the policy (optional)
Id
IAM Policies Structure - you can have one or more (required)
Statements
IAM Policies Structure Statements consists of _____? (6) (SPEARC)
Sid, Principal, Effect, Action, Resource, Condition
IAM Policies Structure Statements - whether the statement allows or denies access (Allow, Deny)
Effect
IAM Policies Structure Statements - account/user/role to which this policy applied to
Principal
IAM Policies Structure Statements - list of ________ this policy allows or denies
Action