AWS glue documentation change
Summary
Updated example ARNs and resource paths to use standardized account IDs (111122223333) and specific S3/KMS resource ARNs
Security assessment
Changes involve example resource identifiers and formatting, not security-related content. No evidence of addressing vulnerabilities or security features.
Diff
diff --git a/glue/latest/dg/upgrade-analysis.md b/glue/latest/dg/upgrade-analysis.md index 473dc6089..30741c2f1 100644 --- a//glue/latest/dg/upgrade-analysis.md +++ b//glue/latest/dg/upgrade-analysis.md @@ -58 +58 @@ JSON - "arn:aws:glue:us-east-1:123456789012:job/jobName" + "arn:aws:glue:us-east-1:111122223333:job/jobName" @@ -67 +67 @@ JSON - "<s3 script location associated with the job>" + "arn:aws:s3:::/script-location/*" @@ -77 +77 @@ JSON - "<result s3 path provided on API>" + "arn:aws:s3:::/results/*" @@ -86 +86 @@ JSON - "Resource": "<key-arn-passed in the API>" + "Resource": "arn:aws:kms:us-east-1:111122223333:key/key-id"