1
Q

What does IAM stands for?

A

Identity and Access Management

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

What can we affect policies to?

A

Users
Groups
Roles

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

In what language are policies written?

A

JSON

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

Can we affect a role to a user?

A

NO! Roles can be affected to applications.

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

What are groups usually representing, and why are they useful?

A

Functions (admins, devops)
Teams (engineering, design)

They allow us to affect a set of defined policies to a group of people

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

What do groups contain?

A

Users

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

What are roles used for?

A

Internal usage within AWS resources

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

How many permissions should users have?

A

The minimal amount they need to perform their job (Least privilege principles)

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

What is IAM Federation?

A

A way for big enterprises to integrate their own repository of users with IAM, so that one can login using its company credentials.

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

What does Identity Federation uses?

A

The SAML standard (Active Directory)

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

What does SAML stands for?

A

Security Assertion Markup Language

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

How many users per physical person?

A

ONE

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

How many role per application?

A

ONE

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

Where should your IAM credentials NEVER be?

A

In your code, in your commits, anywhere other than in your head/password manager

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

When should you use the root account?

A

Never except for initial setup

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

What does SSO stand for?

A

Single Sign-On