Example 2530

Cloud Deploy Config

Cloud deployment infrastructure configuration.

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

# Compute resources
compute: {
instance_type: "Standard_B2s"
count: 9
auto_scaling: {
enabled: true
min: 3
max: 20
target_cpu: 58
}
}

storage: {
type: "hdd"
size_gb: 342
encrypted: true
}

networking: {
vpc: "vpc-dbbbfbc1"
subnet: "10.34.0.0/16"
public_ip: false
}
}

See also