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

Feature Request: Support for Amazon ECS Exec to access containers on AWS Fargate and Amazon EC2 #57

Closed
luiszimmermann opened this issue Oct 19, 2022 · 2 comments

Comments

@luiszimmermann
Copy link

AWS has announced a new functionality to access your containers on AWS Fargate and Amazon EC2. ECS Exec leverages AWS Systems Manager (SSM), and specifically SSM Session Manager, to create a secure channel between the device you use to initiate the “exec“ command and the target container.

Announce: https://aws.amazon.com/pt/blogs/containers/new-using-amazon-ecs-exec-access-your-containers-fargate-ec2/
Documentation: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-exec.html

Thanks in advance and thanks for this great tool

@tedsmitt
Copy link
Contributor

Hey @luiszimmermann - this was raised a while ago in #37. I still believe that there is a good separation of concerns here, simply because of the different layers of abstraction in ECS (Clusters, Services, Tasks, Containers) vs. EC2. You can check out https://github.com/tedsmitt/ecsgo and see if that meets your needs? Happy to discuss further though!

@luiszimmermann
Copy link
Author

Hey @tedsmitt I understand that now, thanks, will try to use the ecsgo.

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