> For the complete documentation index, see [llms.txt](https://imbrace.gitbook.io/imbrace-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://imbrace.gitbook.io/imbrace-documentation/integrations/aws.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://imbrace.gitbook.io/imbrace-documentation/integrations/aws.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
