About the operation of failure occurrence in the AP server under the WEB server

0

Please tell me again about the behavior when the following failure occurs

When the dynamic content is accessed by the user in (1) and is routed to the web server on the AZ1 side (2)

When normal, it is recognition that the response to the request is returned from ③ to ②.

When an error occurs

What kind of operation will be performed if an OS failure occurs in the AP server in ③?

It becomes impossible to return the response to the request from ② Error code 5xx: Is it wrong to recognize that a server error is notified to ②?

When the above failure occurs Please tell me how ALB works?

return an error notification to the user?

Will it be routed to the web server in (3) on the AZ2 side?Enter image description here

已提問 2 年前檢視次數 212 次
1 個回答
0

Hi.
ALB simply routes requests.

It forwards the request to AZ1, and if an error occurs along the way, ALB just forwards the error to the client.

After that, the ALB health check should fail, so further requests will only be routed to AZ2.

ALB is only doing sanity checks and where to forward requests. It does not retry across multiple AZs while processing a request.

profile picture
專家
iwasa
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南