Example 14131
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "aws"
region: "ap-southeast-1"
# Compute resources
compute: {
instance_type: "t3.medium"
count: 5
auto_scaling: {
enabled: true
min: 2
max: 8
target_cpu: 57
}
}
storage: {
type: "nvme"
size_gb: 415
encrypted: true
}
networking: {
vpc: "vpc-aaf218ae"
subnet: "10.44.0.0/16"
public_ip: false
}
}