Example 11030

Cloud Deploy Config

Cloud deployment infrastructure configuration.

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

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

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

networking: {
vpc: "vpc-68adb2b5"
subnet: "10.137.0.0/16"
public_ip: false
}
}

See also