AWS bedrock documentation change
Summary
Updated cross-region inference documentation to clarify data storage locations for abuse detection and added reference to abuse detection documentation.
Security assessment
The changes clarify where abuse detection data is stored during cross-region inference, improving documentation of security practices without addressing a specific vulnerability.
Diff
diff --git a/bedrock/latest/userguide/geographic-cross-region-inference.md b/bedrock/latest/userguide/geographic-cross-region-inference.md index 90408143d..357a9816a 100644 --- a//bedrock/latest/userguide/geographic-cross-region-inference.md +++ b//bedrock/latest/userguide/geographic-cross-region-inference.md @@ -17 +17 @@ Note the following information about Geographic cross-Region inference: - * Cross-Region inference requests to an inference profile tied to a geography (e.g. US, EU and APAC) are kept within the AWS Regions that are part of the geography where the data originally resides. For example, a request made within the US is kept within the AWS Regions in the US. Although the data remains stored only in the source Region, your input prompts and output results might move outside of your source Region during cross-Region inference. All data will be transmitted encrypted across Amazon's secure network. + * Cross-Region inference requests to an inference profile tied to a geography (e.g. US, EU and APAC) are kept within the AWS Regions that are part of the geography where the data originally resides. For example, a request made within the US is kept within the AWS Regions in the US. By default the data remains stored only in the source Region, but your input prompts and output results might move outside of your source Region during cross-Region inference. To the extent we store data for abuse detection, your input prompts and output results will be stored in the destination region. See [Amazon Bedrock abuse detection](./abuse-detection.html) for more information on which models require storage. All data will be transmitted encrypted across Amazon's secure network.