Example 2523
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "azure"
region: "eu-west-1"
# Compute resources
compute: {
instance_type: "Standard_B2s"
count: 5
auto_scaling: {
enabled: true
min: 2
max: 8
target_cpu: 62
}
}
storage: {
type: "ssd"
size_gb: 360
encrypted: true
}
networking: {
vpc: "vpc-7b4d841a"
subnet: "10.181.0.0/16"
public_ip: false
}
}