> ## Documentation Index
> Fetch the complete documentation index at: https://docs.phidata.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Run on AWS

Let's run the **Agent API** in production on AWS.

<Snippet file="aws-setup.mdx" />

<Snippet file="update-agent-api-prd-secrets.mdx" />

<Snippet file="create-aws-resources.mdx" />

<Snippet file="agent-app-production-fastapi.mdx" />

<Snippet file="agent-app-update-production.mdx" />

<Snippet file="agent-app-delete-aws-resources.mdx" />

## Next

Congratulations on running your Agent API on AWS. Next Steps:

* Read how to [update workspace settings](/templates/how-to/workspace-settings)
* Read how to [create a git repository for your workspace](/templates/how-to/git-repo)
* Read how to [manage the production application](/templates/how-to/production-app)
* Read how to [format and validate your code](/templates/how-to/format-and-validate)
* Read how to [add python libraries](/templates/how-to/install)
* Read how to [add a custom domain and HTTPS](/templates/how-to/domain-https)
* Read how to [implement CI/CD](/templates/how-to/ci-cd)
* Chat with us on [discord](https://discord.gg/4MtYHHrgA8)
