We have an Application Load Balancer running on AWS which is receiving requests from third party application.
We want to throttle the request coming at ALB. Is it possible?
We have an Application Load Balancer running on AWS which is receiving requests from third party application.
We want to throttle the request coming at ALB. Is it possible?
Yes but not with ALB itself.
We need to place API Gateway between your users and ALB that will perform throttling.