Enforce zero data retention on Amazon Bedrock with Bedrock Projects and service control policies
Summary
Amazon Bedrock allows organizations to control whether prompts and model outputs are retained after processing through different data retention modes (none, some, inherit, or provider_data_share). To enforce consistent data retention policies across multiple accounts, especially when using models that require data sharing with third parties like Claude Fable 5, organizations can use Amazon Bedrock Projects and service control policies (SCPs, which are rules that limit what actions users in an organization can perform). The key principle is that your configured retention mode sets a ceiling (upper limit) on retention, not a guarantee, so models that support zero retention will still use zero retention even if your account allows higher retention.
Solution / Mitigation
The source mentions tools for enforcing data retention policies: use Amazon Bedrock Projects to isolate workloads with different retention needs on compatible models, and write and deploy an SCP that prevents anyone in your organization from enabling data sharing. The source also states you should consult the model's terms for specific retention details and verify your configuration is working correctly, but does not provide explicit code or step-by-step implementation instructions beyond describing these tools.
Classification
Affected Vendors
Related Issues
Original source: https://aws.amazon.com/blogs/security/enforce-zero-data-retention-on-amazon-bedrock-with-bedrock-projects-and-service-control-policies/
First tracked: July 7, 2026 at 08:00 PM
Classified by LLM (prompt v3) · confidence: 85%