AWS - API GatewayWhich two limits does API Gateway throttling use to control traffic?AUser limit and session limitBTimeout limit and retry limitCData size limit and connection limitDRate limit and burst limitCheck Answer
Step-by-Step SolutionSolution:Step 1: Identify throttling parametersAPI Gateway throttling uses rate limit and burst limit to control request flow.Step 2: Confirm correct limitsRate limit controls steady requests per second; burst limit allows short spikes.Final Answer:Rate limit and burst limit -> Option DQuick Check:Throttling limits = Rate + Burst [OK]Quick Trick: Rate and burst limits control request flow [OK]Common Mistakes:Mixing throttling with timeout settingsConfusing burst limit with data sizeAssuming user/session limits are throttling
Master "API Gateway" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes API Gateway - Why API Gateway matters - Quiz 5medium AWS Lambda - Lambda handler function structure - Quiz 5medium AWS Lambda - Environment variables in Lambda - Quiz 11easy Auto Scaling - Why auto scaling matters - Quiz 13medium Auto Scaling - Why auto scaling matters - Quiz 9hard CloudWatch - Alarm actions (SNS, Auto Scaling) - Quiz 4medium Elastic Load Balancing - Health checks configuration - Quiz 3easy RDS and Relational Databases - RDS supported engines - Quiz 8hard RDS and Relational Databases - Read replicas for performance - Quiz 12easy SNS and SQS - SNS topics and subscriptions - Quiz 6medium