Bird
0
0

Which two limits does API Gateway throttling use to control traffic?

easy📝 Conceptual Q2 of 15
AWS - API Gateway
Which two limits does API Gateway throttling use to control traffic?
AUser limit and session limit
BTimeout limit and retry limit
CData size limit and connection limit
DRate limit and burst limit
Step-by-Step Solution
Solution:
  1. Step 1: Identify throttling parameters

    API Gateway throttling uses rate limit and burst limit to control request flow.
  2. Step 2: Confirm correct limits

    Rate limit controls steady requests per second; burst limit allows short spikes.
  3. Final Answer:

    Rate limit and burst limit -> Option D
  4. Quick Check:

    Throttling limits = Rate + Burst [OK]
Quick Trick: Rate and burst limits control request flow [OK]
Common Mistakes:
  • Mixing throttling with timeout settings
  • Confusing burst limit with data size
  • Assuming user/session limits are throttling

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes