Example 8335

Cloud Deploy Config

Cloud deployment infrastructure configuration.

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

# Compute resources
compute: {
instance_type: "t3.medium"
count: 2
auto_scaling: {
enabled: true
min: 2
max: 13
target_cpu: 76
}
}

storage: {
type: "hdd"
size_gb: 29
encrypted: true
}

networking: {
vpc: "vpc-de538dac"
subnet: "10.51.0.0/16"
public_ip: true
}
}

See also