Advanced IAM Flashcards
What is AWS Directory Service?
connects your AWS resources to on prem AD, allows you to use your existing corporate credentials and allows you to SSO to any domain joined EC2 instance
What is AWS Managed MS AD?
AD Domain Controllers (DC’s) running windows servers reachable by application in your VPC.
What responsibilities lie on the customer in AWS Managed MS AD?
scale out your own DC’s and manage your own trusts
What is simple AD?
AWS Managed AD’s baby brother. Offers basic AD features, but does not support trusts.
What sizes can you get Simple AD in?
Small (up to 500 users) and Large (up to 5k users)
What is AD connector?
Supports trusts. Directory gateway for on prem AD, allowing on prem users to log in to AWS using AD. You can also join EC2 instances in your existing AD domain.
What is cloud directory and what are some use cases for it?
Hierarchical based store for up to hundreds of millions of objects. Can be used for org charts, device registries, etc.
Amazon Cognito User Pools
Managed user directory for SaaS applications. Typically used to login with social media login info.
What is a Amazon Resource Name ( ARN)?
unique ID for all resources in AWS
how are ARN’s formatted?
arn:partition:service:region:account_id:
what is an IAM policy?
a JSON doc that defines permissions
What are the two types of IAM policies?
Identity and Resource
What are the three parts of an IAM policy and what do they control?
Effect - Either allow or deny
Action - API call
Resource - The entity
T or F: Policies don’t have any effect until attached to an identity or resource
T
T o F: Policies are attached to Roles, which are then assigned to either an object or a user
T