IoTWorm

Reported from primary sources

Claude Sonnet 5 lands in AWS GovCloud on Amazon Bedrock

Anthropic's Claude Sonnet 5 is now accessible to US government workloads through Amazon Bedrock's GovCloud regions, alongside the previously available Claude Opus 4.8.

Is Claude Sonnet 5 available in AWS GovCloud?

Yes. As of July 23, 2026, Claude Sonnet 5 is available on Amazon Bedrock in AWS GovCloud (US). The model can be reached through bedrock-runtime endpoints in both GovCloud US-West and US-East regions, and through bedrock-mantle endpoints in GovCloud US-West.

What's available and where

The launch brings two Anthropic models to GovCloud infrastructure simultaneously. Claude Opus 4.8 was already offered there, and Claude Sonnet 5 now joins it.

Model bedrock-runtime (US-West) bedrock-runtime (US-East) bedrock-mantle (US-West)
Claude Opus 4.8
Claude Sonnet 5

Bedrock Mantle is described by AWS as Amazon Bedrock's next-generation inference engine. It supports the Anthropic Messages API, meaning teams already using that interface in commercial regions can port their integration to GovCloud without rewriting request formatting.

What the model does

Claude Sonnet 5 is positioned as a balance of capability, cost, and speed rather than a raw-performance-only option. AWS highlights three capability areas relevant to government and enterprise buyers.

For software development, the model can navigate large codebases, apply changes across multiple files in a single pass, and carry debugging or refactoring work through to completion with fewer back-and-forth correction cycles.

For agentic pipelines, it calls tools with precision, maintains state across many sequential steps, and recovers from errors mid-run, which AWS says results in more runs finishing correctly on the first attempt.

For knowledge work, it can build spreadsheets, draft documents, and convert unstructured source material into structured analysis.

Why GovCloud matters here

AWS GovCloud regions are designed for workloads subject to US government compliance requirements, including those involving controlled unclassified information. By running Claude Sonnet 5 through Amazon Bedrock in those regions, agencies and contractors get the model behind the same data-residency guarantees and AWS-managed controls that apply to other GovCloud services.

Amazon Bedrock itself adds a layer of managed features on top of bare model access. Users in GovCloud can pair Claude Sonnet 5 with Bedrock Guardrails for content controls, Knowledge Bases for retrieval-augmented generation against agency data stores, and regional data residency settings, all without data leaving AWS infrastructure.

How to get started

Access follows the standard Bedrock API pattern. For teams already calling other Bedrock models, adding Claude Sonnet 5 in GovCloud means updating the model ID and confirming the endpoint is pointed at the appropriate GovCloud region. The Anthropic Messages API format is supported on Bedrock Mantle, so existing message-structured requests transfer directly.

AWS directs users to the Amazon Bedrock documentation and its regional availability page for configuration details.