About 50 results
Open links in new tab
  1. python 3.x - get_execution_role () sagemaker: UnknownServiceError ...

    Jan 6, 2023 · Upgrade your boto3 installation in your notebook by running this - %pip install --upgrade boto3. Once that's upgraded, restart your kernel and run the cells above, it should work as expected. …

  2. How to mount an EFS volume on AWS Sagemaker Studio

    Aug 7, 2020 · Workaround: Instead of mounting your old EFS, you can mount the SageMaker studio EFS onto an EC2 instance, and copy over the data manually. You would need the correct EFS …

  3. Is it possible to use docker commands in Sagemaker Studio

    May 14, 2023 · It is not possible to install docker in the SageMaker Studio. Is there a way to install and use it? $ sudo yum install docker Loaded plugins: ovl, priorities No package docker available.

  4. Automatically "stop" Sagemaker notebook instance after inactivity?

    Dec 4, 2018 · I have a Sagemaker Jupyter notebook instance that I keep leaving online overnight by mistake, unnecessarily costing money... Is there any way to automatically stop the Sagemaker …

  5. Where are files located in Sagemaker Studio? - Stack Overflow

    Jun 5, 2023 · SageMaker Studio is, in essence, just a theme for Jupyter with a few added features. In the below diagram, you can see that your Studio interface and files are hosted by the " JupyterServer …

  6. How to use SageMaker Estimator for model training and saving

    Sep 2, 2021 · How Amazon SageMaker Provides Training Information This section explains how SageMaker makes training information, such as training data, hyperparameters, and other …

  7. Import custom modules in Amazon Sagemaker Jupyter notebook

    May 22, 2019 · I want to import a custom module in my jupyter notebook in Sagemaker. Trying the import from Untitled1.ipynb I have tried two different structures. The first one is: Inside "package …

  8. How to add additional files in Sagemaker Pipeline Processing Step

    Nov 23, 2022 · The answer is similar to that of the question "How to install additional packages in sagemaker pipeline". Within the specified folder, there must be the script (in your case …

  9. Loading custom conda envs not working in SageMaker

    Aug 23, 2021 · I have installed miniconda on my AWS SageMaker persistent EBS instance. Here is my starting script: #!/bin/bash set -e # OVERVIEW # This script installs a custom, persistent installation …

  10. SageMaker Studio: which AWS user profile am I using?

    Oct 31, 2022 · After I login into a SageMaker Studio with a specific user profile, how can I find out which user profile I am logged in with? I know I can easily figure out which execution role I am using, but I …