AWS wellarchitected documentation change
Summary
Added governance requirements for prompt catalogs in AI policy documents, updated section headers from 'practices' to 'best practices'
Security assessment
The changes emphasize policy-driven governance of AI prompts, which helps prevent unauthorized modifications. However, this is a proactive security control rather than addressing an existing vulnerability. The update strengthens documentation about secure prompt management practices.
Diff
diff --git a/wellarchitected/latest/generative-ai-lens/gensec04-bp01.md b/wellarchitected/latest/generative-ai-lens/gensec04-bp01.md index cc958fb8d..13f169f67 100644 --- a//wellarchitected/latest/generative-ai-lens/gensec04-bp01.md +++ b//wellarchitected/latest/generative-ai-lens/gensec04-bp01.md @@ -19 +19 @@ Prompt catalogs facilitate the engineering, testing, versioning and storage of p -Prompt catalogs are secure, centralized storage for prompts and prompt versions. Building a prompt catalog is possible using traditional database architectures. However, prompt catalogs are not meant for the same use as databases. Taking a prompt version and dynamically adding it to a prompt flow are common scenarios and functions which could be handled at the catalog layer. +Prompt catalogs are secure, centralized storage for prompts and prompt versions. Building a prompt catalog is possible using traditional database architectures. However, prompt catalogs are not meant for the same use as databases. Taking a prompt version and dynamically adding it to a prompt flow are common scenarios and functions which could be handled at the catalog layer. Thoroughly define the governance and management of a prompt catalog in your organization AI policy document, and include details such as intended prompt usage and process details for modifying prompts. @@ -46 +46 @@ Amazon Bedrock Prompt Management features an automated prompt optimization featu -**Related practices:** +**Related best practices:** @@ -53 +53 @@ Amazon Bedrock Prompt Management features an automated prompt optimization featu -**Related guides, videos, and documentation:** +**Related documents:**