AWS glue documentation change
Summary
Added explicit list of available worker types (G.1X, G.2X, G.4X, G.8X, G.12X, G.16X, R.1X, R.2X, R.4X, R.8X) to documentation
Security assessment
Change only expands the list of supported worker types without any security context or vulnerability references
Diff
diff --git a/glue/latest/dg/manage-notebook-sessions.md b/glue/latest/dg/manage-notebook-sessions.md index bf19c8d4d..6c04975d9 100644 --- a//glue/latest/dg/manage-notebook-sessions.md +++ b//glue/latest/dg/manage-notebook-sessions.md @@ -46 +46 @@ Overriding properties for a running session is no longer available. In order to -AWS Glue supports various worker types. You can set the worker type with `%worker_type`. For example: `%worker_type G.2X `. The default is G.1X. +AWS Glue supports various worker types. You can set the worker type with `%worker_type`. For example: `%worker_type G.2X `. Available worker types include G.1X, G.2X, G.4X, G.8X, G.12X, G.16X, R.1X, R.2X, R.4X, and R.8X. The default is G.1X.