IAM - Identity and Access Management Flashcards
IAM users
Users should be mapped to a physical user in your company. This person will have a password for the AWS console.
IAM Groups
IAM users can be grouped into groups. And a group contains users only.
IAM Policies
JSON document that outlines permissions for users or groups.
IAM Roles
These are identities for EC2 instances or AWS Services
IAM Security
You can enable MFA (Multi Factor Authentication) and Password Policy for our users.
AWS CLI
Command line interface. You can manage your AWS services using the command line.
AWS SDK
AWS SDK (software development kit) allows you to manage your AWS services using a programming language.
Access Keys
Access Keys can be created to access AWS using the CLI or SDK
Audit IAM usage
You can audit IAM usage by creating a IAM Credentials Report and by using the IAM Access Advisor Service.