AWS bedrock documentation change
Summary
Clarified reference to AWS KMS key in PII detection context
Security assessment
Added specificity about KMS keys in security-related PII detection documentation
Diff
diff --git a/bedrock/latest/userguide/guardrails-sensitive-filters.md b/bedrock/latest/userguide/guardrails-sensitive-filters.md index 0567a84e6..9137b57a7 100644 --- a/bedrock/latest/userguide/guardrails-sensitive-filters.md +++ b/bedrock/latest/userguide/guardrails-sensitive-filters.md @@ -173 +173 @@ You can use a regular expressions to define patterns for a guardrail to recogniz -The PII model performs more effectively when it is provided with sufficient context. To enhance its accuracy, include more contextual information and avoid submitting single words or short phrases to the model. Since PII can be context-dependent (for example. a string of digits might represent an AWS key or a user ID depending on the surrounding information), providing comprehensive context is crucial for accurate identification. +The PII model performs more effectively when it is provided with sufficient context. To enhance its accuracy, include more contextual information and avoid submitting single words or short phrases to the model. Since PII can be context-dependent (for example. a string of digits might represent an AWS KMS key or a user ID depending on the surrounding information), providing comprehensive context is crucial for accurate identification.