Running n8n service on ECS cluster

Hi guys,
I would like to run n8n as part of my backend services that it should interact with.
Is it possible and recommended to run n8n as an ECS service as part of my existing cluster so it will be able to call my internal route ?

Hey @eyalatz !

I don’t know for sure if this setup is a common pattern for integrating n8n, but I use it lol.

At moment i scale horizontal with ECS(networking and group security headaches until you get it)… but when I will think that things gets messy, I will think to a EKS (here is what n8n team recommends to do it).

Cheers!

Thanks @Parintele_Damaskin , I’ll give it a try :raising_hands: