Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.58 KB

File metadata and controls

32 lines (21 loc) · 1.58 KB
title Rate limiting rulesets
pcx_content_type concept
sidebar
order
3

import { GlossaryTooltip } from "~/components";

Rate limiting rules allow you to define a rate limit for requests matching an expression, and the action to perform when that rate limit is reached. You can configure rate limiting rules for a single zone or at the account level.

Account-level rate limiting rulesets allow you to define rate limiting rules once and deploy them to multiple Enterprise zones. Instead of configuring the same rules in each zone, you create a ruleset at the account level and control which zones it applies to.

:::note This feature requires an Enterprise plan. :::

To apply a rate limiting ruleset at the account level:

  1. Create a rate limiting ruleset with one or more rate limiting rules.
  2. Deploy the ruleset to one or more zones on an Enterprise plan.

For more information on how Cloudflare calculates request rates, refer to Request rate calculation.

Next steps

For instructions on creating and deploying a rate limiting ruleset, refer to the following pages:

For Terraform examples, refer to Rate limiting rules configuration using Terraform.