Home > Glossary > AWS Certified Solutions Architect - Associate > AWS Identity and Access Management (IAM)

📖 What is AWS Identity and Access Management (IAM)?

AWS Identity and Access Management (IAM) is a web service that helps you securely control access to AWS resources. It allows you to create users, groups, and roles, and use permissions policies to grant specific access to resources based on the principle of least privilege.

🥋 Sensei Says:

"Always apply the principle of least privilege; never use the root user for daily tasks and prefer IAM Roles over long-term access keys for applications."

📚 Certification: AWS Certified Solutions Architect - Associate (SAA-C03)

🔑 What are the Key Concepts of AWS Identity and Access Management (IAM)?

  • IAM Users represent specific people or applications, while Groups allow you to manage permissions for multiple users simultaneously to simplify administration.
  • IAM Roles provide temporary security credentials for users or services, enabling secure access to AWS resources without sharing long-term access keys.
  • Permissions Policies are JSON documents that define what actions are allowed or denied on specific resources, strictly following the principle of least privilege.
  • The Root User has full administrative access; for security, it should be used only for initial setup and always protected by Multi-Factor Authentication.
  • IAM Roles for EC2 allow applications running on instances to securely access other AWS services without embedding hardcoded credentials in the application code.

🎯 How does AWS Identity and Access Management (IAM) appear on the SAA-C03 Exam?

You may be asked to design a secure way for an application on an EC2 instance to upload files to S3; the correct answer involves creating an IAM Role.

A scenario might describe a need to grant a third-party auditing company temporary access to your AWS account; expect to implement a cross-account IAM Role.

Expect questions where you must choose between adding a policy to a user or a group to ensure consistent permissions across a department of developers.

❓ Frequently Asked Questions

What is the primary difference between an IAM User and an IAM Role?

An IAM User is a permanent identity with long-term credentials, whereas a Role is assumed by a trusted entity to obtain temporary security credentials for a specific task.


When should I use a Managed Policy instead of an Inline Policy?

Use AWS Managed Policies for common permissions and Customer Managed Policies for reusability across multiple users or roles, avoiding the rigidity of Inline Policies.

Related Terms from AWS Certified Solutions Architect - Associate

📝 Related Study Guides

Study Guide 10 min read

AWS Solutions Architect Associate (SAA-C03) Study Guide

The AWS Solutions Architect Associate (SAA-C03) exam validates your ability to design cost-effective, resilient, and secure cloud architectures. To pass, you must master four domains—Security, Resilience, Performance, and Cost Optimization—and score at least 720/1000 on 65 questions within 130 minutes using the AWS Well-Architected Framework.

Study Guide 10 min read

AWS Solutions Architect Associate (SAA-C03) Study Guide

To pass the AWS SAA-C03 exam, you must master four domains: secure, resilient, high-performing, and cost-optimized architectures. Success requires deep knowledge of core services like VPC, EC2, and S3, combined with hands-on experience and rigorous practice using high-quality question banks to simulate the 65-question, 130-minute exam environment.

Deep Dive 8 min read

AWS SQS vs SNS: Core Differences for the SAA-C03 Exam

AWS SQS is a pull-based message queuing service used for one-to-one decoupling, ensuring messages are processed once. AWS SNS is a push-based pub/sub service for one-to-many notifications. For the SAA-C03 exam, remember SQS provides persistence and polling, while SNS delivers real-time messages to multiple subscribers instantly.

🧠

Test Your Knowledge

Think you understand AWS Identity and Access Management (IAM)? Put it to the test with our practice exam.

Try 10 Free Questions

⭐ 1,000 expert-curated questions available with Premium

Upgrade Premium