Study Guides/AWS Cybersecurity Notes/AWS EventBridge

From Cramsession
Revision as of 00:34, 6 June 2026 by Mflavell (talk | contribs) (Created page with "= AWS Eventbridge = Eventbridge enables imlementation of loose coupling. :: Services have little dependnece on each other. :: Changes to one component does not have a massive impact on the other. :: Provides greater flexability. Eventbridge is serverless. :: Allows you to connect aws services and components with 3rd party systems. ::* Events are pushed to an event bus. ::* Rules trigger the forwarding of events to targets. === Event Driven Architecture === T...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
✍️ Verified Author: MflavellClick to view professional profile & credentials

AWS Eventbridge

Eventbridge enables imlementation of loose coupling.

Services have little dependnece on each other.
Changes to one component does not have a massive impact on the other.
Provides greater flexability.


Eventbridge is serverless.

Allows you to connect aws services and components with 3rd party systems.
  • Events are pushed to an event bus.
  • Rules trigger the forwarding of events to targets.


Event Driven Architecture

The sysem responds asynconiosly.

In an event driven system there are three main components:

  • Producers - generate events.
\|/
  • Event bus - communcation channel
\|/
  • Consumers - resond to events.