Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2009 from bounlu/main
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
mat007 authored Aug 11, 2021
2 parents 8fefd8b + 1754282 commit 32ae40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ecs-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 32ae40f

Please sign in to comment.