Advanced IAM Flashcards

1
Q

What is AWS Directory Service?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is AWS Managed MS AD?

A

AD Domain Controllers (DC’s) running windows servers reachable by application in your VPC.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What responsibilities lie on the customer in AWS Managed MS AD?

A

scale out your own DC’s and manage your own trusts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is simple AD?

A

AWS Managed AD’s baby brother. Offers basic AD features, but does not support trusts.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What sizes can you get Simple AD in?

A

Small (up to 500 users) and Large (up to 5k users)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is AD connector?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is cloud directory and what are some use cases for it?

A

Hierarchical based store for up to hundreds of millions of objects. Can be used for org charts, device registries, etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Amazon Cognito User Pools

A

Managed user directory for SaaS applications. Typically used to login with social media login info.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a Amazon Resource Name ( ARN)?

A

unique ID for all resources in AWS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

how are ARN’s formatted?

A

arn:partition:service:region:account_id:

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

what is an IAM policy?

A

a JSON doc that defines permissions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are the two types of IAM policies?

A

Identity and Resource

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are the three parts of an IAM policy and what do they control?

A

Effect - Either allow or deny
Action - API call
Resource - The entity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

T or F: Policies don’t have any effect until attached to an identity or resource

A

T

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

T o F: Policies are attached to Roles, which are then assigned to either an object or a user

A

T

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is an inline policy?

A

a policy applied just to one role, created straight from the role itself

17
Q

T o F: Any permission that is not explicitly allowed is implicitly denied

A

T

18
Q

What overrules the other? Explicit deny, or explicit allow?

A

Explicit deny overrules everything else

19
Q

What are permission boundaries

A

Granting a permission but only for a specific resource. Ex. Give someone admin access, but only for dynamoDB

20
Q

T or F: You can edit AWS managed policies

A

F

21
Q

What does AWS Resource Access Manager (RAM) do?

A

Allows for resource sharing between accounts

22
Q

With RAM, what must the receiving party do in order to see the shared resource?

A

Accept the invitation

23
Q

Where is AWS SSO info recorded?

A

CloudTrail

24
Q

What does AWS SSO integrate with?

A

Active directory or any SAML 2.0 application