Appearance
729 - Cloud Deploy Config
Cloud deployment infrastructure configuration. This is an example of a MAML document.
maml
{
provider: "digitalocean"
region: "us-west-2"
# Compute resources
compute: {
instance_type: "Standard_B2s"
count: 5
auto_scaling: {
enabled: true
min: 1
max: 13
target_cpu: 57
}
}
storage: {
type: "nvme"
size_gb: 230
encrypted: true
}
networking: {
vpc: "vpc-edb73acf"
subnet: "10.28.0.0/16"
public_ip: false
}
}