6 comments

[ 7.6 ms ] story [ 30.3 ms ] thread
It seems like cloudformation can replace a lot of this error handling stuff https://github.com/zenclabs/deploy/blob/master/src/service/a...
I'm assuming this creates some sort of load balancing or ngnix routing to the cluster? (Some additional info on the page would be awesome!)

Thanks for sharing such a useful tool!

Currently, we set up a separate Application Load Balancer for each of your deployments.

It's technically possible to share a single ALB for several deployments, but it becomes harder to manage and sharing the same ALB between dev/prod/staging for example isn't necessarily a safe design (e.g. if you run some load testing on one deployment, it should not put other deployments at risk).

Will add more docs, thank you for the feedback!