Example 7922
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "aws"
region: "us-east-1"
# Compute resources
compute: {
instance_type: "Standard_B2s"
count: 9
auto_scaling: {
enabled: true
min: 1
max: 5
target_cpu: 75
}
}
storage: {
type: "ssd"
size_gb: 176
encrypted: true
}
networking: {
vpc: "vpc-fb9ad0e3"
subnet: "10.39.0.0/16"
public_ip: true
}
}