AWS Security ChangesHomeSearch

AWS bedrock documentation change

Service: bedrock · 2026-05-13 · Documentation low

File: bedrock/latest/userguide/model-evaluation-prompt-datasets.md

Summary

Updated dataset links and clarified that CORS is only required for human-based evaluation jobs, not automated jobs.

Security assessment

Dataset link updates and CORS scope clarification are maintenance changes. No evidence of security vulnerability fixes; changes improve documentation accuracy without security impact.

Diff

diff --git a/bedrock/latest/userguide/model-evaluation-prompt-datasets.md b/bedrock/latest/userguide/model-evaluation-prompt-datasets.md
index 9ec4cc8b8..9fe22ec58 100644
--- a//bedrock/latest/userguide/model-evaluation-prompt-datasets.md
+++ b//bedrock/latest/userguide/model-evaluation-prompt-datasets.md
@@ -73 +73 @@ Robustness |  [BOLD](https://github.com/amazon-science/bold) | Word error rate
-[WikiText2](https://huggingface.co/datasets/wikitext)  
+[WikiText2](https://huggingface.co/datasets/Salesforce/wikitext)  
@@ -76,3 +76,3 @@ Toxicity |  [RealToxicityPrompts](https://github.com/allenai/real-toxicity-promp
-Text summarization | Accuracy  | [Gigaword](https://huggingface.co/datasets/gigaword?row=3) | BERTScore  
-Toxicity | [Gigaword](https://huggingface.co/datasets/gigaword?row=3) | Toxicity   
-Robustness  | [Gigaword](https://huggingface.co/datasets/gigaword?row=3) | BERTScore and deltaBERTScore  
+Text summarization | Accuracy  | Gigaword | BERTScore  
+Toxicity | Gigaword | Toxicity   
+Robustness  | Gigaword | BERTScore and deltaBERTScore  
@@ -97 +97 @@ You can create a custom prompt dataset in an automatic model evaluation jobs. Cu
-For job created using the console you must update the Cross Origin Resource Sharing (CORS) configuration on the S3 bucket. To learn more about the required CORS permissions, see [Required Cross Origin Resource Sharing (CORS) permissions on S3 buckets](./model-evaluation-security-cors.html). 
+CORS configuration is not required for automated model evaluation jobs. For human-based evaluation jobs, CORS is required on the S3 output bucket. To learn more, see [Required Cross Origin Resource Sharing (CORS) permissions on S3 buckets](./model-evaluation-security-cors.html).