# Amplitude AWS integration

To integrate your analytics data stored on Amplitdue with Assetario, follow these steps.

1. Setup an AWS S3 bucket with two subfolders
   1. *raw\_data/*
   2. *cohorts/*
2. Follow the [official integration guide between Amplitude and AWS S3](https://www.docs.developers.amplitude.com/data/destinations/amazon-s3/). This data should be exported into the prefix *raw\_data/*.
   1. Please, backfill the historical data for a time range of at least six months of historical data.
   2. Make sure the automatic exports are enabled.
3. Please, consider sharing Amplitude cohorts as well as per [the guide here.](https://www.docs.developers.amplitude.com/data/destinations/amazon-s3-cohort/#amazon-s3-setup) This data should end up in the prefix *cohorts/*
4. Share the AWS S3 bucket with Assetario as per our [AWS S3 Bucket share guide](/docs/integration/data-input-integration-guides/aws-s3-bucket-access-share.md)


---

# 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://docs.assetario.com/docs/integration/data-input-integration-guides/amplitude-aws-integration.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.
