Example 12723
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "aws"
region: "ap-southeast-1"
# Compute resources
compute: {
instance_type: "t3.medium"
count: 3
auto_scaling: {
enabled: true
min: 2
max: 9
target_cpu: 76
}
}
storage: {
type: "ssd"
size_gb: 367
encrypted: true
}
networking: {
vpc: "vpc-d4f51f4c"
subnet: "10.182.0.0/16"
public_ip: false
}
}