AWS Security ChangesHomeSearch

AWS glue documentation change

Service: glue · 2025-05-01 · Documentation low

File: glue/latest/dg/aws-glue-programming-intro-tutorial.md

Summary

Updated S3 bucket references from 'DOC-EXAMPLE-BUCKET' to 'amzn-s3-demo-bucket' in code examples.

Security assessment

Cosmetic change to example resource names without impacting security controls or features.

Diff

diff --git a/glue/latest/dg/aws-glue-programming-intro-tutorial.md b/glue/latest/dg/aws-glue-programming-intro-tutorial.md
index 374a4ff73..bcddd8e39 100644
--- a//glue/latest/dg/aws-glue-programming-intro-tutorial.md
+++ b//glue/latest/dg/aws-glue-programming-intro-tutorial.md
@@ -309 +309 @@ In this procedure, you write the following code using `write_dynamic_frame.from_
-        connection_options={"path": "s3://DOC-EXAMPLE-BUCKET", "partitionKeys": []},
+        connection_options={"path": "s3://amzn-s3-demo-bucket", "partitionKeys": []},
@@ -396 +396 @@ In this step, you run your job to verify that you successfully completed this tu
-  6. Navigate to `DOC-EXAMPLE-BUCKET`, the target for `write_dynamic_frame.from_options`. Confirm that the output matches your expectations. 
+  6. Navigate to `amzn-s3-demo-bucket`, the target for `write_dynamic_frame.from_options`. Confirm that the output matches your expectations.