AWS Security ChangesHomeSearch

AWS apprunner documentation change

Service: apprunner · 2025-08-28 · Documentation low

File: apprunner/latest/dg/service-source-image.md

Summary

Removed JSON policy example for ECR repository access permissions

Security assessment

Policy example removal doesn't demonstrate a security fix, but rather documentation simplification. No evidence of security vulnerability being addressed.

Diff

diff --git a/apprunner/latest/dg/service-source-image.md b/apprunner/latest/dg/service-source-image.md
index 9b8515c4c..6aac2fe01 100644
--- a//apprunner/latest/dg/service-source-image.md
+++ b//apprunner/latest/dg/service-source-image.md
@@ -55,24 +54,0 @@ When you create an App Runner service, you can use an image stored in an Amazon
-JSON
-    
-
-****
-    
-    
-        {
-      "Version": "2012-10-17",
-      "Statement": [
-        {
-          "Effect": "Allow",
-          "Principal": {
-            "AWS": "access-role-arn"
-          },
-          "Action": [
-            "ecr:BatchGetImage",
-            "ecr:DescribeImages",
-            "ecr:GetDownloadUrlForLayer"
-          ]
-        }
-      ]
-    }
-    
-