IAM (Identity and Access Management)

aws/security aws/service

💡 Definition

AWS IAM is a web service that helps you securely control access to AWS resources. You use IAM to control who is authenticated (signed in) and authorized (has permissions) to use resources.

🔑 Key Concepts

⚙️ How it Works

  1. Create Users/Groups: Define identities for your team.
  2. Attach Policies: Assign JSON policies to Users, Groups, or Roles.
  3. Authentication: Users sign in via Console (password) or CLI (Access Keys).
  4. Authorization: AWS checks the policy to see if the request is Allowed.

🎯 Use Cases

💰 Pricing Model

📝 Exam Tips (CLF-C02)


See Also: * Security Group * NACL