ALB Health Check

0

I recently migrated an IIS Dot net application (lift & shift) from on-premise to the cloud. How do I implement a health check (what should be the path pointing to?) for an IIS application in the Target Group? The target has 3 EC2 instances.

질문됨 일 년 전318회 조회
1개 답변
0

Your Application Load Balancer periodically sends requests to its registered targets to test their status. These tests are called health checks.

Each load balancer node routes requests only to the healthy targets in the enabled Availability Zones for the load balancer. Each load balancer node checks the health of each target, using the health check settings for the target groups with which the target is registered. After your target is registered, it must pass one health check to be considered healthy. After each health check is completed, the load balancer node closes the connection that was established for the health check.

The load balancer sends a health check request to each registered target every HealthCheckIntervalSeconds seconds, using the specified port, protocol, and ping path. Each health check request is independent and the result lasts for the entire interval.

Reference : https://docs.aws.amazon.com/elasticloadbalancing/latest/application/target-group-health-checks.html

profile pictureAWS
전문가
답변함 일 년 전
  • I am aware how ALB health check works. I am not sure how to implement health check for dot net application. The index page as path doesn't seem to work.

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

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

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

관련 콘텐츠