Files
nexus/wiki/entities/EventBridge.md
2026-04-16 17:30:41 +08:00

23 lines
790 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "EventBridge"
type: entity
tags: [AWS, Event-Driven, Serverless]
sources: [how-to-simplify-multi-account-deployments-monitoring]
last_updated: 2026-04-16
---
## Summary
EventBridge 是 AWS 的无服务器事件总线服务,支持构建事件驱动架构,实现跨账号、跨区域的事件路由。
## Definition
Amazon EventBridge 是无服务器事件总线服务支持从应用程序、SaaS 服务和 AWS 服务接收事件,并通过规则进行路由和过滤。
## Key Attributes
- **类型**:事件路由服务
- **开发商**AWS
- **核心功能**:事件驱动架构、跨账号事件转发、事件过滤
- **定价**:按事件数量计费
## Connections
- [[AWS]] ← 提供 ← [[EventBridge]]
- [[CloudWatch Logs]] ← 集成 ← [[EventBridge]]