aws-ssm-session
aws-ssm-session copied to clipboard
Node/ECS - Can initially connect but then no responses to commands
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.
@keironlowe-edriving I'm havign the same exact issue, were you able to resolve it?
@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.