AWS Security ChangesHomeSearch

AWS code-library documentation change

Service: code-library · 2025-03-23 · Documentation low

File: code-library/latest/ug/iam_example_iam_Scenario_UserPolicies_section.md

Summary

Updated example bucket reference from 'my-bucket' to 'amzn-s3-demo-bucket' for consistency

Security assessment

Example resource name standardization without security context. No indication of security fixes or new security guidance.

Diff

diff --git a/code-library/latest/ug/iam_example_iam_Scenario_UserPolicies_section.md b/code-library/latest/ug/iam_example_iam_Scenario_UserPolicies_section.md
index bade4df9e..b6fc53067 100644
--- a/code-library/latest/ug/iam_example_iam_Scenario_UserPolicies_section.md
+++ b/code-library/latest/ug/iam_example_iam_Scenario_UserPolicies_section.md
@@ -182,2 +182,2 @@ Create functions that wrap IAM policy actions.
-                             'arn:aws:s3:::my-bucket/*' to allow actions on all objects
-                             in the bucket named 'my-bucket'.
+                             'arn:aws:s3:::amzn-s3-demo-bucket/*' to allow actions on all objects
+                             in the bucket named 'amzn-s3-demo-bucket'.