Example 13427

Cloud Deploy Config

Cloud deployment infrastructure configuration.

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

# Compute resources
compute: {
instance_type: "t3.medium"
count: 4
auto_scaling: {
enabled: true
min: 1
max: 18
target_cpu: 53
}
}

storage: {
type: "hdd"
size_gb: 168
encrypted: true
}

networking: {
vpc: "vpc-c7babdf3"
subnet: "10.215.0.0/16"
public_ip: true
}
}

See also