Category Archives: Terraform

Autoscaler job

Autoscaler job

Autoscaler job 등록

vi aws_autoscaler.nomad
-----------------------------
job "autoscaler" {
  datacenters = ["dc1"]

  group 
더보기

ASG 설정

ASG 설정

auto scaling group 생성

vi asg.tf
-----------------------------
resource "aws_launch_template" "nomad_client" {
  name_prefix            = 
더보기