Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IrezD authored Jan 14, 2024
1 parent 2b19dea commit 4c62c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# About this Project
It involves creating a docker image out of Python FastAPI Web framework application (main.py) and utilizing AWS cloud services to run and store images. The infrastructure was built through Terraform and Github action for automating continuous deployment, building and pushing the new docker image tags to ECR's public repository where all versions of the images are stored. The containers run on Elastic Container Service (ECS) using the EC2 launch type which is fronted by an Application load balancer with auto-scaling action for the EC2 container instances.
It involves creating a docker image out of Python FastAPI Web framework application (main.py) and utilizing AWS cloud services to run and store images. The infrastructure was built through Terraform and Github action for automating continuous deployment, building and pushing the new docker image tags to ECR's public repository where all versions of the images are stored. The docker images are running on Elastic Container Service (ECS) using the EC2 launch type which is fronted by an Application load balancer with auto-scaling action for the EC2 container instances.

0 comments on commit 4c62c0d

Please sign in to comment.