You must be logged in to view saved presets
Configuration to create WAF Web ACLs with AWS Managed Rules to protect internet-facing applications. Web ACLs can be applied to CloudFront distributions, Application Load Balancers (ALBs), and API Gateways.
Select from the following options to ensure the appropriate configuration for your environment and application:
AWSTemplateFormatVersion: '2010-09-09'
Description: ''
Resources:
WafWebAcl:
Type: 'AWS::WAFv2::WebACL'
Properties:
Name: ''
Scope: REGIONAL
DefaultAction:
Allow: {}
VisibilityConfig:
CloudWatchMetricsEnabled: true
MetricName: ''
SampledRequestsEnabled: true
Rules: []
Parameters: {}
Metadata: {}
Conditions: {}