From 3fc7b36eb5312e206fa10b969e950f754a45c7d4 Mon Sep 17 00:00:00 2001 From: Dennis Owie Date: Sun, 12 May 2024 14:13:07 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a95591c..bcc471e 100644 --- a/README.md +++ b/README.md @@ -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.