Zerz
Zerz6d ago

Zerz - Does BuildShip offer DDoS protection or ...

Does BuildShip offer DDoS protection or do I have to use Cloudflare or similar myself? If there is DDoS protection, what does it look like or how are my credits affected/not affected? @Gaurav Chadha
3 Replies
Gaurav Chadha
Gaurav Chadha6d ago
Hi @Zerz you can use Authorization header and rate limiting to avoid DDos attacks, so the APIs you build with BuildShip only gets triggerd from a valid request, here's a blog you can refer to - https://buildship.com/blog/secure-api-point-with-low-code.
Zerz
ZerzOP4d ago
Hi Gaurav, thanks for the link to the blog article. Securing the endpoint is one thing, that's clear to me and should always be done. But I'm mainly concerned with the costs incurred. In your example, I still pay a coin for each call, even if I secure it with an Authorization header. Is that correct? In the event of a major DDoS attack, this can very quickly result in large sums of money. With Cloudflare, I would pay a fraction of that.
Gaurav Chadha
Gaurav Chadha3d ago
Hi @Zerz nope. You'll only pay for node executions on a workflow run, credits will only be used when the node is executed. Since by adding an authorization header, your request will terminate at the trigger initial step, which won't deduct any credit.

Did you find this page helpful?