AWS Security ChangesHomeSearch

AWS bedrock documentation change

Service: bedrock · 2025-10-28 · Documentation medium

File: bedrock/latest/userguide/model-access-product-ids.md

Summary

Removed IAM policy template for AWS Marketplace model access control

Security assessment

Removal of an IAM policy template reduces documentation completeness but doesn't indicate a security issue fix. No evidence of vulnerability remediation provided.

Diff

diff --git a/bedrock/latest/userguide/model-access-product-ids.md b/bedrock/latest/userguide/model-access-product-ids.md
index d8310a4a4..c5fbb8538 100644
--- a//bedrock/latest/userguide/model-access-product-ids.md
+++ b//bedrock/latest/userguide/model-access-product-ids.md
@@ -72,41 +71,0 @@ You can use the following template to attach an IAM policy that controls model a
-    
-    {
-        "Version": "2012-10-17"		 	 	 
-        "Statement": [
-            {
-                "Effect": "Allow",
-                "Action": [
-                    "aws-marketplace:Subscribe"
-                ],
-                "Resource": "*",
-                "Condition": {
-                       "Null": {
-                          "aws-marketplace:ProductId": "false"
-                    },
-                    "ForAllValues:StringEquals": {
-                        "aws-marketplace:ProductId": [
-                            "model-product-id-1",
-                            "model-product-id-2",
-                            ...
-                        ]
-                    }
-                }
-            },
-            {
-                "Effect": "Deny",
-                "Action": [
-                    "aws-marketplace:Unsubscribe",
-                    "aws-marketplace:ViewSubscriptions"
-                ],
-                "Resource": "*",
-                "Condition": {
-                    "ForAnyValue:StringNotEquals": {
-                        "aws-marketplace:ProductId": [
-                          ...
-                        ]
-                    }
-                }      
-            }
-        ]
-    }
-