Hi all,
Currently we're having a Zabbix server with public IP address, and I'm setting up Zabbix agent 5.2 for AWS EC2 Windows instances that is in private subnets (they have private IP only). My problem is EC2 instances can auto register to Zabbix with hostname and IP (this is IP of AWS NAT Gateway), but Zabbix server cannot retrieve data from EC2.
So I wonder if my configuration is correct or I have to setup a Zabbix proxy in AWS VPC public subnet to forward traffic between Zabbix server and EC2 in private subnets, and active check has only one way traffic from agent to server or it still needs requests from server to agent?
Here is my conf
Thank you
Currently we're having a Zabbix server with public IP address, and I'm setting up Zabbix agent 5.2 for AWS EC2 Windows instances that is in private subnets (they have private IP only). My problem is EC2 instances can auto register to Zabbix with hostname and IP (this is IP of AWS NAT Gateway), but Zabbix server cannot retrieve data from EC2.
So I wonder if my configuration is correct or I have to setup a Zabbix proxy in AWS VPC public subnet to forward traffic between Zabbix server and EC2 in private subnets, and active check has only one way traffic from agent to server or it still needs requests from server to agent?
Here is my conf
Code:
Server=<Zabbix_server_IP> ServerActive=<Zabbix_server_IP> Hostname=<EC2_Computer_Name>