Cloudwatch Event And Event Bridge Flashcards

1
Q

What is AWS CloudWatch Events?

A

AWS CloudWatch Events is a service that allows you to automatically trigger actions in response to changes in your AWS resources. It can respond to system events such as changes in EC2 instance states or adjustments in Auto Scaling groups.

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

What are common use cases for AWS CloudWatch Events?

A

Automated Workflows: Trigger AWS Lambda functions to perform automated tasks.
Real-Time Monitoring: Send alerts or notifications when specific changes occur in AWS environments.
Resource Management: Automatically stop or start EC2 instances at scheduled times to save resources.

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

What is AWS EventBridge?

A

AWS EventBridge is an evolution of CloudWatch Events. It provides a serverless event bus that connects application data from your own apps, SaaS, and AWS services. It enables you to build event-driven architectures more easily.

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

What are the key features of AWS EventBridge?

A

Event Bus: Routes events between software components.
Scalability: Handles a large volume of events without needing to manage underlying infrastructure.
Custom Rules: Allows you to create custom rules to filter and route events to targets like Lambda, SQS, SNS, or Kinesis.

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

What are the benefits of using AWS EventBridge?

A

Integration: Integrates natively with over 90 AWS services and third-party SaaS applications.
Decoupling: Helps decouple your applications’ components by using an event-driven architecture, which increases modularity and resilience.

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

What are the benefits of using AWS EventBridge?

A

Integration: Integrates natively with over 90 AWS services and third-party SaaS applications.
Decoupling: Helps decouple your applications’ components by using an event-driven architecture, which increases modularity and resilience.

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