Skip to main content

IAM

The IAM (Identity and Access Management) page allows you to view and manage users, roles, and policies in your AWS account at a glance.

IAM

Key Features

Summary Statistics

At the top of the page, you can view the IAM resource status:

  • Users: Total number of IAM users
  • Roles: Total number of IAM roles
  • Custom Policies: Number of customer-managed policies
  • MFA Not Enabled: Number of users without MFA enabled
MFA Security Recommendation

A warning banner appears at the top if there are users without MFA enabled. We recommend enabling MFA for all IAM users.

MFA Status Chart

A pie chart visualizes the MFA enablement status:

  • Green: Users with MFA enabled
  • Red: Users without MFA enabled

IAM Users List

Displays all IAM users in a table format:

ColumnDescription
UsernameUser name
User IDUnique ID assigned by AWS
CreatedUser creation date
Password Last UsedLast password usage date (console login)

User Details

Click a user in the table to view detailed information in a slide panel:

  • Username, ID, ARN
  • Path
  • Creation date and last password usage date
  • Tag information

IAM Roles List

Displays all IAM roles in a table format:

ColumnDescription
Role NameRole name
Role IDUnique ID assigned by AWS
PathRole path
DescriptionRole description
CreatedRole creation date
Max SessionMaximum session duration

Role Details

Click a role in the table to view detailed information:

Basic Information

  • Role name, ID, ARN, path
  • Description and creation date
  • Maximum session duration
  • Permissions Boundary ARN

Last Used Information

  • Last used date and time
  • Last used region

Instance Profiles

  • List of attached instance profile ARNs

Trust Policy

  • Displays AssumeRolePolicyDocument in JSON format
  • Shows which entities (services, accounts, users) can assume this role
Trust Policy Analysis

The trust policy defines the principals that can assume the role. Check the Principal field for allowed services, account IDs, and user ARNs.

Data Refresh

Click the refresh button in the upper right corner to invalidate the cache and fetch the latest data.

Cache Policy

IAM data is cached for 5 minutes. Use the refresh button if you need immediate updates.