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

Add Port-Forwarding Feature #26

Closed tedsmitt closed 1 year ago

tedsmitt commented 1 year ago

It appears that you can port forward to ECS tasks using the AWS-StartPortForwardingSession document via SSM. This purely uses the SSM Client package as far as I can tell, and then you can pass the relevant parameters to the session-manager-plugin.

Will look at getting this implemented asap as I think it'll be very useful.