AWS Security ChangesHomeSearch

AWS neptune documentation change

Service: neptune · 2026-03-04 · Documentation low

File: neptune/latest/userguide/graph-notebooks.md

Summary

Added documentation for deploying Neptune Workbench via CloudFormation, including IAM role requirements and billing details

Security assessment

Adds security-adjacent documentation about IAM roles and permissions required for CloudFormation deployment, but does not address a specific security vulnerability or weakness.

Diff

diff --git a/neptune/latest/userguide/graph-notebooks.md b/neptune/latest/userguide/graph-notebooks.md
index cd88063d0..6814eb36d 100644
--- a//neptune/latest/userguide/graph-notebooks.md
+++ b//neptune/latest/userguide/graph-notebooks.md
@@ -5 +5 @@
-Using Neptune workbenchEnabling CloudWatch logsLocal hostingMigrating to JupyterLab 4PrerequisitesLifecycle configurationSynchronizing from a snapshotAfter notebook creationCreate the notebookSetting up Neptune notebooks manually
+Using Neptune workbenchDeploy with CloudFormationEnabling CloudWatch logsLocal hostingMigrating to JupyterLab 4PrerequisitesLifecycle configurationSynchronizing from a snapshotAfter notebook creationCreate the notebookSetting up Neptune notebooks manually
@@ -170,0 +171,6 @@ Would just be:
+## Launching graph-notebook as Amazon Neptune Workbench via CloudFormation
+
+You can deploy Amazon Neptune workbench notebooks using CloudFormation. The CloudFormation template deploys Neptune workbench notebooks as resources and includes the base 'Getting Started' notebooks. The workbench lets you work with your Amazon Neptune Database cluster using Jupyter notebooks hosted by Amazon SageMaker. You are billed for workbench resources through Amazon SageMaker, separately from your Neptune billing.
+
+The CloudFormation template and detailed instructions, including IAM role requirements and permissions, are available in the [graph-notebook GitHub repository](https://github.com/aws/graph-notebook/tree/main/additional-databases/sagemaker/neptune-notebook-cloudformation).
+