0
0
AWScloud~5 mins

CloudWatch Events (EventBridge) in AWS - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is AWS CloudWatch Events (EventBridge)?
AWS CloudWatch Events, now called EventBridge, is a service that helps you respond to changes in your AWS resources or applications by routing events to targets like Lambda functions or SNS topics automatically.
Click to reveal answer
beginner
How does EventBridge differ from traditional polling methods?
EventBridge uses event-driven architecture, meaning it reacts instantly to events without needing to constantly check (poll) for changes, saving resources and improving responsiveness.
Click to reveal answer
intermediate
What are the main components of an EventBridge rule?
An EventBridge rule has two main parts: the event pattern (which decides which events to catch) and the target (where the event is sent, like a Lambda function or an SQS queue).
Click to reveal answer
intermediate
Can EventBridge receive events from SaaS applications?
Yes, EventBridge can receive events from supported SaaS applications, allowing you to integrate external services easily into your AWS event-driven workflows.
Click to reveal answer
intermediate
What is the benefit of using EventBridge over CloudWatch Events?
EventBridge is the evolution of CloudWatch Events with more features like custom event buses, SaaS integration, and better event filtering, making it more flexible for complex event-driven architectures.
Click to reveal answer
What does an EventBridge rule primarily consist of?
AIAM role and policy
BLambda function and S3 bucket
CEvent pattern and target
DEC2 instance and security group
Which AWS service can be a target for EventBridge events?
ACloudFront distribution
BLambda function
CRoute 53 hosted zone
DEC2 instance directly
EventBridge can receive events from which of the following external sources?
ASupported SaaS applications
BOn-premises servers without integration
COnly AWS internal services
DLocal desktop applications
What is a key advantage of EventBridge over polling for changes?
AIt reacts instantly to events without constant checking
BIt requires manual refresh to detect changes
CIt uses more compute resources
DIt only works with EC2 instances
Which of the following is NOT a valid EventBridge target?
ASNS topic
BLambda function
CStep Functions state machine
DS3 bucket directly
Explain how EventBridge helps automate responses to AWS resource changes.
Think about how events trigger actions without manual checks.
You got /5 concepts.
    Describe the difference between CloudWatch Events and EventBridge.
    Focus on new features and flexibility.
    You got /5 concepts.