Skip to main content
The Agent Infra AWS template provides a simple AWS infrastructure for running AgentOS. It contains:
  • An AgentOS instance, serving Agents, Teams, Workflows and utilities using FastAPI.
  • A PostgreSQL database for storing sessions, memories and knowledge.
You can run your Agent Infra AWS locally as well as on AWS. This guide goes over the local setup first.

Setup

1

Create and activate a virtual environment

2

Install Agno

3

Install uv and docker

  • Install uv for managing your python environment.
4

Export your OpenAI key

Agno is compatible with any model provider; simply update the agents in your project.

Create your Agent Infra Docker codebase

Create your codebase using the agent-infra-aws template, give it any name you like.
This will create a folder agent-infra-aws with the following structure:

Next

Congratulations on running your Agent Infra AWS. Next Steps: