Route53 health check for UDP

0

I would like to setup a route53 failover record for our syslog server running over port 514/udp. But there does not seem to be a UDP check. There is a TCP check but no UDP. I would very much like to avoid using a LoadBalancer.

Any ideas?

질문됨 4달 전163회 조회
2개 답변
0

Hello.

As you know, Route53 health checks use HTTP, HTTPS, TCP, etc.
https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/health-checks-creating-values.html
https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-simple-configs.html

You create health checks for the resources that you can't create alias records for, such as EC2 instances or servers in your own data center. You specify how to send health-checking requests to the resource: which protocol to use (HTTP, HTTPS, or TCP), which IP address and port to use, and, for HTTP/HTTPS health checks, a domain name and path.

Therefore, if you want to monitor a protocol that uses UDP, you will need to create a monitoring mechanism using Lambda etc. for separate monitoring.

profile picture
전문가
답변함 4달 전
0

As Riku mentioned, Route53 health checks do not support UDP.

One option is to do TCP check on a TCP service on your server. This can be HTTP web server on port 80, or perhaps syslog on TCP 514. You will need to enable Syslog TCP for the latter option.

You can configure your server firewall (or EC2 security group) to restrict inbound TCP access to Route 53 Health Check IP prefixes only.

AWS
전문가
Mike_L
답변함 4달 전

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

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

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

관련 콘텐츠