1 個回答
- 最新
- 最多得票
- 最多評論
1
First thing you need to do is definitively figure out if it is the ALB, or the instance's response to the ALB causing the 502 errors.
Use Cloud watch metrics.
If data points show under the HTTPCode_ELB_502_Count metric, then your ALB is issue.
If errors show under the HTTPCode_Target_5XX_Count metric, then your target instance is the problem.
From there there is additional troubleshooting you can do . . .
This is a good reference. https://aws.amazon.com/premiumsupport/knowledge-center/elb-alb-troubleshoot-502-errors/
已回答 2 年前
相關內容
- 已提問 1 年前
- 已提問 2 個月前
- AWS 官方已更新 7 個月前
- AWS 官方已更新 2 年前
- AWS 官方已更新 10 個月前
- AWS 官方已更新 1 年前