Get the SageMaker Execution Role
Get the execution role for the notebook instance. This is the IAM role that you created for your notebook instance.
To find the ARN of the IAM execution role attached to a notebook instance:
Open the IAM console at https://console.aws.amazon.com/iam/
. -
On the left navigation pane, choose Notebook then Notebook instances.
-
From the list of notebooks, select the notebook that you want to view.
-
The ARN is in the Permissions and encryption section.
Alternatively, Amazon SageMaker Python SDK
from sagemaker import get_execution_role role = get_execution_role() print(role)
For more information about using get_execution_role
in the
Amazon SageMaker Python SDK
Next Step
Use an Amazon S3 bucket for input and output