IAM Flashcards
1
Q
When should you use root account?
A
NEVER. Only use root account for initial setup.
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.
3
Q
Three types of IAM policy statements
A
- Explicit Deny: overrules everything else
- Explicit Allow: takes effect, unless there is also an explicit deny
- Implicit Deny: accounts have no access by default.
4
Q
Maximum number of IAM Users
A
5,000
5
Q
IAM Groups Limitations
A
- No single group for ALL users, this needs to be created manually
- No nesting of further groups
- 300 groups per account
- Groups cannot be logged into
- Not a true identity, cant reference it directly
- Limit of 10 groups per user
6
Q
Secure Token Service
A
Anytime you see cross account access, or assuming role, think STS. Gives temporary privileges to perform actions.