IAM & AWS CLI Flashcards

1
Q

Is IAM a global service?

A

Yes

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

What are users?

A

Users are people in org. They can be put in groups.

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

What are groups?

A

Groups are a way of grouping users.

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

Why do we use groups?

A

To assign permissions to certain users.

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

Can users and groups be assigned permissions?

A

Yes, they can be assigned JSON documents called policies.

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

Principle of least privilege?

A

When you assign the least amount of permissions that are needed.

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

What are policies called that are attached to a user

A

Inline policy

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

What does a policy consist of?

A

version, id, statement - sid, effect, principal, action, resource, condition

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

IAM security tools?

A

Access Advisor - user-level- what permissions and when services last used & credentials report - account-level - account credentials

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

When should you use a root account

A

when setting up aws

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

how to make your account safe

A

use password policy and MFA

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

how to use AWS programatically

A

SDK or CLI

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