EventBridge Flashcards

This deck aims to help retain concepts related to the EventBridge service.

1
Q

What AWS service represents a serverless event bus that enables businesses to quickly and easily integrate applications, services, and data across multiple cloud environments, providing a reliable, scalable, and secure way to process and route events between applications and services?

A

EventBridge

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the difference between CloudWatch Events and EventBridge?

A

EventBridge is the successor to CloudWatch Events, while CloudWatch Events handles events from AWS resources, EventBridge extends this capability to include events from third-party services and custom applications

AWS recommends migrating from CloudWatch Events to EventBridge

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which component of EventBridge is responsible for receiving, filtering, transforming, routing, and delivering events?

A

The Event Bus, includes a default account event bus, and additional event buses can be created as needed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which component of EventBridge determines which events are sent to specific targets for processing?

A

Rules, match incoming events and route them to the designated target

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which EventBridge rule triggers when an event matches a defined event pattern?

A

Rule with an Event Pattern

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What types of rules can be created in EventBridge?

A

Rule with an Event Pattern, and Schedule

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which EventBridge rule triggers on a set schedule?

A

Schedule, delivers events to the target based on a specified (CRON) schedule

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

In what format are Amazon EventBridge events delivered?

A

Events are delivered as JSON objects

How well did you know this?
1
Not at all
2
3
4
5
Perfectly