Project
FastAPI on EKS with Terraform
Infrastructure and deployment notes for FastAPI microservices on AWS EKS.
- Context
- Public AWS deployment project documented on Medium.
- Problem
- Containerized APIs need repeatable deployment patterns across cloud providers.
- Solution
- Deployed FastAPI microservices on AWS Elastic Kubernetes Service using Terraform and Kubernetes primitives.
- Impact
- Complements the AKS project with a comparable AWS deployment pattern.
Stack
AWSEKSTerraformFastAPIKubernetes
Links
This project is included because the article links to a public repository with the deployment assets.