Example 15525

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: 1
max: 20
target_cpu: 57
}
}

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

networking: {
vpc: "vpc-e4ecdd5d"
subnet: "10.235.0.0/16"
public_ip: true
}
}

See also