The Fable 5 Moment
25 partsTL;DR
Fable 5 on Bedrock requires opting into data sharing with Anthropic, which sends inference data outside the AWS boundary. Here is what that means for GovCloud, FedRAMP, ITAR, and CJIS workloads - and what your realistic options are right now.
Read next
Running Claude Fable 5 on Amazon Bedrock requires opting into a data-sharing mode that sends your inference traffic outside the AWS security perimeter to Anthropic for 30-day retention. Here is exactly what happens, who is affected, and what your alternatives are.
7 min readAnthropic's Claude Fable 5 mandates 30-day data retention on every platform, overriding existing Zero Data Retention contracts for enterprise API customers. Here is what compliance teams and developers need to audit before their next deployment.
8 min readAnthropic gave subscribers two weeks of free Fable 5 access, then it moves to usage credits. Here's what's actually changing, what the real-world burn rates look like, and what to do depending on how you use Claude.
6 min readWhen AWS announced Fable 5 on Bedrock on June 10, 2026, the launch post buried the most consequential detail near the bottom: to access the model at all, you must first call the Data Retention API and set provider_data_share. Once you do, your inference data - prompts in, completions out - leaves the AWS boundary and goes to Anthropic. Retention is 30 days. Human review is part of the arrangement.
For teams building on commercial AWS in standard regions, that is a new disclosure to document and a policy conversation to have. For teams operating under FedRAMP, ITAR, CJIS, or similar frameworks, it may be a hard stop.
Last updated: June 10, 2026
AWS's existing Bedrock data boundary promise is that your prompts stay inside AWS infrastructure. That is part of what makes Bedrock attractive to regulated customers versus calling the Anthropic API directly. The provider_data_share mode breaks that promise by design.
From the AWS launch post: "This mode allows Amazon Bedrock to retain and share your inference data with model providers per their requirements. Anthropic requires 30-day inputs and outputs retention, as well as human review."
Two things matter here for compliance teams. First, data is flowing to a third-party processor outside the AWS control plane, which changes your data flow diagrams and your third-party risk inventory. Second, "human review" means Anthropic personnel can, under defined circumstances, access your inference traffic. Even if the risk is operationally low, that assertion has to survive a controls audit.
This is not a Bedrock-wide change. Models that do not require provider_data_share - including Opus 4.8, the Claude 3.x family, and Amazon Nova - continue to work under the existing data boundary. The requirement is specific to Fable 5, Mythos 5, and future models that AWS describes as having "similar or higher capability levels."
AWS GovCloud (US-West) and GovCloud (US-East) both support Amazon Bedrock. The GovCloud Bedrock documentation lists the models that currently hold FedRAMP and IL4/IL5 authorization:
Fable 5 is not on that list. As of the launch announcement, Fable 5 is available in US East (N. Virginia) and Europe (Stockholm) - commercial regions only. There is no announced timeline for GovCloud availability, and given the provider_data_share architectural requirement, it is not obvious what a GovCloud path would look like without a structural change to how Anthropic processes that data.
The HN thread that surfaced on launch day put it plainly: Fable 5 is not FedRAMP authorized, and it is not clear whether GovCloud's model request process would even permit access to a model whose inference traffic is designed to flow outside the boundary.
GovCloud is not the only exposure. A meaningful number of government agencies and regulated organizations operate on commercial AWS under existing ATOs (Authorizations to Operate). Those ATOs were issued against a Bedrock that kept data inside AWS. If developers or automated systems in those environments begin calling bedrock-runtime or bedrock-mantle with Fable 5 model IDs, they may be out of scope of their existing authorization without anyone having made a deliberate decision.
This is not hypothetical. The provider_data_share flag is set at the account or engine level via API call - there is no console UI at launch. An engineer experimenting with Fable 5 who sets that flag to unblock the model ID has implicitly changed the data routing for that account. Organizations that have not issued explicit internal guidance are at risk of drift.
The immediate action for any security or compliance team on commercial AWS: confirm whether provider_data_share has been set in any of your accounts, and decide whether to allow it or enforce a policy blocking it.
Get the weekly deep dive
Tutorials on Claude Code, AI agents, and dev tools - delivered free every week.
From the archive
Jun 10, 2026 • 9 min read
Jun 10, 2026 • 8 min read
Jun 10, 2026 • 7 min read
Jun 10, 2026 • 7 min read
| Option | Data Boundary | Availability Status | Best For |
|---|---|---|---|
| Fable 5 on Bedrock (commercial) | Data leaves AWS to Anthropic; 30-day retention + human review | Available now in us-east-1, eu-north-1 | Commercial teams where data sharing is acceptable and documented |
| Opus 4.8 on Bedrock (no data share) | Stays within AWS boundary | Available now, standard Bedrock data handling | Teams needing strong AWS boundary guarantees; FedRAMP-adjacent commercial workloads |
| Authorized models on GovCloud Bedrock | Within GovCloud boundary; FedRAMP/IL4/IL5 authorized | Available now (Sonnet 4.5, Claude 3.7 Sonnet, Claude 3.5 Sonnet v1, Claude 3 Haiku) | FedRAMP High, IL4/IL5, DoD workloads |
| Direct Anthropic API with enterprise agreement | Anthropic-controlled; BAA/enterprise DPA negotiable | Available now for enterprise customers | Organizations with existing Anthropic relationships and negotiated data terms |
| Fable 5 on GovCloud Bedrock | Unknown - would require architectural resolution of provider_data_share | Not announced; no timeline | Unresolved - watch for announcements |
If you are in a regulated environment and want to understand your actual path, these are the productive questions to bring to AWS:
On current authorization status: Is Fable 5 on a roadmap for GovCloud? Is there a FedRAMP authorization process underway, and what is the expected timeline?
On the data sharing mechanics: Is there any mechanism for GovCloud customers to access Fable 5 without provider_data_share, or is that requirement upstream of the AWS/Anthropic commercial arrangement?
On existing ATOs: If my organization already has an ATO covering Bedrock in a commercial region, does enabling provider_data_share require a change request or re-authorization? What AWS documentation supports that determination?
On Mythos 5: The limited preview of Mythos 5 (Fable 5 without the capability limits in cybersecurity and life sciences) has additional vetting requirements. What does the access process look like for vetted government contractors?
These questions do not have public answers today. The value is in getting your account team on record and starting any authorization clock that may be necessary.
The pattern with previous Bedrock model launches suggests GovCloud availability lags commercial availability by months, not years - but that lag has historically applied to models that did not require data to leave the AWS boundary. Fable 5 is a different architectural situation.
Three signals worth tracking:
FedRAMP marketplace listing. The authoritative source for whether Fable 5 has received authorization is the FedRAMP marketplace. A listing there, or Anthropic's own FedRAMP documentation, would indicate the data handling question has been resolved in a way that satisfies the authorization process.
GovCloud model list updates. The AWS GovCloud Bedrock documentation page listing authorized models is updated when new models receive authorization. Watching that page is more reliable than press releases.
Bedrock data retention policy changes. If Anthropic modifies the provider_data_share requirement - for example, by creating a GovCloud-specific data processing arrangement where data stays in GovCloud infrastructure - AWS would update the data retention documentation. That kind of change would be the unlock.
It is worth naming what is actually happening here: Anthropic has built a model that, for safety monitoring purposes, requires some visibility into how the model is being used. That is a deliberate design choice, and the justification is meaningful - detecting patterns of misuse across conversations requires retaining more than the current exchange. The data sharing is the mechanism that makes broad Fable 5 availability possible at all, rather than restricting it to a small vetted group the way Mythos 5 currently is.
That is a reasonable tradeoff for most commercial use cases. It is simply not a tradeoff that existing FedRAMP and GovCloud frameworks have caught up to yet. The market has resolved similar gaps before - cloud service providers, security tools, and data processors have all worked through FedRAMP authorization processes that initially seemed structurally incompatible. This one will likely resolve too. The question for regulated teams right now is whether to wait, to work with what is currently authorized, or to pursue a direct commercial arrangement with Anthropic that does not depend on the Bedrock routing.
No. As of June 10, 2026, Fable 5 is available only in the US East (N. Virginia) and Europe (Stockholm) commercial Bedrock regions. It does not appear on the list of FedRAMP and IL4/IL5 authorized models in GovCloud. There is no announced availability date for GovCloud.
The currently FedRAMP and IL4/IL5 authorized Anthropic models on GovCloud Bedrock are Claude Sonnet 4.5, Claude 3.7 Sonnet, Claude 3.5 Sonnet v1, and Claude 3 Haiku. Amazon Titan models and select Llama 3 models are also authorized. These models operate under the standard GovCloud data boundary without a provider_data_share requirement.
The setting is configured at the account or engine level via the Data Retention API, not per model. This means enabling it grants the data-sharing arrangement broadly, not just for Fable 5 invocations. Organizations on commercial AWS with compliance obligations should audit whether any team has set this flag and evaluate whether it conflicts with existing ATOs or data handling policies.
Switching to the direct Anthropic API does not eliminate data handling obligations - it changes who holds the contractual relationship. Enterprise customers can negotiate data processing agreements, BAAs, and retention terms directly with Anthropic. For some regulated use cases this may be preferable. It does, however, mean operating outside the AWS control plane, which changes your network architecture and your compliance documentation. There is no current public indication that the direct Anthropic API is FedRAMP authorized.
Technical content at the intersection of AI and development. Building with AI agents, Claude Code, and modern dev tools - then showing you exactly how it works.
Running Claude Fable 5 on Amazon Bedrock requires opting into a data-sharing mode that sends your inference traffic outs...
Anthropic's Claude Fable 5 mandates 30-day data retention on every platform, overriding existing Zero Data Retention con...
Anthropic gave subscribers two weeks of free Fable 5 access, then it moves to usage credits. Here's what's actually chan...
Anthropic broke its own naming ladder when it introduced the Mythos class and Claude Fable 5. Here is what the shift mea...
Claude Desktop spawns a Hyper-V virtual machine consuming roughly 1.8 GB of RAM on every Windows launch - even when you...
Fable 5 drains the 5-hour rolling window dramatically faster than Opus or Sonnet. Here is what the plan multipliers actu...

New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.