Example 15637

Cloud Deploy Config

Cloud deployment infrastructure configuration.

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

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

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

networking: {
vpc: "vpc-6e08ea11"
subnet: "10.239.0.0/16"
public_ip: false
}
}

See also