EventBridge

aws/integration aws/serverless aws/service

💡 Definition

Amazon EventBridge is a serverless event bus service that makes it easy to connect your applications with data from a variety of sources. It was formerly known as Amazon CloudWatch Events.

🔑 Key Concepts

⚙️ How it Works

  1. Source: An AWS service (e.g., EC2) generates an event ("Instance Stopped").
  2. Bus: EventBridge receives the event.
  3. Rule: A rule matches this event ("If source=EC2 and state=stopped").
  4. Target: Triggers a Lambda function to "Update Database".

🎯 Use Cases

💰 Pricing Model

📝 Exam Tips (CLF-C02)


See Also: * CloudWatch * Lambda * SNS