Example 15336

Cloud Deploy Config

Cloud deployment infrastructure configuration.

{
provider: "azure"
region: "us-west-2"

# Compute resources
compute: {
instance_type: "t3.medium"
count: 9
auto_scaling: {
enabled: true
min: 3
max: 13
target_cpu: 71
}
}

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

networking: {
vpc: "vpc-abae1ee1"
subnet: "10.142.0.0/16"
public_ip: true
}
}

See also