I've managed to get a basic Node Red service (v2.2) running on an AWS EC2. It works -- as in I can create, deploy and use flows. However, there's a constant warning at the top: "Lost connection to the server. reconnecting in..." and the console shows that the connection to wss://.../comms failed.
I know I'm missing something basic here -- I'm using an express server, basically following the directions in Running on Amazon Web Services : Node-RED, with updated versions. Do I need to do something in the app.use() or something to open the websocket channel?