You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
AWS Identity and Access Management (IAM) is a service that helps you securely control access to AWS resources. IAM is global — it is not tied to a specific region — and it is available at no additional charge.
By default, when you create an AWS account, you have a single root user with unlimited access. This is dangerous for day-to-day operations. IAM lets you:
An IAM user represents a person or application that interacts with AWS. Each user has:
Best practice: Create individual IAM users instead of sharing credentials.
A group is a collection of IAM users. You attach policies to groups, and all users in the group inherit those permissions.
Example:
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.