반응형 티스토리챌린지2 [zabbix] zabbix Server 설치 zabbix 자체적으로 제공하는 docker-compose를 통한 설치 가이드설치 전 docker-compose version : 2.30.3 이상으로 진행(낮은 버전일 경우 설치 안됨) Zabbix docker gituhb https://github.com/zabbix/zabbix-docker GitHub - zabbix/zabbix-docker: Official Zabbix DockerfilesOfficial Zabbix Dockerfiles. Contribute to zabbix/zabbix-docker development by creating an account on GitHub.github.com Zabbix docker-compose 코드 clonegit clone https://githu.. 2024. 11. 14. [terraform] terraform module( VPC) 사용 terraform varialbe -> moudel 방식 적용 Providor 정의 terraform { required_providers { aws = { source = "hashicorp/aws" version = ">= 5.6" # which means any version equal & above } } required_version = ">= 0.13"}provider "aws" { region = "ap-northeast-2" access_key = "" secret_key = ""} Module VPCmodule "vpc" { source = "terraform-aws-modules/vpc/aws" version = "5.15.0"} t.. 2024. 11. 13. 이전 1 다음 반응형