AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-06-07 · Documentation low

File: cli/latest/reference/emr/create-cluster.md

Summary

Added --session-enabled parameter for Spark Connect sessions

Security assessment

New feature flag for Spark Connect sessions. No security implications mentioned.

Diff

diff --git a/cli/latest/reference/emr/create-cluster.md b/cli/latest/reference/emr/create-cluster.md
index 26e79380a..4bc17a91b 100644
--- a//cli/latest/reference/emr/create-cluster.md
+++ b//cli/latest/reference/emr/create-cluster.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.61 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.63 Command Reference](../../index.html) »
@@ -1644,0 +1645,4 @@ JSON Syntax:
+`--session-enabled` | `--no-session-enabled` (boolean)
+
+> Indicates whether Spark Connect sessions are enabled on the cluster. When set, you can start Spark Connect sessions on this cluster using the `start-session` command. This setting is immutable after cluster creation. Requires EMR release emr-spark-8.0.0 or later.
+
@@ -2412 +2416 @@ The following `create-cluster` example creates an Amazon EMR cluster that uses r
-  * [AWS CLI 2.34.61 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.63 Command Reference](../../index.html) »