AWS SSM RDP support for remote sessions #401
Unanswered
carlfugate
asked this question in
Ideas
Replies: 2 comments
-
Great Idea! I also move the conversation to the Slack community! I think we have a community member that started implementing a solution for that |
Beta Was this translation helpful? Give feedback.
0 replies
-
For a quick answer, a community member created a plugin for enhanced AWS SSM parameters: You can install it from https://www.leapp.cloud/plugins But I completely agree, it deserve a better integration |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be great if the connection options for AWS SSM enabled instances supported Remote Desktop Protocol (RDP). This is done by using local port forwarding via the SSM agent. It would require dynamic selection of an available 'localPortNumber' to map to the SSM session.
Command: aws ssm start-session --target --document-name AWS-StartPortForwardingSession --parameters "localPortNumber=55678,portNumber=3389"
Once this is complete similar to the launch of other terminal sessions could launch the RDP application of choice (using rdp:// or passing parameters to the app)
Example
RDP via Session Manager: https://awscloudsecvirtualevent.com/workshops/module1/rdp/
Beta Was this translation helpful? Give feedback.
All reactions