ThrottlingException During Rekognition Batch Processing
ThrottlingException During Rekognition Batch Processing How to detect, monitor, and fix Rekognition rate limits before production fails. #AWS #AmazonRekognition #CloudArchitecture #DevOps Category: Service Quotas & Throttling Problem Your batch image job calls Amazon Rekognition repeatedly. The first set of requests succeed. Then the workload begins failing with: ThrottlingException: Rate exceeded Permissions are correct. Credentials are valid. No configuration changes occurred. The job slows down or collapses entirely. Clarifying the Issue ThrottlingException means you have exceeded a service quota or request rate limit . Rekognition enforces limits on: Transactions per second (TPS) Concurrent video jobs Certain API categories When your request rate exceeds the allowed threshold, Rekognition responds with throttling. This is not a permissions failure. It is capacity protection. In AWS services: 📌 Throttling protects shared infrastructure from b...