# AWS

## **Account integration using Access Token** <a href="#yivsfkvjy8ez" id="yivsfkvjy8ez"></a>

To begin, you will need:

* An [AWS](https://aws.amazon.com/) account

**STEP 1:** Open your [AWS Management Console](https://console.aws.amazon.com/).

**STEP 2:** Click on your name on the top right and select **\[Security Credentials]** from the dropdown.

<figure><img src="/files/2SA9cTHmfC3HWzCLdwEg" alt=""><figcaption></figcaption></figure>

**STEP 3:** Click on the **\[Create New Access Key]** button, under the **Access keys (access key ID and secret access key)** section.

<figure><img src="/files/b8LIUHTK2q4bFqzrbk4y" alt=""><figcaption></figcaption></figure>

**STEP 4:** Click on the **\[Show Access Key]** button.

**STEP 5:** Copy the displayed Access Key ID.

<figure><img src="/files/xUYCMKu0sK3HiETXbjvh" alt=""><figcaption></figcaption></figure>

**STEP 6:** In iMBrace, enter the name for your credentials in the **Credentials Name** field in the AWS credentials.

**STEP 7:** Paste the Access Key ID in the **Access Key ID** field in the AWS credentials.

<figure><img src="/files/oF6qrKIyGhPFrs04m9PA" alt=""><figcaption></figcaption></figure>

**STEP 8:** From AWS console, copy the secret access key.

**STEP 9:** In iMBrace, paste the secret access key in the **Secret Access Key** field in the AWS credentials.

**STEP 10:** Click the **\[Create]** button to save your credentials.

**DONE:** The credential can then be used for AWS nodes.


---

# 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://imbrace.gitbook.io/imbrace-documentation/integrations/aws.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.
