From 39b70e56ee3c057ae674c3fa76aec1f8596b9bdf Mon Sep 17 00:00:00 2001 From: Roman Ruiz-Esparza Date: Tue, 20 Apr 2021 14:06:31 -0400 Subject: [PATCH] fix typo in ecs-architecture.md Signed-off-by: Roman Ruiz-Esparza --- 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 e2ce1002c..f4624262e 100644 --- a/docs/ecs-architecture.md +++ b/docs/ecs-architecture.md @@ -59,7 +59,7 @@ This diagram shows compose model and on same line AWS components that get create +------------+ +---------------+ ``` -Each compose application service is mapped to an ECS `Service`. A `TaksDefinition` is created according to compose definition. +Each compose application service is mapped to an ECS `Service`. A `TaskDefinition` is created according to compose definition. Actual mapping is constrained by both Cloud platform and Fargate limitations. Such a `TaskDefinition` is set with a single container, according to the compose model which doesn't offer a syntax to support sidecar containers.