Afternoon folks. Anyone successful at standing up growthbook on AWS ECS? I can’t get the growthbook service to stay healthy on ECS, it keeps killing and respawning the task. Using a Docker ECS context, I’ve deployed the docker-compose.yaml to ECS.
I can successfully hit the growthbook service from an EC2 instance in the same subnet & security group, so the service is up & running…
f
freezing-finland-88631
07/17/2022, 2:06 AM
@flaky-computer-61791 Are you familiar with the AWS CDK? We run Growthbook on ECS using this CDK TypeScript construct. You’ll probably need to modify a bit for your use case, but I hope it helps.