Afternoon folks. Anyone successful at standing up ...
# ask-questions
f
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
@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.
a
I got it running on beanstalk last week. It was quite easy.
🙏 1
f
@freezing-finland-88631 Thanks, appreciate it! Am familiar w/ CDK, I’ll have a look.
@freezing-finland-88631 do you happen to have the CFT that was generated by this CDK code? Np if you don’t, I can try to generate it.