Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend support to ECS exec #37

Closed
dirk39 opened this issue Mar 31, 2021 · 1 comment
Closed

Extend support to ECS exec #37

dirk39 opened this issue Mar 31, 2021 · 1 comment

Comments

@dirk39
Copy link
Contributor

dirk39 commented Mar 31, 2021

Hi, recently AWS released the support to ECS exec, a way to open an interactive shell into a running container into ECS + EC2 and Fargate. What do you think to implement this functionality? I'm open to writing the necessary code.

Thanks

@tedsmitt
Copy link
Contributor

tedsmitt commented Apr 9, 2021

Hey @dirk39 - I can't speak for the creator but when ECS exec was announced I thought about adding this to gossm. Ultimately I decided against this. Gossm is great at interacting with EC2 instances in a variety of ways, and I think having it do a lot of EC2 stuff, with a tiny bit of ECS on the bolted-on didn't feel right.

With that said, I took the inspiration from gossm and made ecsgo. It does pretty much the same job as gossm except it allows for navigation between the different levels of abstraction in ECS. I'd welcome any issues/feedback on the project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants