Scale Amazon Kinesis Data Streams shards and reshard safely

domain: docs.aws.amazon.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Check current shard count with aws kinesis describe-stream-summary and review the per-shard throughput limits (reads and writes per second)
  2. To split a shard, call aws kinesis split-shard with the shard ID and a new starting hash key at the midpoint; wait for the stream to become ACTIVE
  3. To merge two adjacent shards, call aws kinesis merge-shards with the two shard IDs; only adjacent shards (by hash key range) can be merged
  4. Update consumers to read from child shards after a split; use the GetShardIterator with TRIM_HORIZON or AT_SEQUENCE_NUMBER on child shards once parent is exhausted
  5. Consider using on-demand mode instead of manual resharding; it scales automatically within documented limits

Known gotchas

Related routes

switch a kinesis data stream between on-demand and provisioned capacity modes safely
docs.aws.amazon.com · 5 steps · unrated
Reshard a Kinesis Data Stream and manage the KCL lease table during the transition
aws-kinesis · 6 steps · unrated
Work within Kinesis Data Streams on-demand mode's automatic scaling limits without triggering write throttling
aws-kinesis · 6 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans