Global Accelerator Shows an Endpoint as Unhealthy

0

I have the following setup A Global Accelerator, WAF, External facing ALB, Auto Scaling Group, and target groups which has an EC2 target for hosting a website. The ALB security group allows open access on port 80 and 443 from everywhere. The website is accessible externally without any issues.

The Global Accelerator shows ALB as Unhealthy. According to https://docs.aws.amazon.com/global-accelerator/latest/dg/about-endpoint-groups-health-check-options.html the health checks for Accelerator uses the Target group's health check. The ALB has only 1 target group which has 1 EC2 and it shows the target as healthy. I also reviewed Application Load Balancer considerations on https://repost.aws/knowledge-center/global-accelerator-unhealthy-endpoints, but still cannot find the reason that Accelerator show ALB as unhealthy. Could anyone help me with this issue? Thanks

1개 답변
0

Hello.

Is Global Accelerator's endpoint type ALB?
In the case of ALB, as you know, if the health check of the target group is successful, then Global Accelerator should also be successful.
If the endpoint type is EC2, health checks are performed directly from Route53 to the EC2 IP address, so access from Route53 must be allowed in the security group's inbound rules.
You can check the IP that Route53 uses for health checks from the URL below.
https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/route-53-ip-addresses.html
https://ip-ranges.amazonaws.com/ip-ranges.json

profile picture
전문가
답변함 5달 전
profile picture
전문가
검토됨 5달 전
  • Yes, the endpoint is an ALB. The health check of the target group is successful and shows the EC2 instance as healthy, however, the Global Accelerator shows the ALB endpoint as unhealthy. Are you saying I still need to allow ROUTE53_HEALTHCHECKS service IP address to my target group EC2 endpoint?

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠