Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/irezd/python-fastapi-docker-image-v2

Demonstrates creating a Docker image for a FastAPI and deploying it on ECS. The infrastructure is built on AWS using Terraform, and continuous deployment is implemented through GitHub Actions. The built Docker images are stored on ECR public repository.
https://github.com/irezd/python-fastapi-docker-image-v2

autoscaling-group docker-container dockerfile ec2 ecr ecs load-balancer route53 terraform

Last synced: 25 days ago
JSON representation

Demonstrates creating a Docker image for a FastAPI and deploying it on ECS. The infrastructure is built on AWS using Terraform, and continuous deployment is implemented through GitHub Actions. The built Docker images are stored on ECR public repository.

Awesome Lists containing this project

README

        

# About this Project
This project involves creating a Docker image for a FastAPI and deploying it on ECS. The infrastructure is built on AWS using Terraform, and continuous deployment is implemented through GitHub Actions. The built Docker images are stored on ECR public repository. And the docker containers are running on ECS using EC2 lanuch type which are managed by Elastic Load Balancer on AWS.