guides/amazon-bedrock.md +24 −23
160Amazon Bedrock uses separate controls for operator access and data retention:160Amazon Bedrock uses separate controls for operator access and data retention:
161 161
162- **[Zero operator access (ZOA)](https://aws.amazon.com/blogs/machine-learning/exploring-the-zero-operator-access-design-of-mantle/)**162- **[Zero operator access (ZOA)](https://aws.amazon.com/blogs/machine-learning/exploring-the-zero-operator-access-design-of-mantle/)**
163163 prevents service operators from accessing model inputs and outputs processed means AWS operators have no technical mechanism to sign in to Mantle's
164164 by Mantle. underlying compute systems or access customer data, including inference
165 prompts and completions.
165- **[Zero data retention (ZDR)](https://docs.aws.amazon.com/bedrock/latest/userguide/data-retention.html)**166- **[Zero data retention (ZDR)](https://docs.aws.amazon.com/bedrock/latest/userguide/data-retention.html)**
166167 means AWS does not write model inputs or outputs to durable storage or share means AWS does not write model inputs or outputs to durable storage when the
167168 them with OpenAI when the effective retention mode is `none`. effective retention mode is `none`.
169
170For OpenAI models in Amazon Bedrock, AWS does not share request or response
171content with OpenAI when the effective retention mode is `default` or `none`.
168 172
169[Configure Bedrock data173[Configure Bedrock data
170retention](https://docs.aws.amazon.com/bedrock/latest/userguide/data-retention.html#data-retention-configuration)174retention](https://docs.aws.amazon.com/bedrock/latest/userguide/data-retention.html#data-retention-configuration)
171175for your AWS account or project. For requests sent directly to the OpenAI API,for your AWS account or project.
172use the separate [OpenAI Zero Data Retention
173controls](https://developers.openai.com/api/docs/guides/your-data#zero-data-retention).
174 176
175Under the `default` retention mode, retention depends on the model and request177Under the `default` retention mode, retention depends on the model and request
176settings. For specific OpenAI GPT models, AWS retains classifier-flagged traffic178settings. For specific OpenAI GPT models, AWS retains classifier-flagged traffic
177179for up to 30 days for automated offline abuse detection. AWS stores andfor up to 30 days for automated offline abuse detection. Responses API requests
178180processes this data and does not share it with OpenAI. On the Responses API,use `store: true` by default. AWS retains the response, including its input and
179181`store` defaults to `true`, so AWS may store response data beyond abuseoutput, for 30 days so you can retrieve it or reference it in a later request.
180182detection. See [Amazon Bedrock abuseSee [Amazon Bedrock abuse
181detection](https://docs.aws.amazon.com/bedrock/latest/userguide/abuse-detection.html)183detection](https://docs.aws.amazon.com/bedrock/latest/userguide/abuse-detection.html)
182for the current model list and retention details.184for the current model list and retention details.
183 185
184186If you need full ZDR for a model that requires retention, [contact your AWSIf you need full ZDR for a model that requires retention, contact your AWS
185187accountaccount manager to discuss eligibility. AWS evaluates ZDR access for each account
186188manager](https://docs.aws.amazon.com/bedrock/latest/userguide/data-retention.html#data-retention-zdr)and model. If AWS approves access, confirm that `none` appears in the model's
187189to discuss eligibility. AWS evaluates ZDR access for each account and model. If`allowed_modes`, then set the account or project retention mode to `none`.
188190AWS approves access, confirm that `none` appears in the model's `allowed_modes`,Setting `store: false` does not guarantee ZDR. When the effective retention mode
189191then set the account or project retention mode to `none`. Setting `store: false`is `none`, AWS rejects `store: true`, and background mode is unavailable.
190192does not guarantee ZDR. When the effective retention mode is `none`, AWS rejects
191193`store: true`, and background mode is unavailable.If AWS detects apparent CSAM in an image input, AWS may move the flagged input
192194 or output outside the ZOA environment and store and review it only to
193195If AWS detects apparent CSAM in an image input, AWS may store and review the determine whether it is CSAM. AWS may also file a report with national
194196 flagged input or output only to determine whether it is CSAM. AWS may also authorities.
195 file a report with national authorities.
196 197
197## Responses API feature availability198## Responses API feature availability
198 199