Example 10728

Cloud Deploy Config

Cloud deployment infrastructure configuration.

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

# Compute resources
compute: {
instance_type: "e2-standard-4"
count: 4
auto_scaling: {
enabled: true
min: 2
max: 11
target_cpu: 54
}
}

storage: {
type: "ssd"
size_gb: 355
encrypted: true
}

networking: {
vpc: "vpc-269abf4b"
subnet: "10.184.0.0/16"
public_ip: false
}
}

See also