AWS HTTP API Gateway Throttling (API Rate Limiting)

Описание к видео AWS HTTP API Gateway Throttling (API Rate Limiting)

Learn best AWS practices and design scalable solutions with the Solutions Architect's Handbook! 👉 https://amzn.to/3zu0dGG

🌟AWS Fundamentals Specialization course: https://imp.i384100.net/QyqXR3

In this video we will take a look how to configure API Throttling for AWS API Gateway. API Throttling in AWS has the following properties:
Throttles are applied on a best-effort basis and should be thought of as targets rather than guaranteed request ceilings.
API Gateway throttles requests to your API using the token bucket algorithm. Set both burst and rate of limits.
Responds with 429 Too Many Requests
You can set target limits for API stages or specific API routes. Account throttling limits set by AWS are shared by all APIs.

Комментарии

Информация по комментариям в разработке