Amazon Kinesis Rate Limits
Amazon Kinesis Data Streams enforces shard-level limits (1 MB/s or 1000 records/s ingest; 2 MB/s retrieval) and account/region service-quota limits on the control-plane API. ProvisionedThroughputExceededException signals shard saturation; LimitExceededException signals stream-count quotas. AWS recommends exponential backoff with jitter and the SDK standard retry mode.
Amazon Kinesis Rate Limits is the machine-readable rate-limit profile for Amazon Kinesis on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 5 rate-limit definitions, measuring bytes_per_second, requests_per_second, and varies.
The profile also includes 4 backoff/retry policies defined and response codes documented for throttled, quotaExceeded, and serviceUnavailable.
Tagged areas include Rate Limiting, Streaming, and Kinesis.
Limits
Policies
Sources
- https://docs.aws.amazon.com/streams/latest/dev/service-sizes-and-limits.html
- https://docs.aws.amazon.com/general/latest/gr/api-retries.html
Work with this as data
Every rate limit here is available over the APIs.io API and to AI agents over MCP.