Ad Widget

Collapse

Zabbix with aurora on AWS everonment.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rodrigo.root.rj
    Junior Member
    • Jun 2010
    • 26

    #1

    Zabbix with aurora on AWS everonment.

    Hi all,
    I read about products on aws and saw Database Servies like Aurora. I want build an server with that but not find doc here about this.
    Anyone build this, on aws or other database cloud service ?
    regards.
  • LenR
    Senior Member
    • Sep 2009
    • 1005

    #2
    We built an experimental Zabbix hosted on Google and used their Cloud SQL. I just treated it like any other zabbix with the mysql db hosted elsewhere. I think it would be similar for AWS, but you will have to try and see. If running Zabbix server in a container, I had to use a Linux VM load the initial database setups scripts to the cloud DB instance.

    Comment

    • jerenisa23
      Junior Member
      • Jun 2023
      • 1

      #3
      I don't have much knowledge about this but i share some information which i know!, Start by creating an Aurora database cluster in your AWS environment. You can choose either MySQL or PostgreSQL as the compatible database engine based on your requirements. Configure the security groups associated with your Aurora cluster to allow inbound traffic from the Zabbix server. This will enable communication between Zabbix and the Aurora database. Set up a separate EC2 instance to host the Zabbix server. You can launch an Amazon Linux or any other compatible EC2 instance based on your preference. Make sure to associate a security group that allows outbound traffic to the Aurora cluster.

      Comment

      Working...