AWS securityagent documentation change
Summary
Updated cross-region inference description to match the new explanation in security-best-practices.md
Security assessment
This change updates the description of cross-region inference to be consistent with the updated documentation in security-best-practices.md. It adds security documentation about data processing locations and encryption in transit, but does not address a specific security vulnerability.
Diff
diff --git a/securityagent/latest/userguide/security-guidance.md b/securityagent/latest/userguide/security-guidance.md index a32940fe9..76f8c8b81 100644 --- a//securityagent/latest/userguide/security-guidance.md +++ b//securityagent/latest/userguide/security-guidance.md @@ -49 +49 @@ AWS Security Agent is instructed to discover security risks, but to do so using -AWS Security Agent allows users to upload artifacts to provide context about their application being tested. For more information on data protection, see [Data protection in AWS Security Agent](./data-protection.html). AWS Security Agent uses Amazon Bedrock’s geographic [cross-region inference](https://docs.aws.amazon.com/securityagent/latest/userguide/security-best-practices.html#_cross_region_inference.html) to increase throughput while keeping data processing within the same geographic region. +AWS Security Agent allows users to upload artifacts to provide context about their application being tested. For more information on data protection, see [Data protection in AWS Security Agent](./data-protection.html). AWS Security Agent will automatically select the optimal region within your geography to process your inference requests. This maximizes available compute resources, model availability, and delivers the best customer experience. Your data will remain stored only in the region where the request originated, however, input prompts and output results may be processed outside that region. All data will be transmitted encrypted across Amazon’s secure network. For more information, see [Cross Region Inference](https://docs.aws.amazon.com/securityagent/latest/userguide/security-best-practices.html#_cross_region_inference).