I have internet-facing AWS ALB. I must accept all HTTP traffic only from whitelist set of ip addresses. At the same time there's one exclusion for mydomain.com/some_path - it should accept HTTP traffic from all IPs (0.0.0.0/0).
Am I on the right way trying to configure this logic with ALB? Should I use path condtions for this purpose?