We have 5,000 requests per hour (Reference).
So let’s say that some IP addresses are causing too much load on the server by putting so many requests and I block them through the Digital Ocean Cloud Firewall, but it does not mean that those IPs will stop sending the requests. So now after they are blocked, are those requests still be counted towards the 5000 requests per hour limit?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Hi there @Windrunner,
This request limit is for the DigitalOcean API itself. So if you are using the DigitalOcean API and you are making a lot of requests to
https://api.digitalocean.com
you might hit that 5000 requests limit.That limit is not related to your Droplet itself in any way.
Hope that this helps. Regards, Bobby
Well that sounds great! Thank you for the quick answer.