sagemaker-ssh-helper icon indicating copy to clipboard operation
sagemaker-ssh-helper copied to clipboard

A helper library to connect into Amazon SageMaker with AWS Systems Manager and SSH (Secure Shell)

Results 14 sagemaker-ssh-helper issues
Sort by recently updated
recently updated
newest added

Trying to connect using vscode has failed since about a week ago, I'm managing to connect with SSH fine, but vscode itself fails. Looks like a permissions error? Getting a...

Thank you for the great library! It works fine when I SSH in directly, no issues there. However, if I connect with VSCode, it'll work fine for the most part...

Is there an ETA or roadmap ballpark to support: ``` def get_endpoint_instance_ids(self, endpoint_name, timeout_in_sec=0): raise AssertionError("Not supported yet.") ```

question

Currently shared spaces are not supported: https://docs.aws.amazon.com/sagemaker/latest/dg/domain-space.html

enhancement
help wanted

SageMaker SSH Helper works only in SageMaker Studio Classic: > As of November 30, 2023, the previous Amazon SageMaker Studio experience is now named Amazon SageMaker Studio Classic. It needs...

enhancement
help wanted

CodeEditor 1. Added Dockerfile to build custom image 2. Updated script to ssh into sagemaker space apps *Issue #, if available:* https://github.com/aws-samples/sagemaker-ssh-helper/issues/51 *Description of changes:* Adds ssh support to space...

It's pretty hard to get this up and running in an account that has restricted internet access. I had fork and refactor almost all of the bash scripts. This was...

Lately I work mainly in SageMaker Studio, and I'd really like to be able to debug / interact with a running job using the same UI. ## Solution idea Create...

enhancement

Hi, I am using https://github.com/aws-samples/sagemaker-ssh-helper to connect to a Processing Sagemaker job to help with debugging. I got it working with some some hacks to use my AWS role profile...

Hello, firstly, thank you for the wonderful library! We encountered a problem when initializing ssm in the case when the ExecutionRole is not available for the user-profile, but only for...