From 43ecf005cb3cbc462f8043860da41f15aa1c4e27 Mon Sep 17 00:00:00 2001 From: Sylvain Bellemare Date: Mon, 1 Mar 2021 03:36:33 +0000 Subject: [PATCH] Fix typos in docs/ecs-compose-features.md --- docs/ecs-compose-features.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ecs-compose-features.md b/docs/ecs-compose-features.md index 9b232f461..5fb4b7e20 100644 --- a/docs/ecs-compose-features.md +++ b/docs/ecs-compose-features.md @@ -104,8 +104,8 @@ by passing configuration attributes prefixed with `awslogs-`. ## Exposing ports When one or more services expose ports, a Load Balancer is created for the application. -As all services are expose through the same Load Balancer, only one service can expose a given port number. -The source and target ports defined in the Compose file MUST be the same, as service-to-service communication don't go trought the Load Balancer and could not +As all services are exposed through the same Load Balancer, only one service can expose a given port number. +The source and target ports defined in the Compose file MUST be the same, as service-to-service communication don't go through the Load Balancer and could not benefit from Listeners abstraction to assign a distinct published port. If services in the Compose file only expose ports 80 or 443, an Application Load Balancer is created, otherwise ECS integration will provision a Network Load Balancer.