AWS User Access

AWS Tutorial: Identity and Access Management (IAM)

Welcome to the AWS IAM lesson. IAM is the bouncer of the AWS cloud. It strictly controls who can log in, and exactly what they are allowed to do once they are inside.

AWS IAM Architecture

Why Learn AWS IAM?

IAM is arguably the most critical service in AWS. If you give a developer full administrative access and their laptop gets stolen, the hacker can delete your entire company's infrastructure. Enforcing the "Principle of Least Privilege" using IAM is mandatory.

Tutorial Overview

In this tutorial, you will learn the core concepts of IAM:


Core IAM Concepts


Exercise

?

What IAM entity should you use to grant an EC2 instance temporary permissions to access an Amazon S3 bucket securely?