Example 6935
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "azure"
region: "us-east-1"
# Compute resources
compute: {
instance_type: "Standard_B2s"
count: 9
auto_scaling: {
enabled: true
min: 3
max: 7
target_cpu: 77
}
}
storage: {
type: "hdd"
size_gb: 279
encrypted: true
}
networking: {
vpc: "vpc-a74c9412"
subnet: "10.224.0.0/16"
public_ip: true
}
}