Bird
0
0

Which AWS service can be a target for a CloudWatch Events rule?

easy📝 Conceptual Q2 of 15
AWS - CloudWatch
Which AWS service can be a target for a CloudWatch Events rule?
AAmazon S3 bucket
BAWS IAM user
CAWS Lambda function
DAmazon RDS database instance
Step-by-Step Solution
Solution:
  1. Step 1: Identify valid targets for EventBridge rules

    EventBridge rules can trigger AWS Lambda functions to run code in response to events.
  2. Step 2: Evaluate each option

    S3 buckets and RDS instances are resources but not direct targets for EventBridge rules. IAM users are for permissions, not targets.
  3. Final Answer:

    AWS Lambda function -> Option C
  4. Quick Check:

    Valid EventBridge target = Lambda function [OK]
Quick Trick: EventBridge triggers actions like Lambda, not static resources [OK]
Common Mistakes:
  • Choosing storage or database as direct targets
  • Confusing IAM users with service targets

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes