Archive EventBridge events and replay them to a target after a deployment rollback

domain: aws-eventbridge · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Create an archive on the event bus: specify a source event-bus ARN, an optional event pattern filter, and a retention period in days (0 = indefinite)
  2. Confirm the archive is in ENABLED state and the EventCount is incrementing via the console or aws events describe-archive
  3. After a failed deployment, create a replay: aws events start-replay --replay-name my-replay --source-archive-arn <archive-arn> --event-start-time <ISO8601> --event-end-time <ISO8601> --destination EventBus={Arn:<bus-arn>}
  4. Monitor replay state with aws events describe-replay until State is COMPLETED
  5. Replayed events are injected into the target bus and will trigger all matching rules; use a temporary rule with a dedicated target during replay if you need to isolate replayed events from live ones
  6. Delete the replay resource after completion; archives continue to accumulate future events

Known gotchas

Related routes

Archive EventBridge events and replay them back to the event bus for reprocessing
docs.aws.amazon.com · 6 steps · unrated
Route events using AWS EventBridge rules with automatic retries and a dead-letter queue for failed targets
aws-eventbridge · 6 steps · unrated
Create EventBridge rules, archive events, and replay them
docs.aws.amazon.com · 5 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