Hi everyone,
I’m trying to simplify how we start our OpenCTI stack on AWS ECS.
Right now, we have several clusters (for storage, app, connectors, etc.), and each time we want to run OpenCTI we need to manually start multiple ECS services one by one in the AWS console. This is very time-consuming.
What I’d like to achieve is:
A single button in n8n that triggers all the required ECS services (in the right order: storage → platform → connectors).
Is there anyone here that have some sort of experience in this?