# AWS workflow

> AWS workflow - Work with AWS and DataRobot's Python client to import data, build and evaluate
> models, and deploy a model into production to make new predictions.

This Markdown file sits beside the HTML page at the same path (with a `.md` suffix). It summarizes the topic and lists links for tools and LLM context.

Companion generated at `2026-05-06T18:17:09.573278+00:00` (UTC).

## Primary page

- [AWS workflow](https://docs.datarobot.com/en/docs/api/dev-learning/accelerators/ai-integrations-platforms/ml-aws.html): Full documentation for this topic (HTML).

## Related documentation

- [Developer documentation](https://docs.datarobot.com/en/docs/api/index.html): Linked from this page.
- [Developer learning](https://docs.datarobot.com/en/docs/api/dev-learning/index.html): Linked from this page.
- [AI accelerators](https://docs.datarobot.com/en/docs/api/dev-learning/accelerators/index.html): Linked from this page.
- [AI integrations and platforms](https://docs.datarobot.com/en/docs/api/dev-learning/accelerators/ai-integrations-platforms/index.html): Linked from this page.

## Documentation content

Being one of the largest cloud providers in the world, AWS has multiple ways of storing data within its cloud.

You can use either of two AI accelerators that allow you to source data from S3 or Athena, build and evaluate a model using DataRobot, and send predictions from that model back to S3.

[Access the AI accelerator for S3 on GitHub](https://github.com/datarobot-community/ai-accelerators/blob/main/ecosystem_integration_templates/AWS_S3_template/Amazon_S3_End_to_End.ipynb)

[Access the AI accelerator for AWS Athena on GitHub](https://github.com/datarobot-community/ai-accelerators/blob/main/ecosystem_integration_templates/AWS_Athena_template/AWS_Athena_End_to_End.ipynb)

Each AI accelerator will perform the following steps to help you integrate DataRobot with your data in AWS:

- Import data for training:
- Using the DataRobot Python API, you will have DataRobot build up to 50 different machine learning models while also evaluating how those models perform on this dataset.
