-
Notifications
You must be signed in to change notification settings - Fork 313
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
Connect to AWS EC2 instance without SSH, only via AWS SSM #8186
Comments
Just to be clear: I think this is not labeled correctly. It should not work via SSH. |
This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 10 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
🙂 This feature request received a sufficient number of community upvotes and we moved it to our backlog. To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
This seems to be an aws-specific feature, right? I don't think it makes sense to provide built-in support for this. If it helps, an extension could probably build this on top of Remote-SSH, and you would still have to tunnel ssh over ssm, but you could probably get a more streamlined experience. |
To avoid aws-specific solution, some sort of extensibility is needed, perhaps one of the issues I linked above.
Isn't that prohibited by the license?
|
I don't think this is what is meant by "build my own product or service". But I'm not a lawyer and I'll try to get a better answer for you. Will have to be after the holidays though. |
That's badly phrased on my end. I want to be able for extension authors to provide a custom connection method. Currently only SSH works. Situations:
Does that make more sense? |
I get it, I think we aren't interested in supporting a custom connection method, supporting ssh is complex enough as it is. We have the 3 extensions for WSL, Containers, and ssh, and ssh can do a lot. |
Sure, but what about providing before/after hooks for the ssh case? |
There are main differences between SSH and AWS SSM which makes the latter the preferred choice for AWS customers. |
I did look for "ssm" or "aws" issues, none seem to apply.
There is a discussion in aws/aws-toolkit-vscode#941. A lot of people, including myself, would like to be able to use AWS SSM directly instead of tunneling SSH thru SSM.
Is it possible to provide a hook so the community can create this or even add this directly?
Thank you so much!
The text was updated successfully, but these errors were encountered: