Example 5633
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "aws"
region: "ap-southeast-1"
# Compute resources
compute: {
instance_type: "e2-standard-4"
count: 6
auto_scaling: {
enabled: true
min: 2
max: 6
target_cpu: 70
}
}
storage: {
type: "ssd"
size_gb: 448
encrypted: true
}
networking: {
vpc: "vpc-4c7c36df"
subnet: "10.163.0.0/16"
public_ip: true
}
}