Amazon EventBridge Exam frequency ⭐⭐⭐⭐

Amazon EventBridge

Amazon EventBridge

messagingAmazon EventBridgeAWS
Last organized

A managed event bus that routes events from AWS services, applications, and SaaS sources using rules.

Basic Information

FieldDetails
English nameAmazon EventBridge
Full nameAmazon EventBridge
Chinese description事件总线与事件路由服务
Japanese descriptionAmazon EventBridge(イベントバス)
Exam frequency⭐⭐⭐⭐
Often confused withSNS / SQS / CloudWatch Events

In one sentence

A managed event bus that routes events from AWS services, applications, and SaaS sources using rules.

Key points

  • Event buses receive events and rules match their structure or content to select targets.
  • Targets include Lambda, Step Functions, SQS, SNS, API destinations, and many AWS services.
  • EventBridge supports loosely coupled event-driven architecture and scheduled events.

Exam takeaway

Use SNS for simple fan-out notifications, SQS for durable queueing, and EventBridge for rule-based event routing.