Amazon IAM · Capability

Amazon IAM - Access Management

Unified capability for cloud administrators to manage IAM users, roles, groups, and policies for AWS account access control and security governance.

Run with Naftiko AWSIAMSecurityAccess ControlIdentityPolicy Management

What You Can Do

GET
List users — List all IAM users
/v1/users
POST
Create user — Create a new IAM user
/v1/users
GET
List roles — List all IAM roles
/v1/roles
POST
Create role — Create a new IAM role
/v1/roles
GET
List policies — List all IAM policies
/v1/policies
POST
Create policy — Create a new IAM policy
/v1/policies

MCP Tools

list-users

List all IAM users in the account

read-only
create-user

Create a new IAM user with the specified username

delete-user

Delete an IAM user from the account

list-roles

List all IAM roles in the account

read-only
create-role

Create a new IAM role with a trust policy

list-policies

List IAM policies available for attachment

read-only
create-policy

Create a new IAM policy with specified permissions

attach-user-policy

Attach a managed policy to an IAM user

attach-role-policy

Attach a managed policy to an IAM role

list-access-keys

List access keys for an IAM user

read-only

APIs Used

iam