From 1754282871274807301a29c25708cbb2262dd87a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20An?= Date: Wed, 11 Aug 2021 12:00:47 +0800 Subject: [PATCH] Fix typo Signed-off-by: Omer An --- docs/ecs-architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ecs-architecture.md b/docs/ecs-architecture.md index d7cf6d961..c8d85d36f 100644 --- a/docs/ecs-architecture.md +++ b/docs/ecs-architecture.md @@ -67,7 +67,7 @@ An IAM Role is created and configured as `TaskRole` to grant service access to a purpose, user can set `x-aws-policies` or define a fine grained `x-aws-role` IAM role document. Service's ports get mapped into security group's `IngressRule`s and load balancer `Listener`s. -Compose application whith HTTP services only (using ports 80/443 or `x-aws-protocol` set to `http`) get an Application Load Balancer +Compose application with HTTP services only (using ports 80/443 or `x-aws-protocol` set to `http`) get an Application Load Balancer created, otherwise a Network Load Balancer is used. A `TargetGroup` is created per service to dispatch traffic by load balancer to the matching containers