IAM, ACCOUNTS AND AWS ORGANISATIONS Flashcards

1
Q

Specifiy a list of resources to which the api actions apply

A

Resource

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

Optional – specifies the preliminary rules under which the policy grants permissions

A

Condition

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

List of actions or api that the policy allows or denies

A

Action

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

Refers to an IAM Identity you define

A

Principle

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

Only 2 possible values – allow, deny

A

Effect

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

First priority when evaluating policy logic

A

Explicit Denies

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

Second priority when evaluating policy logic

A

Explicit Allow

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

Third priority when evaluating policy logic

A

Default Deny

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

Remains unchanged even if you delete its associated IAM identity, It doesn’t have a strict one-to-one relationship to its associated IAM identity

A

Standalone Policy

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

Will be automatically be deleted if you delete its associated identity, Has a strict one-to-one relationship to its associated IAM identity

A

Inline Policy

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

Used for special or exceptional allows or denies

A

Inline Policies

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

The identity used for anything requiring long-term AWS access usually only a single principal

A

IAM User

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

Person or application that makes requests to IAM to interact with resources

A

Principal

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

Process where principal proves their identity

A

Authenticate

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

Uniquely identify resources within any AWS accounts

A

Amazon Resource Name (ARN)

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

max iam users per account

A

5000

17
Q

max number of group iam users can be apart of

A

10

18
Q

containers used to make management of IAM users easier

A

Groups

19
Q

Limited to 300 per account but can be increased

A

IAM Groups

20
Q

Can groups be referenced as a principal in a policy?

A

No

21
Q

Used by an unknown number of principals on a temporary basis that represents the level of access in an AWS Account

A

IAM Role

22
Q

Generated by STS and given to identites that assume roles that act as access keys

A

Temporary Security Credentials

23
Q

Anything that is not an AWS Identity needs permissions should be given?

A

IAM Role

24
Q

Can external account be used in AWS directly?

A

No

25
Q

Using an external identity provider and giving the external identities roles to perform actions

A

ID Federation

26
Q

Predefined IAM Role that is linked to a specific AWS Service

A

Service-linked roles

27
Q

Product that allows large business to manage multiple accounts

A

AWS Organizations

28
Q

Account used to create an organization and receives the bill for all members apart of that organzation

A

Management Account

29
Q

Can the management account be restricted using SCP?

A

No

30
Q

Account permission boundaries that limit what the account (including root user) can do.

A

Service Control Policies

31
Q

Do service control policies grant permissions?

A

No just define what is and isnt allowed

32
Q

Solution If your identity store is not compatible with SAML 2.0

A

build a custom identity broker application