Using Console
Using CLI
<web_acl_arn>
and <web_acl_name>
with the ARN and name of the Web ACL that needs to be updated.Using Python
'arn:aws:wafv2:us-west-2:123456789012:global/webacl/ExampleGlobalWebACL'
with the ARN of your Global WebACL, and 'ExampleWAF'
with the name of the WAF you want to associate with.associate_web_acl
method of the WAFv2 client, passing in the ARNs of the Global WebACL and the WAF resource to perform the association.