Example 12330

Cloud Deploy Config

Cloud deployment infrastructure configuration.

{
provider: "azure"
region: "ap-southeast-1"

# Compute resources
compute: {
instance_type: "t3.medium"
count: 8
auto_scaling: {
enabled: true
min: 2
max: 17
target_cpu: 74
}
}

storage: {
type: "nvme"
size_gb: 397
encrypted: true
}

networking: {
vpc: "vpc-e8a3fb9f"
subnet: "10.182.0.0/16"
public_ip: true
}
}

See also