AWS bedrock-agentcore documentation change
Summary
Added documentation links for avoiding cross-region inference in Evaluations
Security assessment
Provides guidance on controlling data residency through custom evaluators, which relates to security/compliance but doesn't address a specific known vulnerability.
Diff
diff --git a/bedrock-agentcore/latest/devguide/cross-region-inference.md b/bedrock-agentcore/latest/devguide/cross-region-inference.md index d8d6d18bb..ff804ac0a 100644 --- a//bedrock-agentcore/latest/devguide/cross-region-inference.md +++ b//bedrock-agentcore/latest/devguide/cross-region-inference.md @@ -19 +19,3 @@ Amazon CloudWatch and AWS CloudTrail logs won't specify the AWS Region in which -For AgentCore Memory, if you don't want cross-region inference, you can manage your model selection using a built-in with overrides strategy. +For AgentCore Memory, if you don't want cross-region inference, you can manage your model selection using a [built-in with overrides strategy](./memory-custom-strategy.html). + +For AgentCore Evaluations, if you don't want cross-region inference, please see additional information on creating [custom evaluators](./custom-evaluators.html) that operate without CRIS.