---
title: "AWS IAM — Identity and Access Management"
url: https://daily.dev/posts/aws-iam-identity-and-access-management-5gw9uc3tg
source_url: https://dev.to/aws-builders/aws-iam-identity-and-access-management-8ph
type: article
source: "AWS Builders"
published: 2024-05-03T17:08:34.479Z
updated: 2025-09-06T02:33:29.423Z
tags: ["aws", "cloud", "iam"]
reading_time: 6
upvotes: 0
comments: 0
language: pt
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# AWS IAM — Identity and Access Management

**[AWS Builders](https://daily.dev/sources/aws-builders)** · 6 min read · 0 upvotes · 0 comments

## Summary

AWS IAM is a global access management tool provided by AWS. It controls authentication and authorization, and consists of users, groups, permission policies, roles, MFA, SSO, etc. IAM policies are written in JSON and have elements such as version, sid, statement, action, effect, resource, and condition. The evaluation logic of IAM policies involves an implicit deny, explicit deny, and allow. Roles in IAM are entities with defined permissions that can be assumed by users or services. RBAC is a traditional role-based access control model, while ABAC is an attribute-based access control model that uses attributes of users, resources, and environments to determine access.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://dev.to/aws-builders/aws-iam-identity-and-access-management-8ph>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#aws](https://daily.dev/tags/aws), [#cloud](https://daily.dev/tags/cloud), [#iam](https://daily.dev/tags/iam)

[View this post on daily.dev](https://daily.dev/posts/aws-iam-identity-and-access-management-5gw9uc3tg)
