1 réponse
- Le plus récent
- Le plus de votes
- La plupart des commentaires
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
Contenus pertinents
- demandé il y a 2 ans
- Réponse acceptéedemandé il y a un an
- demandé il y a un an
- demandé il y a 2 ans
- AWS OFFICIELA mis à jour il y a 3 ans
- AWS OFFICIELA mis à jour il y a 3 mois
- AWS OFFICIELA mis à jour il y a 2 ans
- AWS OFFICIELA mis à jour il y a 4 mois
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.