An open API service indexing awesome lists of open source software.

https://github.com/andreyrcdias/tfecspy

PoC experimenting deploy a FastAPI application with Docker and ECS with Terraform
https://github.com/andreyrcdias/tfecspy

aws docker ecr ecs fastapi python terraform

Last synced: 3 months ago
JSON representation

PoC experimenting deploy a FastAPI application with Docker and ECS with Terraform

Awesome Lists containing this project

README

          

# tfecspy

PoC demonstrating the deployment of an **ECS** service using **T**erra**f**orm, with a **Py**thon FastAPI application packaged in Docker.

```bash
make help
```

> [!NOTE]
> This project uses a public subnet with auto-assigned public IPs for ECS tasks to enable direct internet access for the FastAPI application.