Example 5335
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "aws"
region: "ap-southeast-1"
# Compute resources
compute: {
instance_type: "e2-standard-4"
count: 1
auto_scaling: {
enabled: true
min: 2
max: 11
target_cpu: 79
}
}
storage: {
type: "nvme"
size_gb: 388
encrypted: true
}
networking: {
vpc: "vpc-f72f4d65"
subnet: "10.204.0.0/16"
public_ip: true
}
}