This repository contains the Infrastructure as Code (IaC) used to provision the required infrastructure for our MLOps recipes on AWS.
This project provides infrastructure configurations for deploying self-hosted MLOps agents and related services. Each recipe includes complete infrastructure definitions using Pulumi, allowing you to quickly spin up the necessary AWS resources.
- self_hosted_agent - Complete infrastructure for deploying a self-hosted PR review agent with EKS, RDS, S3, and ECR
- rag_stack - Infrastructure for the RAG stack recipe (EKS, RDS, S3, ECR, IAM roles)
Navigate to the specific recipe directory you want to deploy and follow its README for detailed setup instructions.