AWS wellarchitected documentation change
Summary
Updated guardrail implementation guidance to include open-source options for self-hosted models and organizational AI policy alignment. Changed section headers from 'practices' to 'best practices'.
Security assessment
While the changes enhance documentation about security features (guardrails), there's no evidence of addressing a specific security vulnerability. The updates focus on expanding implementation options rather than resolving identified security flaws.
Diff
diff --git a/wellarchitected/latest/generative-ai-lens/gensec02-bp01.md b/wellarchitected/latest/generative-ai-lens/gensec02-bp01.md index dbc3f2a2d..17b2a87db 100644 --- a//wellarchitected/latest/generative-ai-lens/gensec02-bp01.md +++ b//wellarchitected/latest/generative-ai-lens/gensec02-bp01.md @@ -19 +19 @@ Guardrails are powerful, expansive techniques associated with reducing the risk -Guardrails leverage and combine complex techniques to identify undesirable model output, ranging from keyword identification and regular expression matching to automated reasoning and constitutional AI. Implementing all of these techniques manually would be difficult and time-consuming. Consider using the Amazon Bedrock Guardrails API to scale the implementation of guardrails in your generative AI workloads. +Guardrails use and combine complex techniques to identify undesirable model output, ranging from keyword identification and regular expression matching to automated reasoning and constitutional AI. Implementing all of these techniques manually would be difficult and time-consuming. Consider using the Amazon Bedrock Guardrails API to scale the implementation of guardrails in your generative AI workloads. Open-source guardrail and constitutional AI libraries exist as well for self-hosted models on Amazon SageMaker AI endpoints. Your organization’s AI policy should identify best practices for guardrail implementation for all model tasks and hosting paradigms in use across the organization. @@ -56 +56 @@ Guardrails are part of the solution to response validation. Depending on the use -**Related practices:** +**Related best practices:** @@ -63 +63 @@ Guardrails are part of the solution to response validation. Depending on the use -**Related guides, videos, and documentation:** +**Related documents:**