A company uses a cloud-based load balancer to distribute traffic to web servers. Recently, a new security policy was applied that restricts traffic to certain geographic regions. Users from an allowed region report they cannot access the website. The load balancer status shows health checks are passing. What should the administrator check?
ACLs enforce geographic restrictions and could be misconfigured, blocking allowed regions.
Why this answer
Option B is correct because the geographic restriction policy is likely implemented via ACLs on the load balancer. Option A is wrong because health checks passing indicate web servers are fine. Option C is wrong because DNS would affect all users, not just a specific region.
Option D is wrong because SSL certificate issues would cause browser warnings, not complete inaccessibility.