Bird
0
0

Which AWS service can trigger a Lambda function when a scheduled event occurs?

easy📝 Conceptual Q1 of 15
AWS - Lambda
Which AWS service can trigger a Lambda function when a scheduled event occurs?
AAmazon S3
BAmazon RDS
CAWS IAM
DAmazon EventBridge (CloudWatch Events)
Step-by-Step Solution
Solution:
  1. Step 1: Identify the service for scheduled triggers

    Amazon EventBridge (formerly CloudWatch Events) is designed to trigger Lambda functions on a schedule.
  2. Step 2: Eliminate other options

    Amazon S3 triggers on object events, IAM manages permissions, and RDS is a database service without direct Lambda triggers.
  3. Final Answer:

    Amazon EventBridge (CloudWatch Events) -> Option D
  4. Quick Check:

    Scheduled Lambda triggers = Amazon EventBridge [OK]
Quick Trick: Scheduled Lambda triggers use EventBridge, not S3 or IAM [OK]
Common Mistakes:
  • Confusing S3 event triggers with scheduled triggers
  • Thinking IAM triggers Lambda functions
  • Assuming RDS can directly trigger Lambda

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes