Umm, I would throw in Nginx there to do the load balancing, caching, compressing, etc. But yeah that's just my opinion :)
If you are generally interested in why we want to use Nginx with node server, this might help: expressjs.com/en/advanced/best-pra...
I manage to launch containerize NextJs App without Nginx
Example with Pulumi
github.com/pulumi/examples/issues/...
It's interesting now - Is it the right way (don't use Nginx)?
Umm, I would throw in Nginx there to do the load balancing, caching, compressing, etc. But yeah that's just my opinion :)
If you are generally interested in why we want to use Nginx with node server, this might help: expressjs.com/en/advanced/best-pra...
Btw you can add more than one container in ECS. That's how usually the node js apps are deployed (the other being a sidecar container).
Thank you soo much!
Can you guide me How to deploy Preact app into ecs?
dev.to/mubbashir10/deploy-your-rea...