# AWS IAM

**Type:** Official

**Source Type:** Repository

**Source:** [GitHub](https://github.com/awslabs/mcp)

**Description:** AWS IAM MCP server enables AI assistants to manage AWS Identity and Access Management resources, including users, roles, policies, and permissions. It provides capabilities for identity governance, access control management, and security compliance workflows within AWS environments.

**Configuration Parameters:**

* **AwsAccessKey ID** \* - AWS access key ID for authentication
* **AwsRegion** \* - AWS region for API requests
* **AwsSecretAccessKey** \* - AWS access key ID for authentication
* **AwsSessionToken** \* - Authentication token for API access
* **FastmcpLogLevel** - Logging level for the server (optional). Default: `INFO`

**Setup Steps:**

1. Log in to AWS Console and navigate to IAM
2. Create a new IAM user or select an existing user
3. Generate access credentials (Access Key ID and Secret Access Key)
4. Optionally create a session token for temporary access
5. Assign appropriate IAM policies for the services you want to access
6. Copy the credentials for configuration

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.natoma.ai/apps/aws-iam.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
