Unable to export forwarded port - setup by aws ssm #1951
Unanswered
patanjalis
asked this question in
Support
Replies: 1 comment
-
Hi! Thanks for reaching out. I guess there is a typo with 50001 and then 5001 and it is 5001 everywhere. Ports on Build privately shared between your Build instance and your device over a Wireguard interface. They are actually quite straightforward, and it should be easy to troubleshoot:
|
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
-
In blink.sh - “build mosh” to connect to remote machine
On the remote, setup a tunnel via ‘aws ssm start-session —target <> …”
The aws session setups a tunnel to build host port 5000. AWS session is setup using the session-manager-plugin.
In blink.sh - “build ports add htools 5000 50001”
When I open http://localhost:5001 on my iPad browser - it is unable to connect.
Beta Was this translation helpful? Give feedback.
All reactions