Example 4826
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "azure"
region: "us-east-1"
# Compute resources
compute: {
instance_type: "t3.medium"
count: 8
auto_scaling: {
enabled: true
min: 3
max: 5
target_cpu: 80
}
}
storage: {
type: "nvme"
size_gb: 487
encrypted: true
}
networking: {
vpc: "vpc-daa8a3ea"
subnet: "10.184.0.0/16"
public_ip: true
}
}