Hi, I'm trying to get this working on Node with ECS tasks, and while I can connect to the container, I don't get any response back when I try to execute any commands.
I was trying with the examples, I updated line 3 in app.js from const session = require("../../scripts/aws-get-session"); to const session = require("../../scripts/aws-get-session-ecs");,
It works with EC2 instances.

Hi, I'm trying to get this working on Node with ECS tasks, and while I can connect to the container, I don't get any response back when I try to execute any commands.
I was trying with the examples, I updated line 3 in
app.jsfromconst session = require("../../scripts/aws-get-session");toconst session = require("../../scripts/aws-get-session-ecs");,It works with EC2 instances.