AWS glue documentation change
Summary
Expanded list of supported regions for Generative AI troubleshooting and updated IAM policy to include 'job/*' resource ARN.
Security assessment
The IAM policy change adds a resource ARN to enforce permissions, which is a security documentation update. However, there's no evidence of a specific security issue being addressed.
Diff
diff --git a/glue/latest/dg/troubleshoot-spark.md b/glue/latest/dg/troubleshoot-spark.md index f74daed1f..5a810c6ca 100644 --- a//glue/latest/dg/troubleshoot-spark.md +++ b//glue/latest/dg/troubleshoot-spark.md @@ -9 +9,27 @@ How does Generative AI Troubleshooting for Apache Spark work?Setting up Generati -The generative AI troubleshooting for Apache Spark preview is available for jobs running on AWS Glue 4.0 and AWS Glue 5.0, and in the following AWS Regions: US East (N. Virginia), US East (Ohio), US West (Oregon), US West (N. California), Europe (Ireland), Europe (Stockholm), Asia Pacific (Tokyo), Asia Pacific (Mumbai), and Asia Pacific (Sydney). Preview features are subject to change. +The generative AI troubleshooting for Apache Spark preview is available for jobs running on AWS Glue 4.0 and AWS Glue 5.0, and in the following AWS Regions: + + * US East (N. Virginia) + * US East (Ohio) + * US West (Oregon) + * US West (N. California) + * South America (São Paulo) + * Canada (Central) + * Europe (Ireland) + * Europe (London) + * Europe (Paris) + * Europe (Stockholm) + * Europe (Milan) + * Europe (Frankfurt) + * Middle East (Bahrain) + * Middle East (UAE) + * Africa (Cape Town) + * Asia Pacific (Tokyo) + * Asia Pacific (Hong Kong) + * Asia Pacific (Mumbai) + * Asia Pacific (Singapore) + * Asia Pacific (Jakarta) + * Asia Pacific (Seoul) + * Asia Pacific (Osaka) + * Asia Pacific (Sydney) + +Preview features are subject to change. @@ -20,4 +45,0 @@ For your failed Spark jobs, Generative AI Troubleshooting analyzes the job metad -###### Note - -During preview, this feature helps troubleshoot AWS Glue 4.0 and 5.0 jobs that fail within the first 30 minutes of their execution time. - @@ -39 +61,2 @@ Granting permissions to the APIs used by Spark Troubleshooting for your jobs in - "arn:aws:glue:*:*:completion/*" + "arn:aws:glue:*:*:completion/*", + "arn:aws:glue:*:*:job/*"