From 593882dab25b33e4323def13a6cedfd6aa0df37e Mon Sep 17 00:00:00 2001 From: ebosas Date: Wed, 3 Nov 2021 13:52:27 +0200 Subject: [PATCH] Update deployment description --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 301b794..aafdb77 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Microservices -A basic example of microservice architecture which demonstrates communication between a few loosely coupled services. +A basic example of microservice architecture which demonstrates communication between a few loosely coupled services and deployment to AWS. * Written in Go * Uses RabbitMQ to communicate between services @@ -12,7 +12,7 @@ A basic example of microservice architecture which demonstrates communication be * Deployed on AWS with CloudFormation templates * ECS using EC2 instances * AWS Fargate -* Uses CI/CD pipeline for continuous delivery +* Uses CI/CD pipeline ![](demo.gif) @@ -77,7 +77,7 @@ docker attach microservices_backend ## Deployment to Amazon ECS/AWS Fargate -`cd deployments` and create the CI/CD pipeline stack. Then visit the `ExternalUrl` in the load balancer's Outputs tab in CloudFormation. +`cd deployments` and create the CI/CD pipeline stack. Once finished, visit the `ExternalUrl` available in the load balancer's Outputs tab in CloudFormation. ```bash aws cloudformation create-stack \