This is an AWS CDK Rate Limit Rule on WAF V2.
Project description
AWS WAF(V2) IP Rete Limit Rule
This is an AWS CDK WAF IP Rate Limit Rule
Resources
This construct creating resource list.
- WAF V2 RuleGroup
Install
TypeScript
install by npm
npm install @gammarers/aws-waf-ip-rate-limit-rule
install by yarn
yarn add @gammarers/aws-waf-ip-rate-limit-rule
Python
pip install gammarers.aws-waf-ip-rate-limit-rule
Example
import { WAFIPRateLimitRule } from '@gammarers/aws-waf-ip-rate-limit-rule';
const ipRateLimitRule = new WAFIPRateLimitRule({
rateLimit: 100,
});
new wafv2.CfnWebACL(stack, 'WebACL', {
defaultAction: { allow: {} },
scope: 'CLOUD_FRONT',
name: 'WebAclWithCustomRules',
visibilityConfig: {
cloudWatchMetricsEnabled: true,
metricName: 'WebAclMetric',
sampledRequestsEnabled: true,
},
rules: [
ipRateLimitRule.blockRule({
priority: 1,
}),
],
});
License
This project is licensed under the Apache-2.0 License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gammarers_aws_waf_ip_rate_limit_rule-2.0.54.tar.gz.
File metadata
- Download URL: gammarers_aws_waf_ip_rate_limit_rule-2.0.54.tar.gz
- Upload date:
- Size: 28.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b426595e46a3b65401bb761cfc057f9b2576d7f5e1fb89f8e0242c886116ef9c
|
|
| MD5 |
dd5746a754f0af1fe5aa6e6e9b97425c
|
|
| BLAKE2b-256 |
ecb66c8082f479318b7a1172a86f12d518cbe0afbeee9140c10ac47adc30b74d
|
File details
Details for the file gammarers_aws_waf_ip_rate_limit_rule-2.0.54-py3-none-any.whl.
File metadata
- Download URL: gammarers_aws_waf_ip_rate_limit_rule-2.0.54-py3-none-any.whl
- Upload date:
- Size: 27.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
810527e317b70735c124a11d9e360f4d307c84b4bd1e2f75fcb0be3762d1121f
|
|
| MD5 |
689a94335a34cac1e488b44d965be5ff
|
|
| BLAKE2b-256 |
3761571e625b4851888b44004a7d4f2badd0b5f7249860d9348eac99cee7fa29
|