sagemaker-ssh-helper
sagemaker-ssh-helper copied to clipboard
A helper library to connect into Amazon SageMaker with AWS Systems Manager and SSH (Secure Shell)
Hello, I am trying to use the project for [Forwarding TCP ports over SSH tunnel](https://github.com/aws-samples/sagemaker-ssh-helper#port-forwarding). I am trying to deploy the section [IAM SSM Setup](https://github.com/aws-samples/sagemaker-ssh-helper/blob/main/IAM_SSM_Setup.md) While running the command: ```bash...
Hello, I've been trying to use this to SSH into SageMaker studio apps, but the setup fails. Main issues are hitting various permission errors that sagemaker-user doesn't hold. I managed...
*Issue #, if available:* 64 *Description of changes:* Note --- Currently, the automated cdk cloud 9 setup breaks. Reason being the python 3.7 runtime is no longer supported. In addition,...
## Description SageMaker Unified Studio is GA release, And I encountered issues with `sm-ssh-ide configure --ssh-only` command. 1. Permission and Shell Initialization Issues: ```bash sm-ssh-ide: Configuring services... /usr/local/bin/_activate_current_env.sh: line 8:...
Is there a way to forward ports in CodeEditor? There is a ports tab, but when I try to forward a port, nothing happens. I attempted to use a helper...
``` ssh_wrapper = SSHEstimatorWrapper.create(estimator, connection_wait_time_seconds=0) ``` Seems passing this does not take effect, I need to manually stop sm-wait even though the wait time is 0. I was able to...