IAM Flashcards

1
Q

When should you use root account?

A

NEVER. Only use root account for initial setup.

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

Can I use web identities with IAM roles to scale platform?

A

Yes, can connect with web identity app federation using Open ID.

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

Three types of IAM policy statements

A
  1. Explicit Deny: overrules everything else
  2. Explicit Allow: takes effect, unless there is also an explicit deny
  3. Implicit Deny: accounts have no access by default.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Maximum number of IAM Users

A

5,000

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

IAM Groups Limitations

A
  1. No single group for ALL users, this needs to be created manually
  2. No nesting of further groups
  3. 300 groups per account
  4. Groups cannot be logged into
  5. Not a true identity, cant reference it directly
  6. Limit of 10 groups per user
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Secure Token Service

A

Anytime you see cross account access, or assuming role, think STS. Gives temporary privileges to perform actions.

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