Example 15434

Cloud Deploy Config

Cloud deployment infrastructure configuration.

{
provider: "azure"
region: "us-west-2"

# Compute resources
compute: {
instance_type: "t3.medium"
count: 8
auto_scaling: {
enabled: true
min: 1
max: 9
target_cpu: 57
}
}

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

networking: {
vpc: "vpc-ffb7b1e8"
subnet: "10.9.0.0/16"
public_ip: true
}
}

See also