AWS - LambdaWhich AWS service can trigger a Lambda function when a scheduled event occurs?AAmazon S3BAmazon RDSCAWS IAMDAmazon EventBridge (CloudWatch Events)Check Answer
Step-by-Step SolutionSolution:Step 1: Identify the service for scheduled triggersAmazon EventBridge (formerly CloudWatch Events) is designed to trigger Lambda functions on a schedule.Step 2: Eliminate other optionsAmazon S3 triggers on object events, IAM manages permissions, and RDS is a database service without direct Lambda triggers.Final Answer:Amazon EventBridge (CloudWatch Events) -> Option DQuick 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 triggersThinking IAM triggers Lambda functionsAssuming RDS can directly trigger Lambda
Master "Lambda" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes AWS Lambda - Lambda concurrency and throttling - Quiz 9hard AWS Lambda - Lambda handler function structure - Quiz 2easy Auto Scaling - Cooldown periods - Quiz 7medium Auto Scaling - Launch templates - Quiz 4medium CloudWatch - CloudWatch alarms - Quiz 7medium DynamoDB - Why DynamoDB for NoSQL - Quiz 10hard Elastic Load Balancing - ALB vs NLB decision - Quiz 9hard RDS and Relational Databases - RDS pricing considerations - Quiz 4medium RDS and Relational Databases - Multi-AZ deployment for high availability - Quiz 5medium RDS and Relational Databases - RDS backup and snapshots - Quiz 1easy