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

Fix typo #2009

Merged
merged 1 commit into from
Aug 11, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix typo
Signed-off-by: Omer An <[email protected]>
  • Loading branch information
bounlu authored and Omer An committed Aug 11, 2021
commit 1754282871274807301a29c25708cbb2262dd87a
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