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ヶ月前221ビュー
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ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ