Example 11932
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "aws"
region: "us-east-1"
# Compute resources
compute: {
instance_type: "e2-standard-4"
count: 10
auto_scaling: {
enabled: true
min: 3
max: 18
target_cpu: 68
}
}
storage: {
type: "hdd"
size_gb: 284
encrypted: true
}
networking: {
vpc: "vpc-c0bd0fbb"
subnet: "10.119.0.0/16"
public_ip: true
}
}