Cloud Infra Architecture (AWS)/AWS Build

[AWS WAF] AWS WAF 정상트래픽 예외처리 [T]

seongduck 2024. 11. 1. 16:38
1) AWS WAF -> Web ACLs -> 원하는 ACLs 선택
2) 원하는 Rule 선택 -> Edit
3) Scope-down statement 체크

"""Statement"""
4) If a request doesn't match the statement (NOT)
Inspect = Single header
Header field name = Bypass-WAF
Match type = Exactly matches string
String to match = true -> Save Rule -> Save

curl -i -H "Bypass-WAF: true" $ALB_URL #예외처리 확인