AWS sagemaker documentation change
Summary
Updated migration instructions from JupyterLab 3 to AL2023 (notebook-al2023-v1) and modified CLI example to use new platform identifier
Security assessment
The change updates migration instructions and CLI examples but contains no evidence of addressing a specific vulnerability. While it mentions lack of security updates for old versions, this is existing information.
Diff
diff --git a/sagemaker/latest/dg/nbi-jl-create.md b/sagemaker/latest/dg/nbi-jl-create.md index 5794a6894..e28e6f143 100644 --- a//sagemaker/latest/dg/nbi-jl-create.md +++ b//sagemaker/latest/dg/nbi-jl-create.md @@ -11 +11 @@ -JupyterLab 1 and JupyterLab 3 are no longer supported as of June 30, 2025. You can no longer create new or restart stopped notebook instances using these versions. Existing in-service instances may continue to function but will not receive security updates or bug fixes. Migrate to JupyterLab 4 notebook instances for continued support. For more information, see [JupyterLab version maintenance](./nbi-jl.html#nbi-jl-version-maintenance). +JupyterLab 1 and JupyterLab 3 are no longer supported as of June 30, 2025. You can no longer create new or restart stopped notebook instances using these versions. Existing in-service instances may continue to function but will not receive security updates or bug fixes. Migrate to AL2023 (`notebook-al2023-v1`) for continued support. For more information, see [JupyterLab version maintenance](./nbi-jl.html#nbi-jl-version-maintenance). @@ -21 +21 @@ You can also select the JupyterLab version by passing the `platform-identifier` - --platform-identifier notebook-al2-v3 + --platform-identifier notebook-al2023-v1