Bird
0
0

Which steps correctly achieve this?

hard📝 Best Practice Q15 of 15
AWS - API Gateway
You want to create a usage plan that limits users to 5000 requests per month and 50 requests per second with a burst of 100. You also want to track usage per API key. Which steps correctly achieve this?
ACreate usage plan with quota 5000/month and throttle 50/sec burst 100, then add API keys to the plan
BCreate API keys with limits, then assign usage plan to each key
CCreate usage plan with limits, deploy API, no need to link API keys
DSet limits on API Gateway stage, then create API keys without usage plan
Step-by-Step Solution
Solution:
  1. Step 1: Define usage plan with required limits

    Set quota to 5000 per month and throttle to 50 requests per second with burst 100.
  2. Step 2: Link API keys to usage plan

    Adding API keys to the usage plan enables tracking and enforcement of limits per key.
  3. Final Answer:

    Create usage plan with quota 5000/month and throttle 50/sec burst 100, then add API keys to the plan -> Option A
  4. Quick Check:

    Usage plan sets limits + keys linked for tracking [OK]
Quick Trick: Set limits in usage plan, then add API keys [OK]
Common Mistakes:
  • Trying to set limits on API keys directly
  • Not linking API keys to usage plan
  • Setting limits only on API Gateway stage

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes