Example 13323

Cloud Deploy Config

Cloud deployment infrastructure configuration.

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

# Compute resources
compute: {
instance_type: "e2-standard-4"
count: 2
auto_scaling: {
enabled: true
min: 2
max: 17
target_cpu: 64
}
}

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

networking: {
vpc: "vpc-f0b7afbc"
subnet: "10.87.0.0/16"
public_ip: false
}
}

See also