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', },