0PricingLogin
AWS Security Academy · Lesson

Comparing IAM Users and Groups

Understand long-term identities and how groups simplify access.

Identities in IAM

AWS Identity and Access Management (IAM) is the service that controls who can do what in your account. Two of its most basic building blocks are users and groups. A user is a permanent identity tied to a person or application, while a group is simply a container that bundles users together so they share the same permissions. Understanding the difference is the foundation for everything else on the exam.

What an IAM User Is

An IAM user is a long-term identity with a name unique within your account. It can have two kinds of credentials:

  • A console password for signing in through the web.
  • Access keys (an access key ID and secret) for programmatic API and CLI calls.

Because these credentials are long-lived, AWS treats them as higher risk. Best practice is to prefer roles and temporary credentials over creating many users with permanent keys.

All lessons in this course

  1. Comparing IAM Users and Groups
  2. What an IAM Role Really Is
  3. Trust Policies and Who Can Assume
  4. Instance Profiles for EC2 Workloads
← Back to AWS Security Academy