Skip to content

Commit c4845cf

Browse files
Added port forwarding scenario to the overview section in README
1 parent b68f3ae commit c4845cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ SageMaker SSH Helper is a library that helps you to securely connect to Amazon S
88
realtime inference endpoints, and SageMaker Studio notebook containers for fast interactive experimentation,
99
remote debugging, and advanced troubleshooting.
1010

11-
The two most common scenarios for the library, also known as "SSH into SageMaker", are:
11+
The three most common scenarios for the library, also known as "SSH into SageMaker", are:
1212
1. A terminal session into a container running in SageMaker to diagnose a stuck training job, use CLI commands
1313
like nvidia-smi, or iteratively fix and re-execute your training script within seconds.
1414
2. Remote debugging of a code running in SageMaker from your local favorite IDE like
1515
PyCharm Professional Edition or Visual Studio Code.
16+
3. Port forwarding to access tools running inside SageMaker, e.g., Dask dashboard, Tensorboard or Spark Web UI.
1617

1718
Other scenarios include but not limited to connecting to a remote Jupyter Notebook in SageMaker Studio from your IDE, connect with your browser to a TensorBoard process running in the cloud, or start a VNC session to SageMaker Studio to run GUI apps.
1819

0 commit comments

Comments
 (0)