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
- Host: GitHub
- URL: https://github.com/andreyrcdias/tfecspy
- Owner: andreyrcdias
- Created: 2024-10-30T11:21:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-28T00:48:24.000Z (over 1 year ago)
- Last Synced: 2025-04-05T16:12:49.589Z (about 1 year ago)
- Topics: aws, docker, ecr, ecs, fastapi, python, terraform
- Language: HCL
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.