AWS Security ChangesHomeSearch

AWS codepipeline documentation change

Service: codepipeline · 2025-08-19 · Documentation low

File: codepipeline/latest/userguide/troubleshooting.md

Summary

Updated policy examples with concrete resource ARNs (amzn-s3-demo-bucket), added JSON section markers, and standardized IAM role patterns

Security assessment

Changes primarily update example resource identifiers and formatting without modifying security controls or introducing security-related content. The bucket name changes are example standardization without security implications.

Diff

diff --git a/codepipeline/latest/userguide/troubleshooting.md b/codepipeline/latest/userguide/troubleshooting.md
index 81c8b6d2f..331b5613a 100644
--- a//codepipeline/latest/userguide/troubleshooting.md
+++ b//codepipeline/latest/userguide/troubleshooting.md
@@ -161,0 +162,6 @@ Use the following sample policy template. Add your connection ARN in the `Resour
+JSON
+    
+
+****
+    
+    
@@ -168 +174 @@ Use the following sample policy template. Add your connection ARN in the `Resour
-                "Resource": "insert connection ARN here"
+                "Resource": "arn:aws:iam::*:role/Service*"
@@ -291,0 +299,6 @@ The following example shows the same bucket policy statement after the permissio
+JSON
+    
+
+****
+    
+        
@@ -300 +313 @@ The following example shows the same bucket policy statement after the permissio
-                    "Resource": "arn:aws:s3:::codepipeline-us-east-2-1234567890",
+                    "Resource": "arn:aws:s3:::amzn-s3-demo-bucket",
@@ -312 +325 @@ The following example shows the same bucket policy statement after the permissio
-                    "Resource": "arn:aws:s3:::codepipeline-us-east-2-1234567890/*",
+                    "Resource": "arn:aws:s3:::amzn-s3-demo-bucket/*",
@@ -324 +337 @@ The following example shows the same bucket policy statement after the permissio
-                    "Resource": "arn:aws:s3:::codepipeline-us-east-2-1234567890/*",
+                    "Resource": "arn:aws:s3:::amzn-s3-demo-bucket/*",