- Newest
- Most votes
- Most comments
What you're experiencing with AWS Global Accelerator is likely related to how traffic is routed through AWS's global network infrastructure and how this routing is reflected in your billing.
AWS Global Accelerator uses anycast static IP addresses that route client traffic to the nearest AWS edge location. From there, traffic is routed over the private AWS network to endpoints in a specific Region based on routing rules configured in Global Accelerator. This approach reduces latency by minimizing traffic on the public internet.
The billing metrics you're seeing (NA-AU-OUT-Bytes-Internet) represent data transfer from North America to Australia. However, this doesn't necessarily mean your end users are physically located in Australia. CloudWatch metrics for Global Accelerator use dimensions like "SourceRegion" and "DestinationEdge" to categorize traffic:
- SourceRegion refers to the geographic area of AWS Regions where your application endpoints are running
- DestinationEdge refers to the geographic area of AWS edge locations serving your client traffic
The discrepancy between your billing showing Australia traffic and your ALB logs showing European IPs could be due to several factors:
- Global Accelerator might be routing traffic through Australian edge locations based on network conditions, even if the original requests are from Europe
- There could be routing optimizations happening within AWS's private network that are sending traffic through Australia before reaching your endpoints
- The traffic might be following a path that involves edge locations in Australia due to current network conditions or routing decisions
To troubleshoot this issue, you could:
- Monitor CloudWatch metrics for your Global Accelerator to see traffic patterns by source and destination
- Check if there have been any recent changes to your Global Accelerator configuration
- Contact AWS Support for more detailed analysis of your specific traffic patterns, as they can provide insights into why traffic is being routed through Australian edge locations
This unexpected routing pattern doesn't necessarily indicate a problem with your setup, but rather reflects how Global Accelerator dynamically optimizes traffic routing across AWS's global network.
Sources
Global Accelerator request routing - AWS Prescriptive Guidance
Using Amazon CloudWatch with AWS Global Accelerator - AWS Global Accelerator
answered a year ago
Relevant content
asked 4 years ago
asked 7 years ago
asked 2 years ago
