Back to Glossary
Cloud

What is IAM (Identity and Access Management)?

AWS service for managing user identities and permissions for cloud resources.

AWS IAM is the service for managing access to AWS resources. It defines who (users, roles, services) can do what (actions) on which resources (S3 buckets, EC2 instances) under what conditions. Key concepts: Users (humans), Groups (collections of users), Roles (assumed by services or users), and Policies (JSON documents defining permissions). Best practices: least privilege, no root account usage, rotate access keys, use roles over long-lived credentials.

Deep Dive Guide

aws vpc networking complete guide

Test your knowledge of IAM (Identity and Access Management) and 130 other DevOps concepts