AWS wellarchitected documentation change
Summary
Updated network communication guidance to emphasize secure and performant connectivity, changed 'between' to 'among' for grammatical consistency
Security assessment
Added 'secure' to connectivity requirements but no specific vulnerability addressed. Enhances security documentation by explicitly mentioning secure communication as a requirement.
Diff
diff --git a/wellarchitected/latest/generative-ai-lens/genrel02.md b/wellarchitected/latest/generative-ai-lens/genrel02.md index 91d45b2d5..15d362477 100644 --- a//wellarchitected/latest/generative-ai-lens/genrel02.md +++ b//wellarchitected/latest/generative-ai-lens/genrel02.md @@ -7 +7 @@ -GENREL02: How do you maintain reliable communication between different components of your generative AI architecture? +GENREL02: How do you maintain reliable communication among different components of your generative AI architecture? @@ -10 +10 @@ GENREL02: How do you maintain reliable communication between different component -Generative AI workloads can be composed of several independent systems. Foundation models are often complemented by databases, data processing pipelines, prompt catalogs, and even APIs for agents. These systems communicate over a network and require reliable connectivity. +Generative AI workloads often comprise several independent systems, including foundation models, databases, data processing pipelines, prompt catalogs, and APIs for agents. These systems communicate over a network and require reliable, secure, and performant connectivity. @@ -14 +14 @@ Generative AI workloads can be composed of several independent systems. Foundati - * [GENREL02-BP01 Implement redundant network connections between model endpoints and supporting infrastructure](./genrel02-bp01.html) + * [GENREL02-BP01 Implement redundant network connections among model endpoints and supporting infrastructure](./genrel02-bp01.html) @@ -27 +27 @@ GENREL01-BP01 Scale and balance foundation model throughput as a function of uti -GENREL02-BP01 Implement redundant network connections between model endpoints and supporting infrastructure +GENREL02-BP01 Implement redundant network connections among model endpoints and supporting infrastructure