Example 6226
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "azure"
region: "us-west-2"
# Compute resources
compute: {
instance_type: "t3.medium"
count: 1
auto_scaling: {
enabled: true
min: 2
max: 17
target_cpu: 57
}
}
storage: {
type: "ssd"
size_gb: 356
encrypted: true
}
networking: {
vpc: "vpc-2a89aee2"
subnet: "10.178.0.0/16"
public_ip: true
}
}