Example 17526
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "aws"
region: "us-west-2"
# Compute resources
compute: {
instance_type: "Standard_B2s"
count: 10
auto_scaling: {
enabled: true
min: 1
max: 14
target_cpu: 77
}
}
storage: {
type: "hdd"
size_gb: 226
encrypted: true
}
networking: {
vpc: "vpc-be35d4dd"
subnet: "10.229.0.0/16"
public_ip: true
}
}