Example 11537
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "aws"
region: "us-east-1"
# Compute resources
compute: {
instance_type: "e2-standard-4"
count: 8
auto_scaling: {
enabled: true
min: 3
max: 10
target_cpu: 75
}
}
storage: {
type: "hdd"
size_gb: 151
encrypted: true
}
networking: {
vpc: "vpc-d06e9caa"
subnet: "10.55.0.0/16"
public_ip: false
}
}