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

# AWS Multi-Service - How do I link my account?

# Overview

To authenticate with AWS Multi-Service, you will need:

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

This guide will walk you through finding these credentials within AWS.

<Note>
  **Developer settings** — the AWS **Service** (e.g. `s3`, `athena`, `inspector2`) and **Region** (e.g. `us-east-1`) are configured by the developer when setting up the integration in Nango, not by the end user. Each integration targets a single service and region. End users only need to provide their Access Key ID and Secret Access Key.
</Note>

### Prerequisites:

* You must have a registered account with AWS.
* The IAM user must have permissions for the AWS service targeted by this integration.

### Instructions:

#### Step 1: Finding your access 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-get-deployments-docs/VQPEYczYkyQcDMBH/api-integrations/aws-iam/aws-profile.png?fit=max&auto=format&n=VQPEYczYkyQcDMBH&q=85&s=2234fca5bf1518b7bb8e566f4dc0b8d0" 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-get-deployments-docs/VQPEYczYkyQcDMBH/api-integrations/aws-iam/aws_access_key.png?fit=max&auto=format&n=VQPEYczYkyQcDMBH&q=85&s=77a52ebe16e0259061c170cdaa31ed67" 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-get-deployments-docs/VQPEYczYkyQcDMBH/api-integrations/aws-iam/keys.png?fit=max&auto=format&n=VQPEYczYkyQcDMBH&q=85&s=43fabe30b1e4e68097eddc094066e81c" width="3024" height="1590" data-path="api-integrations/aws-iam/keys.png" />

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

Once you have your keys:

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

<img src="https://mintcdn.com/nango-marcin-get-deployments-docs/VQPEYczYkyQcDMBH/api-integrations/aws-multi-service/form.png?fit=max&auto=format&n=VQPEYczYkyQcDMBH&q=85&s=a84a4805be5bd15729aaeb8b48cb5e3b" style={{maxWidth: "450px" }} width="499" height="699" data-path="api-integrations/aws-multi-service/form.png" />

You are now connected to AWS Multi-Service.
