IAM Flashcards
IAM
Identity and Access Management.
Global service.
Create users and assign to groups.
User doesn’t have to belong to a group.
User can belong to multiple groups.
Group
Can only contain users, not other groups.
Policies
Permissions defined in a JSON doc that a User or groups can be assigned.
User can also have multiple policies.
Users can inherit policies from the group they are in and inline policies.
Apply the least privilege principle = don’t give user/group more then they need
Inline Policy
Policy that can only be attached to a user, not group.
IAM Password Policy
Can set up policy that requires users to create pw with certain characters, length, etc.
MFA
Multi-Factor Authentication.
pw & security device.
device options:
Virtual MFA Device = Google Authenticator
Harware Key Fob = physical device
IAM Roles
permissions for specific services
IAM Security Tools
can dl credential report to get info about users
Root User
created by default upon setup, don’t use except for setup
Shared Responsibility Model (IAM)
AWS = infrastructure, config, compliance
us = responsible for users, groups, policies, MFA, perms