Articles → AWS → API Keys And Usage Plans In AWS API Gateway
API Keys And Usage Plans In AWS API Gateway
What Is An API Key?
How To Create API Keys?
What Is The Usage Plan?
Create A Usage Plan
Terms Used In Usage Plan
Terms | Description |
---|
Throttle | Throttling controls the rate at which users can call your API, helping to manage traffic and protect backend services |
Rate | Specifies the number of requests per second (RPS) an API can handle. Once the threshold is reached, further requests are delayed or rejected until the rate drops below the limit |
Burst | Specifies the maximum number of requests that can be made quickly (like within a few seconds) without throttling, even if it temporarily exceeds the normal request rate limit |
Quota | Specifies the maximum number of requests a user can take per month. Once the limit is reached, the user cannot make any additional request. |
Associate API Key With Usage Plan
How To Configure API Key?
x-api-key: [Your_API_Key_Here]
Can We Have Two API Keys In Single Usage Plan?
Can We Use Same API Key With Multiple Usage Plan?