Multiple API keys and the flow rate limit in the usage plan

0

I associate an API with a usage plan and multiple API keys with the usage plan.
In addition, I set the flow rate limit in the usage plan.
When the API is executed using an API key and the request exceeded error (429 error) occurs, if the API is executed using another API key, does the request exceeded error (429 error) occur?

akazaki
feita há 4 anos919 visualizações
4 Respostas
0
Resposta aceita

According to this answer, if multiple clients execute the same API using different API keys, the flow rate can't be limited by the total number of requests to the API, right?

Not with usage plans, no.

I want to realize a per-API flow rate limit instead of a per-client flow rate limit.

Unfortunately we do not support API level throttling rates today. We do support method level throttling rates that would be global to all callers. These can be used in addition to usage plan throttling.

Regards,
Bob

ESPECIALISTA
respondido há 4 anos
0

Hello:

Usage plan limits are applied per key. Keys within the same plan do not share the limit.

Hope this clarifies.

Regards,
Bob

ESPECIALISTA
respondido há 4 anos
0

Thanks for answering.

According to this answer, if multiple clients execute the same API using different API keys, the flow rate can't be limited by the total number of requests to the API, right?
I want to realize a per-API flow rate limit instead of a per-client flow rate limit.

akazaki
respondido há 4 anos
0

It seems now we can throttle by endpoint: https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-throttling.html

Route-level throttling You can set route-level throttling to override the account-level request throttling limits for a specific stage or for individual routes in your API. The default route throttling limits can't exceed account-level rate limits.

Raf
respondido há 4 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas