In traditional architectures, services call each other's APIs directly, resulting in tight coupling. EventBridge acts as an Event Bus that routes events between services:
- Kafka = Self-managed event streaming platform
- SNS/SQS = Message broadcasting or queuing
- EventBridge = Advanced router + event hub + SaaS integration platform

Seonglae Cho