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

# AWS

The AWS Integration allows you to manage and automate seed managemet tasks within your AWS tenant seamlessly through our platform. It enables tasks such as planting, retiring and monitoring AWS seeds with minimal manual intervention.

As part of establishing the AWS integration, we configure necessary IAM roles, set up API access credentials, and define resource policies in the customer's AWS tenant to ensure secure and efficient operations.

You will need to know your AWS account number and the region that you wish to install our integration into. Whilst the integration resides in a specific region it enables integration for your chosen account across all regions (we just need a home to put the resources for the integration into).

## Installation

To configure this integration, take the following steps:

1. Give the integration a name and description, so you and others can easily understand why you created it
2. Provide the AWS account ID you wish to integrate to. You can only create one integration per AWS Account ID so we will validate that you do not already have an integration using this ID
3. Provide a region that you want to install the integration into. We create several new AWS resources used to provide our integration capabilities, nad these need to reside "somewhere". The integration is not confined to this region though; it will be effective across all regions within the account you have supplied
4. Accept the terms and conditions and click SUBMIT
5. We will then create the integration within our platform, and provide you with a CloudFormation link to use in creating the AWS resources within your AWS tenant. Click this and it will open a new tab with your AWS console
6. At this stage, make sure your AWS console is logged into the correct account. If you are not, you risk creating resources in the wrong place.
7. Launch the cloudformation stack and wait for it to complete
8. Wait for us to confirm the healthy install of your integration (this should only take a few seconds), then you're free to close the window. We will continue to monitor the health of the integration in the background

#### &#x20; <a href="#web-hook-integration" id="web-hook-integration"></a>


---

# 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://docs.seedata.io/features/integrations/aws-deployment.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.
