Example 15740
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: 1
max: 18
target_cpu: 59
}
}
storage: {
type: "nvme"
size_gb: 125
encrypted: true
}
networking: {
vpc: "vpc-e8c17a1b"
subnet: "10.96.0.0/16"
public_ip: true
}
}