Cloud Front 504: HTTP/1.1 504 Error

0

Hi team,

Previously my site was working correctly with ALB in AWS but now I have attached the Cloud front with the ALb but it's providing the 504 error. I have checked the all thing but resolve it.

Could you please help on this urgently?

Thanks, Anuj

AnujG
已提問 7 個月前檢視次數 222 次
2 個答案
0

Did you check all the possible causes mentioned in this page? For example, you need to change your ALB's security group to allow inbound traffic from CloudFront.

profile picture
HS
已回答 7 個月前
  • Yes I have checked the security group and allow the all traffic in security group but it's not working. It's throwing the error from cloud front.

  • Then did you use the right protocol? Depending on your distribution settings, your distribution might access the origin with HTTP or HTTPS protocol.

0

504 error implies that Cloudfront is not getting timely reply from ALB. It may be due communication issue between Cloudfront and ALB. For this, check network ACL of ALB subnets (since you already checked ALB security group).

Second reason can be Cloudfront times out before getting reply from ALB. For this, check the latency of response given by ALB and if it is more than Cloudfront timeout-> increase cloudfront timeout or improve the ALB latency. https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/http-504-gateway-timeout.html#http-504-gateway-timeout-configure-security-groups

AWS
Ananya
已回答 5 個月前

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

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

回答問題指南