Example 15733

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: 2
max: 17
target_cpu: 55
}
}

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

networking: {
vpc: "vpc-1c2ecdb7"
subnet: "10.95.0.0/16"
public_ip: false
}
}

See also