Example 4738

Cloud Deploy Config

Cloud deployment infrastructure configuration.

{
provider: "azure"
region: "us-east-1"

# Compute resources
compute: {
instance_type: "e2-standard-4"
count: 5
auto_scaling: {
enabled: true
min: 3
max: 15
target_cpu: 69
}
}

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

networking: {
vpc: "vpc-accd23af"
subnet: "10.188.0.0/16"
public_ip: true
}
}

See also