Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

sagemaker_create_presigned_notebook_instance_url

Returns a URL that you can use to connect to the Jupyter server from a notebook instance


Description

Returns a URL that you can use to connect to the Jupyter server from a notebook instance. In the Amazon SageMaker console, when you choose Open next to a notebook instance, Amazon SageMaker opens a new tab showing the Jupyter server home page from the notebook instance. The console uses this API to get the URL and show the page.

The IAM role or user used to call this API defines the permissions to access the notebook instance. Once the presigned URL is created, no additional permission is required to access this URL. IAM authorization policies for this API are also enforced for every HTTP request and WebSocket frame that attempts to connect to the notebook instance.

You can restrict access to this API and to the URL that it returns to a list of IP addresses that you specify. Use the NotIpAddress condition operator and the aws:SourceIP condition context key to specify the list of IP addresses that you want to have access to the notebook instance. For more information, see Limit Access to a Notebook Instance by IP Address.

The URL that you get from a call to create_presigned_notebook_instance_url is valid only for 5 minutes. If you try to use the URL after the 5-minute limit expires, you are directed to the AWS console sign-in page.

Usage

sagemaker_create_presigned_notebook_instance_url(NotebookInstanceName,
  SessionExpirationDurationInSeconds)

Arguments

NotebookInstanceName

[required] The name of the notebook instance.

SessionExpirationDurationInSeconds

The duration of the session, in seconds. The default is 12 hours.

Value

A list with the following syntax:

list(
  AuthorizedUrl = "string"
)

Request syntax

svc$create_presigned_notebook_instance_url(
  NotebookInstanceName = "string",
  SessionExpirationDurationInSeconds = 123
)

paws.machine.learning

Amazon Web Services Machine Learning Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.