Bird
0
0

Which AWS service can directly invoke a Lambda function?

easy📝 Conceptual Q2 of 15
AWS - Lambda
Which AWS service can directly invoke a Lambda function?
AAmazon RDS
BAmazon S3
CAmazon EC2
DAWS IAM
Step-by-Step Solution
Solution:
  1. Step 1: Identify services that trigger Lambda

    Amazon S3 can trigger Lambda on events like file uploads.
  2. Step 2: Exclude services that do not directly invoke Lambda

    RDS is a database, EC2 is a server, IAM manages permissions; none directly invoke Lambda.
  3. Final Answer:

    Amazon S3 -> Option B
  4. Quick Check:

    Lambda invoker = S3 event [OK]
Quick Trick: S3 events can trigger Lambda functions directly [OK]
Common Mistakes:
  • Choosing RDS or EC2 as Lambda triggers
  • Confusing IAM with invocation service

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes