AWS Security ChangesHomeSearch

AWS bedrock documentation change

Service: bedrock · 2025-07-25 · Documentation low

File: bedrock/latest/userguide/batch-vpc.md

Summary

Updated ARNs to 'us-east-1' region, adjusted JSON formatting, and standardized Bedrock job ARNs

Security assessment

Changes involve regional specificity and formatting improvements without evidence of addressing security vulnerabilities or adding security guidance.

Diff

diff --git a/bedrock/latest/userguide/batch-vpc.md b/bedrock/latest/userguide/batch-vpc.md
index d4e3763a8..aa9a3ab59 100644
--- a//bedrock/latest/userguide/batch-vpc.md
+++ b//bedrock/latest/userguide/batch-vpc.md
@@ -64,2 +64,2 @@ JSON
-                    "arn:aws:ec2:${{region}}:${{account-id}}:subnet/${{subnet-id}}",
-                    "arn:aws:ec2:${{region}}:${{account-id}}:security-group/${{security-group-id}}"
+                    "arn:aws:ec2:us-east-1:${{account-id}}:subnet/${{subnet-id}}",
+                    "arn:aws:ec2:us-east-1:${{account-id}}:security-group/${{security-group-id}}"
@@ -69 +69,3 @@ JSON
-                       "aws:RequestTag/BedrockManaged": ["true"]
+                        "aws:RequestTag/BedrockManaged": [
+                            "true"
+                        ]
@@ -72,2 +74,3 @@ JSON
-                       "aws:RequestTag/BedrockModelInvocationJobArn": 
-                       ["arn:aws:bedrock:${{region}}:${{account-id}}:model-invocation-job/*"]
+                        "aws:RequestTag/BedrockModelInvocationJobArn": [
+                            "arn:aws:bedrock:us-east-1:${{account-id}}:model-invocation-job/*"
+                        ]
@@ -96 +99 @@ JSON
-                            "arn:aws:bedrock:${{region}}:${{account-id}}:model-invocation-job/*"
+                            "arn:aws:bedrock:us-east-1:${{account-id}}:model-invocation-job/*"