Example 6035

Cloud Deploy Config

Cloud deployment infrastructure configuration.

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

# Compute resources
compute: {
instance_type: "t3.medium"
count: 10
auto_scaling: {
enabled: true
min: 2
max: 9
target_cpu: 63
}
}

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

networking: {
vpc: "vpc-d623f878"
subnet: "10.249.0.0/16"
public_ip: true
}
}

See also