AWS glue documentation change
Summary
Removed specific maximum session lifetime statement for Spark ETL jobs
Security assessment
Documentation clarification about session timeout defaults without security implications
Diff
diff --git a/glue/latest/dg/aws-glue-api-interactive-sessions.md b/glue/latest/dg/aws-glue-api-interactive-sessions.md index 038a9c42c..ec64aeed2 100644 --- a/glue/latest/dg/aws-glue-api-interactive-sessions.md +++ b/glue/latest/dg/aws-glue-api-interactive-sessions.md @@ -291 +291 @@ The `SessionCommand` that runs the job. -The number of minutes before session times out. Default for Spark ETL jobs is 48 hours (2880 minutes), the maximum session lifetime for this job type. Consult the documentation for other job types. +The number of minutes before session times out. Default for Spark ETL jobs is 48 hours (2880 minutes). Consult the documentation for other job types.