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
asked 7 months ago212 views
2 Answers
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
answered 7 months ago
  • 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
answered 5 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions