aws-ssm-session icon indicating copy to clipboard operation
aws-ssm-session copied to clipboard

Node/ECS - Can initially connect but then no responses to commands

Open keironlowe-edriving opened this issue 2 years ago • 2 comments

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.

image image

keironlowe-edriving avatar Oct 25 '23 15:10 keironlowe-edriving

@keironlowe-edriving I'm havign the same exact issue, were you able to resolve it?

cefeboru avatar May 21 '24 17:05 cefeboru

@keironlowe-edriving I'm havign the same exact issue, were you able to resolve it?

No I couldn't get it working so gave up on this approach.

keironlowe-edriving avatar May 22 '24 08:05 keironlowe-edriving