- Newest
- Most votes
- Most comments
Based on the information available, there have been documented reliability issues with Claude Sonnet 4.5 in the EU region. While I don't have specific confirmation about an outage on October 16, 2025, there have been similar reported incidents with Bedrock services in the EU region.
Regarding your questions:
-
There have been previous complete outages of Sonnet 4.5 in the EU region that were confirmed by AWS support. Your experience aligns with these documented issues.
-
Yes, there are connection limits at the infrastructure level separate from your account quotas. For Claude models on Amazon Bedrock with on-demand provisioning, there are both requests per minute and tokens per minute limits. When you exceed these limits, Bedrock returns throttling exceptions. The "Too many connections" error suggests you hit infrastructure capacity constraints rather than your account quota limits.
-
Recommended approaches to prevent this in the future:
- Implement retry logic with exponential backoff in your application
- Consider using the global inference profile which has been reported as more stable (though potentially slower)
- Monitor your usage with CloudWatch metrics to better understand if you're consistently hitting limits
- Consider using provisioned throughput for more reliable access, though currently only older Claude models are available with this option
- Space out your requests to stay within per-minute limits
The global inference profile has been reported to be more stable than the EU-specific one, which aligns with your observation that the same code works fine in us-east-1. AWS is reportedly working with Anthropic to improve reliability, but no specific timeline has been provided for when these issues will be fully resolved.
Sources
Building Agentic AI app with Strands Agents & MCP | AWS re:Post
Bedrock service unavailable 80% of the time | AWS re:Post
