Identity and Access Management (IAM) - Advanced Flashcards
What is AWS Organizations?
How do Organizational Units relate to the AWS Organization?
What are some examples of Organizational Units in AWS Organizations?
What are the advantages of using AWS Organizations?
What are Service Control Policies (SCP) in AWS Organizations?
What is the hierarchy of Service Control Policies (SCP) in AWS Organizations?
With Service Control Policies (SCP) in AWS Organizations, if you have both an explicit deny and an explicit allow policy applied, which takes precedence?
The deny, always
What would a Service Control Policy (SCP) in AWS Organizations look like that allowed all access except DynamoDB (aka “Blocklist Strategy”)?
What would a Service Control Policy (SCP) in AWS Organizations look like that blocked everything except EC2 and CloudWatch (aka “Allowlist Strategy”)?
What does a Policy in IAM look like that has a condition applied to restrict the client IP from which the API calls are being made?
What does a Policy in IAM look like that has a condition applied to restrict the region the API calls are made to?
What does a Policy in IAM look like that has a condition applied to restrict based on tags?
What does a Policy in IAM look like that has a condition applied to to force MFA?
What does an IAM policy look like for a Bucket in S3 as opposed to an Object in S3?
In IAM, what would an IAM policy look like that restricts access to accounts that are member of an AWS Organization?
What are the fundamental differences between IAM Roles vs Resource Based Policies as it relates to cross-account access?
What are the fundamental differences between IAM Roles vs Resource Based Policies?
When should you use IAM Roles vs Resource Based Policies when adding security in EventBridge?
What are IAM Permission Boundaries?
What are the use cases for IAM Permission Boundaries?
How does the IAM Policy Evaluation Logic work?
In AWS Organization SCP, is all access defaulted to implicit allow or implicit deny?
Implicit deny
What is the AWS IAM Identity Center?
What does the AWS IAM Identity Center login flow look like?