SageMaker Notebook Instance Lifecycle Configuration

An Amazon SageMaker Notebook Instance Lifecycle Configuration lets you define shell scripts that run when a notebook instance is created or started. These scripts can automate setup tasks such as installing packages, configuring environments, or connecting to data sources, ensuring that every notebook instance is consistently prepared for use.

aws.sagemaker_notebook_instance_lifecycle_config

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
creation_timecoretimestampA timestamp that tells when the lifecycle configuration was created.
last_modified_timecoretimestampA timestamp that tells when the lifecycle configuration was last modified.
notebook_instance_lifecycle_config_arncorestringThe Amazon Resource Name (ARN) of the lifecycle configuration.
notebook_instance_lifecycle_config_namecorestringThe name of the lifecycle configuration.
on_createcorejsonThe shell script that runs only once, when you create a notebook instance.
on_startcorejsonThe shell script that runs every time you start a notebook instance, including when you create the notebook instance.
tagscorehstore