AWS glue documentation change
Summary
Updated IAM role ARN example with proper account ID placeholder format
Security assessment
Change only corrects an example account ID format (090000000210 to 111122223333) without affecting security controls or documentation. No evidence of security context in the change.
Diff
diff --git a/glue/latest/dg/notebook-getting-started.md b/glue/latest/dg/notebook-getting-started.md index dc8e45229..e60fbca2c 100644 --- a//glue/latest/dg/notebook-getting-started.md +++ b//glue/latest/dg/notebook-getting-started.md @@ -126 +124 @@ JSON - "Resource": "arn:aws:iam::090000000210:role/<role_name>" + "Resource": "arn:aws:iam::111122223333:role/<role_name>"