> ## Documentation Index
> Fetch the complete documentation index at: https://nango-marcin-nan-6306-mcp-tool-connections-get.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# AWS IAM - How do I link my account?

# Overview

To authenticate with AWS IAM, you will need:

1. **Access Key ID** - This is a unique identifier that specifies the IAM user or role making the request.
2. **Secret Access Key** - This is a confidential key that acts as a password used to sign API requests made to AWS IAM services.

This guide will walk you through finding the API Key within AWS IAM.

### Prerequisites:

* You must have a registered account with AWS.

### Instructions:

#### Step 1: Finding Your pair keys

1. **Log in** to your AWS IAM console.
2. In the navigation bar on the upper right, select your user name, and then select **Security credentials**.

<img src="https://mintcdn.com/nango-marcin-nan-6306-mcp-tool-connections-get/tWr4dyPvQdzt43h6/api-integrations/aws-iam/aws-profile.png?fit=max&auto=format&n=tWr4dyPvQdzt43h6&q=85&s=d7e2b77b7c8fffbe6bf2c5e058ae20e8" width="3024" height="1590" data-path="api-integrations/aws-iam/aws-profile.png" />

3. In the **Access keys** section, click **Create access key**. If you already have two access keys, this button is deactivated and you must delete an access key before you can create a new one.

<img src="https://mintcdn.com/nango-marcin-nan-6306-mcp-tool-connections-get/tWr4dyPvQdzt43h6/api-integrations/aws-iam/aws_access_key.png?fit=max&auto=format&n=tWr4dyPvQdzt43h6&q=85&s=9d890df7b1a13f920d44e63205f1767f" width="3024" height="1590" data-path="api-integrations/aws-iam/aws_access_key.png" />

4. On the **Access key best practices & alternatives** page, choose your use case to learn about additional options which can help you avoid creating a long-term access key. If you determine that your use case still requires an access key, click **Other** and then click **Next**.
5. Once you are done, a pair of both **Access** and **Secret Access** keys will be generated.

<img src="https://mintcdn.com/nango-marcin-nan-6306-mcp-tool-connections-get/tWr4dyPvQdzt43h6/api-integrations/aws-iam/keys.png?fit=max&auto=format&n=tWr4dyPvQdzt43h6&q=85&s=0657c93d7694ffbf8239cc5585e65276" width="3024" height="1590" data-path="api-integrations/aws-iam/keys.png" />

#### Step 2: Finding Your region host

1. You can obtain this directly from the web address bar.

<img src="https://mintcdn.com/nango-marcin-nan-6306-mcp-tool-connections-get/tWr4dyPvQdzt43h6/api-integrations/aws-iam/region.png?fit=max&auto=format&n=tWr4dyPvQdzt43h6&q=85&s=de85d73c953b549001f9249d1ab5de4d" width="1098" height="76" data-path="api-integrations/aws-iam/region.png" />

#### Step 3: Enter credentials in the Connect UI

Once you have these keys and the region:

1. Open the form where you need to authenticate with AWS IAM.
2. Enter the **Access Key ID**, **Secret Access Key**, and **Region** in their respective fields.
3. Submit the form, and you should be successfully authenticated.

<img src="https://mintcdn.com/nango-marcin-nan-6306-mcp-tool-connections-get/tWr4dyPvQdzt43h6/api-integrations/aws-iam/form.png?fit=max&auto=format&n=tWr4dyPvQdzt43h6&q=85&s=32d125dad0f1d3fe9335467ff63e09d1" style={{maxWidth: "450px" }} width="996" height="1384" data-path="api-integrations/aws-iam/form.png" />

You are now connected to AWS IAM.
