Example 5322

Cloud Deploy Config

Cloud deployment infrastructure configuration.

{
provider: "azure"
region: "eu-west-1"

# Compute resources
compute: {
instance_type: "e2-standard-4"
count: 2
auto_scaling: {
enabled: true
min: 2
max: 18
target_cpu: 52
}
}

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

networking: {
vpc: "vpc-1fb46b7b"
subnet: "10.48.0.0/16"
public_ip: true
}
}

See also