AWS emr documentation change
Summary
Updated EMR release label from 7.12.0 to 7.13.0 in example command for disabling Spark UI
Security assessment
This change updates an example command with a new EMR version. The documentation mentions disabling the feature for privacy reasons, but this is existing content. No new security documentation or security issue fixes are introduced.
Diff
diff --git a/emr/latest/ManagementGuide/app-history-spark-UI.md b/emr/latest/ManagementGuide/app-history-spark-UI.md index f7e727bb7..03d12b6f7 100644 --- a//emr/latest/ManagementGuide/app-history-spark-UI.md +++ b//emr/latest/ManagementGuide/app-history-spark-UI.md @@ -42 +42 @@ If you need to disable this feature for privacy reasons, you can stop the daemon - aws emr create-cluster --name "Stop Application UI Support" --release-label emr-7.12.0 \ + aws emr create-cluster --name "Stop Application UI Support" --release-label emr-7.13.0 \