Last active
October 9, 2019 15:53
-
-
Save raphaelschnaitl/839b022f0292459b0b579b530cd7e9e6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aws ssm start-session --target INSTANCE_ID | |
--document-name AWS-StartPortForwardingSession | |
--parameters '{"portNumber":["'3389'"], "localPortNumber":["'50001'"]}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment