0 pts
Previous Challenge 4 of 6 Next
Rate Limit
10 pts

You are a platform engineer responsible for protecting backend services from traffic overload.

The application periodically receives sudden bursts of requests that saturate the backend servers, causing degraded response times and service interruptions for legitimate users.

Enforce a request rate limit so that individual clients cannot send more than 10 requests per second to the application.

Configure a rate limiting policy on the virtual server to throttle and block clients that exceed the defined request threshold.