Example 5224
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "digitalocean"
region: "us-east-1"
# Compute resources
compute: {
instance_type: "t3.medium"
count: 4
auto_scaling: {
enabled: true
min: 1
max: 18
target_cpu: 65
}
}
storage: {
type: "ssd"
size_gb: 491
encrypted: true
}
networking: {
vpc: "vpc-dedc561f"
subnet: "10.238.0.0/16"
public_ip: true
}
}