AWS glue documentation change
Summary
Updated example S3 bucket name from 'confidential-bucket' to 'amzn-s3-demo-bucket' in IAM policy example
Security assessment
The change standardizes example resource names in existing security documentation but does not introduce new security features or address vulnerabilities. The policy structure remains unchanged.
Diff
diff --git a/glue/latest/dg/security_iam_id-based-policy-examples.md b/glue/latest/dg/security_iam_id-based-policy-examples.md index 53dd0198f..c851b1da9 100644 --- a//glue/latest/dg/security_iam_id-based-policy-examples.md +++ b//glue/latest/dg/security_iam_id-based-policy-examples.md @@ -798 +798 @@ Specify the conditional permission in an IAM policy and attach it to the role to - "Resource": "arn:aws:s3:::confidential-bucket/*", + "Resource": "arn:aws:s3:::amzn-s3-demo-bucket/*",