Example 6730
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "aws"
region: "us-west-2"
# Compute resources
compute: {
instance_type: "Standard_B2s"
count: 6
auto_scaling: {
enabled: true
min: 1
max: 20
target_cpu: 77
}
}
storage: {
type: "ssd"
size_gb: 493
encrypted: true
}
networking: {
vpc: "vpc-b3ea1a7d"
subnet: "10.69.0.0/16"
public_ip: false
}
}