Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 32ae40f

Browse files
authored
Merge pull request #2009 from bounlu/main
Fix typo
2 parents 8fefd8b + 1754282 commit 32ae40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ecs-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ An IAM Role is created and configured as `TaskRole` to grant service access to a
6767
purpose, user can set `x-aws-policies` or define a fine grained `x-aws-role` IAM role document.
6868

6969
Service's ports get mapped into security group's `IngressRule`s and load balancer `Listener`s.
70-
Compose application whith HTTP services only (using ports 80/443 or `x-aws-protocol` set to `http`) get an Application Load Balancer
70+
Compose application with HTTP services only (using ports 80/443 or `x-aws-protocol` set to `http`) get an Application Load Balancer
7171
created, otherwise a Network Load Balancer is used.
7272

7373
A `TargetGroup` is created per service to dispatch traffic by load balancer to the matching containers

0 commit comments

Comments
 (0)