AWS Bedrock Silently Kills Claude Opus 4.7 Quota: A Warning for Production AI Workflows

A Hacker News user reports that their Claude Opus 4.7 model access was suddenly revoked on Amazon Bedrock, with the TPM quota silently set to 0. The user, who relies on the model for production workflows serving government customers, encountered throttling errors before receiving an explanation from AWS support.
According to the support response, the quota drop occurred due to a “recent system update” that adjusted access controls based on factors including regional considerations, payment history, and usage patterns. Quotas were set to 0 starting May 1st, 2026, and AWS explicitly states that restoration “cannot guarantee approval.” The recommended workaround: migrate to Claude Opus 4.6, for which the user has quotas of 10,000 requests/min and 3,000,000 tokens/min in us-east-1 (with cross-region and global variants). The support message notes that Opus 4.6 “can serve as an effective replacement with minimal code changes.”
HN commenters express frustration. User DetroitThrow calls this “insane for a company to pull this crap on paying customers with production workflows” and recommends switching to Google AI or direct Anthropic access. They note that Bedrock has a history of random throttling, citing Quinnypig‘s previous coverage of enterprise support rug-pulls. The original poster confirms they “can no longer make even a single request.”
This incident underscores the risk of relying on AWS Bedrock for production AI inference, especially with frontier models where access can be revoked without notice. Developers running mission-critical workloads on Bedrock should consider multi-provider fallbacks or direct API contracts with model providers like Anthropic.
📖 Read the full source: HN AI Agents
👀 See Also
Google DeepMind's AI Pointer: Reimagining the Mouse for Gemini Interactions
Google DeepMind introduces an AI-powered mouse pointer that uses Gemini to understand context, enabling commands like pointing at an image and saying 'Show me directions,' integrated into Chrome and Googlebook.

Telus Deploys Real-Time Accent Conversion on Call-Center Agents via Tomato.ai
Telus is using Tomato.ai's speech-to-speech system to alter offshore agents' accents in real time, drawing backlash over transparency and worker rights.

Graduates Boo AI Pep Talks at Commencements: A Sign of Developer Sentiment
College graduates booed speakers pushing AI enthusiasm at commencement ceremonies, reflecting broader unease about AI's impact on jobs and society.

Claude Code v2.1.89 adds deferrable hooks, permission retry, and fixes memory leaks
Claude Code v2.1.89 introduces a 'defer' permission decision for PreToolUse hooks, adds a PermissionDenied hook with retry capability, and fixes critical issues including memory leaks with large JSON inputs and StructuredOutput schema cache failures.