Example 6639

Cloud Deploy Config

Cloud deployment infrastructure configuration.

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

# Compute resources
compute: {
instance_type: "Standard_B2s"
count: 10
auto_scaling: {
enabled: true
min: 1
max: 11
target_cpu: 57
}
}

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

networking: {
vpc: "vpc-a6ddec2f"
subnet: "10.153.0.0/16"
public_ip: true
}
}

See also