A company has deployed a global web application using AWS CloudFront with an Application Load Balancer (ALB) as the origin. The ALB is in a single AWS region. Users in different geographic regions report high latency, and some users are unable to access the application. The SysOps administrator verifies that the CloudFront distribution is configured correctly and that the ALB is healthy. The administrator also confirms that the ALB's security group allows traffic from the CloudFront IP ranges. What is the most likely cause of the issue?
CloudFront aggregates requests from many edge locations, potentially overwhelming the ALB if not scaled.
Why this answer
Option B is correct because if the ALB is not configured to handle the volume of requests from CloudFront's edge locations, it can become overwhelmed, causing latency and errors. Option A is wrong because CloudFront caches content, reducing load on the origin. Option C is wrong because CloudFront uses HTTP/HTTPS, not TCP/UDP.
Option D is wrong because while SSL/TLS adds overhead, it is not the primary cause of regional access issues.