# Platform datasets on AWS

### Accessing Open Targets Platform data hosted on AWS

From 2026, Open Targets Platform datasets are also made available through Amazon's [Registry of Open Data](https://registry.opendata.aws/opentargets/) initiative.&#x20;

**Dataset location:**

`s3://open-targets-public-data-releases/platform/`

This [notebook](https://colab.research.google.com/github/opentargets/notebooks/blob/main/notebooks/reading_data_from_aws.ipynb#scrollTo=79ce23e9-8572-4d7c-b2dd-a7a022920ebb) provides guided examples demonstrating how to access these datasets from the dedicated AWS S3 bucket using [pandas](https://pandas.pydata.org/), [polars](https://pola.rs/) and [pyspark](https://spark.apache.org/docs/latest/api/python/index.html).


---

# 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://platform-docs.opentargets.org/data-access/platform-datasets-on-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.
