1개 답변
- 최신
- 최다 투표
- 가장 많은 댓글
0
Hi,
There is a simpler solution to your problem, I believe: do not query the URL served by CloudFront from Zabbix but rather directly query the DNS name of the origin that you refer to in the CloudFront distribution.
You can of course continue polling the CloudFront URL in parallel to monitor the health of CloudFront itself.
Best,
Didier
관련 콘텐츠
- AWS 공식업데이트됨 4달 전
- AWS 공식업데이트됨 2년 전
- AWS 공식업데이트됨 3달 전
Thanks, but unfortunately I need to use actual domain names because the origin (ALB + EC2) uses name-based virtualhost settings to host multiple websites. I need to come up with some workaround for this.