IAM Flashcards

1
Q

Identity and Access Management is available in what region?

A

It is a global service.

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

What account is created by default and shouldn’t be used or shared?

A

The root account.

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

What is the relationship between Users and Groups?

A

Groups only contain users. Users can belong to any number of groups or no groups.

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

What is the name of the JSON document assigned to a Group or User that defines their Permissions?

A

Policy Document.

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

True or False. Best practice is to give a User access to as many things as possible.

A

False.

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

IAM Policies consist of what 3 properties?

A

Version, Id, and Statements

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

An IAM Policy Statement requires what 5 properties?

A

SID, Effect, Principal, Actions, and Resources.

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

What does the Effect property on an IAM Policy Statement define? What are the possible values for this property?

A
  1. Whether the statement allows or denies access.
  2. Allow or Deny.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does the Principal property on an IAM Policy Statement define?

A

The account, user, or role to which the policy applies to.

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

What does the Action property on an IAM Policy Statement define?

A

A list of actions that the policy effect applies to.

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

What does the Resource property on an IAM Policy Statement define?

A

A list of resources the policy effect apply to.

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

What is the optional property on an IAM Policy Statement?

A

Condition

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

What are the three ways users can access AWS?

A

AWS Management Console, AWS CLI, and AWS SDK

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

What do you use to give permissions to an AWS Service or anything that is not a human user?

A

IAM Roles

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

What service shows an account-level overview of your users and the status of their credentials?

A

IAM Credentials Report

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

What service shows when a users specific service level permissions were last accessed?

A

IAM Access Advisor