IAM

Abbreviation · Security & Infosec

Definitions

  1. Identity and Access Management — a framework for managing digital identities and their permissions. In cloud platforms, IAM controls who (users, services, roles) can do what (actions) on which resources. Follows the principle of least privilege. AWS IAM, GCP IAM, and Azure AD are the major implementations.

    In plain English: The system that controls who can access what in your cloud account, like a permissions manager for everything.

    Example: "The Lambda needs an IAM role with s3:GetObject permission on that specific bucket — don't give it admin access."

Related Terms