- Newest
- Most votes
- Most comments
I understand you're experiencing increased network latency from your servers in the Dublin region to the Betfair API since May 1, 2025. While I can't comment on specific third-party services, I can provide some general guidance on troubleshooting network latency issues within AWS.
First, it's important to isolate whether the issue is within AWS or external. Here are some steps you can take:
-
Check AWS service health dashboards for any known issues in the Dublin region that might be affecting network performance.
-
Monitor your EC2 instances' network performance using CloudWatch metrics. Look at the NetworkIn, NetworkOut, and NetworkPacketsIn/Out metrics to see if there are any unusual patterns or if you're exceeding the baseline network bandwidth for your instance types.
-
If you're using Elastic Load Balancers, check the TargetResponseTime metric in CloudWatch for any significant increases.
-
Perform traceroutes from your EC2 instances to the Betfair API endpoint to identify where the latency is occurring. This can help determine if the issue is within AWS's network or outside of it.
-
Test connectivity directly to the Betfair API from different AWS regions to see if the issue is specific to Dublin or more widespread.
-
If you're using AWS Global Accelerator or CloudFront, review your configurations to ensure they're optimized for your use case.
-
Enable detailed VPC flow logs and analyze them to identify any potential networking issues within your VPC.
If after these checks you still suspect the issue is within AWS, I recommend opening a support case with AWS. Provide detailed information including traceroutes, timestamps, and specific endpoint details to help diagnose the issue.
Remember, network performance can be affected by many factors, including routing changes, congestion, or issues with intermediate networks. Continuous monitoring and data collection will be crucial in identifying the root cause of the latency increase.
Sources
Troubleshoot high response times and ECS latency issues | AWS re:Post
Troubleshoot latency on calls or requests to Amazon ECS tasks | AWS re:Post
If the latency persists and you have internal evidence (mtr, CloudWatch, etc.), open a case with AWS Support - especially if you're on a paid support plan.
Relevant content
- asked a year ago
- asked 3 years ago
- AWS OFFICIALUpdated 10 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 months ago