Example 9834

Cloud Deploy Config

Cloud deployment infrastructure configuration.

{
provider: "aws"
region: "ap-southeast-1"

# Compute resources
compute: {
instance_type: "Standard_B2s"
count: 7
auto_scaling: {
enabled: true
min: 3
max: 14
target_cpu: 79
}
}

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

networking: {
vpc: "vpc-c6d0bc3a"
subnet: "10.43.0.0/16"
public_ip: true
}
}

See also