Bird
0
0

A Lambda function processes events from an SQS queue. To avoid throttling during peak loads, which concurrency setting should you adjust and why?

hard📝 Application Q9 of 15
AWS - Lambda
A Lambda function processes events from an SQS queue. To avoid throttling during peak loads, which concurrency setting should you adjust and why?
ADisable reserved concurrency to allow unlimited scaling.
BDecrease reserved concurrency to limit cost.
CIncrease reserved concurrency to guarantee processing capacity.
DSet provisioned concurrency to zero to save resources.
Step-by-Step Solution
Solution:
  1. Step 1: Understand event source scaling

    SQS triggers Lambda with multiple events; concurrency must match peak load.
  2. Step 2: Adjust concurrency to avoid throttling

    Increasing reserved concurrency guarantees enough capacity to process events without throttling.
  3. Final Answer:

    Increase reserved concurrency to guarantee processing capacity. -> Option C
  4. Quick Check:

    Reserved concurrency increase = prevent throttling [OK]
Quick Trick: Increase reserved concurrency for event-driven Lambda to avoid throttling [OK]
Common Mistakes:
  • Decreasing reserved concurrency causes throttling
  • Disabling reserved concurrency risks hitting account limits
  • Setting provisioned concurrency to zero does not affect throttling

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes