Example 5333

Cloud Deploy Config

Cloud deployment infrastructure configuration.

{
provider: "digitalocean"
region: "us-west-2"

# Compute resources
compute: {
instance_type: "t3.medium"
count: 7
auto_scaling: {
enabled: true
min: 3
max: 11
target_cpu: 75
}
}

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

networking: {
vpc: "vpc-3cf5a82e"
subnet: "10.142.0.0/16"
public_ip: true
}
}

See also