From dacc066863f246b4f8a81ec0cc861b22286e3e3a Mon Sep 17 00:00:00 2001 From: Mathijs Miermans Date: Wed, 29 Sep 2021 16:49:21 -0700 Subject: [PATCH] Add comment about changing ports --- .aws/src/main.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.aws/src/main.ts b/.aws/src/main.ts index c07af641..6190bcbc 100644 --- a/.aws/src/main.ts +++ b/.aws/src/main.ts @@ -239,6 +239,8 @@ class Acme extends TerraformStack { }, exposedContainer: { name: 'app', + // If this port is changed after the first deployment, the deployment might fail. + // There seems to be a dependency conflict between ALB and the ECS TaskDefinition. port: 4001, healthCheckPath: '/.well-known/apollo/server-health', },