Example 16921
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "aws"
region: "ap-southeast-1"
# Compute resources
compute: {
instance_type: "Standard_B2s"
count: 8
auto_scaling: {
enabled: true
min: 1
max: 11
target_cpu: 69
}
}
storage: {
type: "ssd"
size_gb: 237
encrypted: true
}
networking: {
vpc: "vpc-faaab262"
subnet: "10.12.0.0/16"
public_ip: true
}
}