Current setup:
I have an ECS cluster with 4 EC2 instances, one of them running selenium-hub and i have 4 selenium/chrome-node containers running, using your python script to get the nodes and hub to be able to communicate.
Using selenium/3.141.59-vanadium for hub and nodes.
My grid configuration:

My EC2 instances have 16gb ram, I have given the nodes 2gb ram, and am mounting to dev/shm of the host. (confirmed the mount is actually working by creating test file in dev/shm of host and am able to see it in dev/shm of docker container).
The Issue:
When I start protractor and point it to my selenium hub, I am getting

All the suggestions when I google (unknown error: DevToolsActivePort file doesn't exist) say to try different combinations of --no-sandbox, --disable-dev-shm-usage and so on, tried them all, no luck.
Was wondering if this issue has been encountered by anyone and what possible solutions may be,
Thank you