AWS wellarchitected documentation change
Summary
Updated multi-region deployment guidance for generative AI agents: Added requirement for infrastructure availability across regions, revised implementation steps to include regional deployment of APIs/functions, latency-based routing, resource verification, and monitoring. Changed section headers from 'Related practices' to 'Related best practices' and 'Related guides, videos, and documentation' to 'Related documents'.
Security assessment
Changes focus on operational reliability and performance optimization through multi-region deployment patterns. No security vulnerabilities, access controls, encryption, or threat mitigation are mentioned. The modifications emphasize availability and latency reduction without addressing security aspects.
Diff
diff --git a/wellarchitected/latest/generative-ai-lens/genrel05-bp03.md b/wellarchitected/latest/generative-ai-lens/genrel05-bp03.md index 88c9daa26..36c6a4361 100644 --- a//wellarchitected/latest/generative-ai-lens/genrel05-bp03.md +++ b//wellarchitected/latest/generative-ai-lens/genrel05-bp03.md @@ -20,0 +21,2 @@ Agents for Amazon Bedrock can be made available across regions, so long as the m +When using agents in your generative AI architecture, make the supporting infrastructure, such as APIs and functions, available across all Regions where your agents are deployed. This involves replicating the necessary components and configuring appropriate routing mechanisms to maintain consistent agent functionality regardless of user location. + @@ -23 +25,3 @@ Agents for Amazon Bedrock can be made available across regions, so long as the m - 1. Deploy supporting agent infrastructure in the primary region or Availability Zone. + 1. Deploy supporting agent infrastructure (APIs, functions) in primary and secondary Regions. + + 2. Implement latency-based routing or similar mechanisms to distribute agent requests. @@ -25 +29 @@ Agents for Amazon Bedrock can be made available across regions, so long as the m - 2. Deploy supporting agent infrastructure in the secondary region or Availability Zone. + 3. Verify that agents can access the required resources in all Regions. @@ -27 +31 @@ Agents for Amazon Bedrock can be made available across regions, so long as the m - 3. Configure latency-based routing or a similar routing protocol which will distribute your load accordingly. + 4. Monitor agent performance and resource utilization across Regions. @@ -34 +38 @@ Agents for Amazon Bedrock can be made available across regions, so long as the m -**Related practices:** +**Related best practices:** @@ -45 +49 @@ Agents for Amazon Bedrock can be made available across regions, so long as the m -**Related guides, videos, and documentation:** +**Related documents:**