AWS Security ChangesHomeSearch

AWS IAM documentation change

Service: IAM · 2025-03-23 · Documentation low

File: IAM/latest/UserGuide/iam_example_iam_Scenario_PolicyManagement_section.md

Summary

Updated example bucket names from 'my-bucket' to 'amzn-s3-demo-bucket'

Security assessment

Standardization of example resource names with no security implications

Diff

diff --git a/IAM/latest/UserGuide/iam_example_iam_Scenario_PolicyManagement_section.md b/IAM/latest/UserGuide/iam_example_iam_Scenario_PolicyManagement_section.md
index f7f5cd595..8f0301275 100644
--- a/IAM/latest/UserGuide/iam_example_iam_Scenario_PolicyManagement_section.md
+++ b/IAM/latest/UserGuide/iam_example_iam_Scenario_PolicyManagement_section.md
@@ -55,2 +55,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'.
@@ -236 +236 @@ Use the wrapper functions to create policies, update versions, and get informati
-        bucket_arn = f"arn:aws:s3:::made-up-bucket-name"
+        bucket_arn = f"arn:aws:s3:::amzn-s3-demo-bucket"