-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# About this Project | ||
This system involves creating a Docker image from a FastAPI application and deploying it on AWS cloud services. The infrastructure is built using Terraform, and continuous deployment is automated through GitHub actions. The Docker images are stored in an ECR public repository, and they are run on AWS ECS with EC2 instances. The EC2 instances are managed by an Application Load Balancer, which also handles auto-scaling. | ||
This project involves creating a Docker image from a FastAPI application and deploying it on AWS cloud services. The infrastructure is built using Terraform, and continuous deployment is automated through GitHub actions. The Docker images are stored in an ECR public repository, and they are run on AWS ECS with EC2 instances. The EC2 instances are managed by an Application Load Balancer, which also handles auto-scaling. |