You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SageMaker Unified Studio is GA release, And I encountered issues with sm-ssh-ide configure --ssh-only command.
Permission and Shell Initialization Issues:
sm-ssh-ide: Configuring services...
/usr/local/bin/_activate_current_env.sh: line 8: :command not found
critical libmamba Shell not initialized
The command fails with permission errors when trying to access /home/sagemaker-user:
find: Failed to change directory: /home/sagemaker-user: Permission denied
find: Failed to restore initial working directory: /home/sagemaker-user: Permission denied
IAM Role Conflicts:
Following the IAM setup instructions from IAM_SSM_Setup.md creates problematic role configurations. The provided scripts cause role assumption failures and permission conflicts. This makes it impossible to properly assume roles in the Studio environment.
Environment
SageMaker Unified Studio (GA version)
Default Studio environment
Following official documentation and IAM setup guide
Expected Behavior
sm-ssh-ide configure should complete successfully
IAM roles should work correctly without assumption conflicts
Actual Behavior
Shell initialization fails
Permission denied errors for /home/sagemaker-user
IAM role assumption fails after applying the recommended IAM setup
Could you please provide guidance on:
Correct permission setup for Unified Studio
Updated IAM configuration that doesn't break role assumption
Proper shell initialization process for the new Studio environment
The text was updated successfully, but these errors were encountered:
Description
SageMaker Unified Studio is GA release, And I encountered issues with
sm-ssh-ide configure --ssh-only
command.The command fails with permission errors when trying to access
/home/sagemaker-user
:Following the IAM setup instructions from IAM_SSM_Setup.md creates problematic role configurations. The provided scripts cause role assumption failures and permission conflicts. This makes it impossible to properly assume roles in the Studio environment.
Environment
Expected Behavior
sm-ssh-ide configure
should complete successfullyActual Behavior
/home/sagemaker-user
Could you please provide guidance on:
The text was updated successfully, but these errors were encountered: