Blogs by Jay Tillu

AWS IAM - User, Root User & Groups

Ā·

1 min read

Cover Image for AWS IAM - User, Root User & Groups

šŸ‘¤ IAM Users

  • IAM means Identity and Access Management.

  • Individual identities for people/services to access AWS.

  • IAM is a global service.

  • Can have:

    • Programmatic access (CLI, SDK)

    • Console access (via username/password)

  • Should NOT use root user—create IAM users instead

  • Permissions assigned directly or via groups

šŸ‘„ IAM Groups

  • Collection of IAM users.

  • Used to assign permissions to multiple users at once.

  • Easier management than assigning policies to users individually.

    • Example: Admin group → has AdministratorAccess → all users in the group inherit it.

Follow me for more such content