tedsmitt / ecsgo

Provides an interactive prompt to connect to ECS Containers using the ECS ExecuteCommand API.
Apache License 2.0
81 stars 13 forks source link

Containers logging us into the incorrect container no matter which container is selected #20

Closed marianafalcho closed 2 years ago

marianafalcho commented 2 years ago

Hello there!

We are having a weird issue using ecsgo. Every time we run the tool and we select a particular container, it logs us into a different one, never to the main container. (In the example below it logs me into the logger container) Per the instructions in your README, I checked the the ssm plugin and the permissions setup for each task. Everything looks good.

I even a run a tool to validate if the ecs exec command and I got the results below.

Screen Shot 2022-10-12 at 4 58 36 PM
tedsmitt commented 2 years ago

Thank you so much for raising this issue! I'll look into this asap 🙂

marianafalcho commented 2 years ago

Hi @tedsmitt, Please review #22 for possible solution to this ticket.

Thank you !

tedsmitt commented 2 years ago

Thanks @marianafalcho for raising this issue and thank you @yerfinojul for providing a fix!

The fix has been added in release 0.4.3 🥳