Example 11736
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "azure"
region: "us-west-2"
# Compute resources
compute: {
instance_type: "e2-standard-4"
count: 2
auto_scaling: {
enabled: true
min: 3
max: 11
target_cpu: 71
}
}
storage: {
type: "nvme"
size_gb: 137
encrypted: true
}
networking: {
vpc: "vpc-c8dd117a"
subnet: "10.86.0.0/16"
public_ip: true
}
}