AWS Security ChangesHomeSearch

AWS glue documentation change

Service: glue · 2026-06-19 · Documentation low

File: glue/latest/dg/interactive-sessions-chapter.md

Summary

Restructured chapter content and added information about Spark Connect session type availability

Security assessment

Content reorganization and feature documentation without security-specific changes or mentions. No security implications identified.

Diff

diff --git a/glue/latest/dg/interactive-sessions-chapter.md b/glue/latest/dg/interactive-sessions-chapter.md
index df1a228b3..8216b8aa3 100644
--- a//glue/latest/dg/interactive-sessions-chapter.md
+++ b//glue/latest/dg/interactive-sessions-chapter.md
@@ -13,21 +12,0 @@ Data engineers can author AWS Glue jobs faster and more easily than before using
-###### Topics
-
-  * Overview of AWS Glue interactive sessions
-
-  * [Getting started with AWS Glue interactive sessions](./interactive-sessions.html)
-
-  * [Configuring AWS Glue interactive sessions for Jupyter and AWS Glue Studio notebooks](./interactive-sessions-magics.html)
-
-  * [Converting a script or notebook into an AWS Glue job](./interactive-sessions-convert.html)
-
-  * [Working with streaming operations in AWS Glue interactive sessions](./interactive-sessions-streaming.html)
-
-  * [AWS Glue interactive session pricing](./interactive-sessions-session-pricing.html)
-
-  * [Developing and testing AWS Glue job scripts locally](./aws-glue-programming-etl-libraries.html)
-
-  * [Development endpoints](./development.html)
-
-
-
-
@@ -41,0 +21,2 @@ Using the interactive sessions API, customers can programmatically run applicati
+Interactive sessions support two session types: Livy and Spark Connect. Livy sessions use REST-based Statement APIs, while Spark Connect sessions provide a direct gRPC connection to the Spark cluster using the PySpark `remote()` API. Spark Connect is available in AWS Glue version 5.1 and later. 
+
@@ -63 +44 @@ Tutorial: Using the AWS Glue Connector for Elasticsearch
-Getting started with AWS Glue interactive sessions
+Using Spark Connect with AWS Glue interactive sessions