AWS Security ChangesHomeSearch

AWS apprunner documentation change

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

File: apprunner/latest/dg/waf.md

Summary

Removed JSON example policy for AWS WAF IAM permissions

Security assessment

Deletion of policy example doesn't indicate a security issue, but rather documentation maintenance. No specific vulnerabilities mentioned.

Diff

diff --git a/apprunner/latest/dg/waf.md b/apprunner/latest/dg/waf.md
index 9e0ae4cbe..c0cd43ef2 100644
--- a//apprunner/latest/dg/waf.md
+++ b//apprunner/latest/dg/waf.md
@@ -121,22 +120,0 @@ The following is an example of the updated IAM policy for AWS WAF. This IAM poli
-    
-    {
-      {
-       "Version":"2012-10-17",
-       "Statement":[
-          {
-             "Effect":"Allow",
-             "Action":[
-                "wafv2:ListResourcesForWebACL",
-                "wafv2:GetWebACLForResource",
-                "wafv2:AssociateWebACL",
-                "wafv2:DisassociateWebACL",
-                "apprunner:ListAssociatedServicesForWebAcl",
-                "apprunner:DescribeWebAclForService",
-                "apprunner:AssociateWebAcl",
-                "apprunner:DisassociateWebAcl"
-             ],
-             "Resource":"*"
-          }
-       ]
-    }
-