Amazon SageMaker · Arazzo Workflow
Amazon SageMaker Provision Notebook Instance
Version 1.0.0
Create a SageMaker notebook instance and poll it until it is in service.
Provider
Workflows
provision-notebook-instance
Create a notebook instance and poll it to an in-service state.
Launches a managed Jupyter notebook instance and describes it in a loop until it leaves the Pending state, returning the connection URL and final status.
1
createNotebookInstance
CreateNotebookInstance
Launch a managed Jupyter notebook instance with the requested instance type, IAM role, and optional storage volume size.
2
pollNotebookInstance
DescribeNotebookInstance
Describe the notebook instance to read its status. Repeat while the status remains Pending and continue once it reaches a terminal state such as InService or Failed.