Example 14631
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "aws"
region: "us-west-2"
# Compute resources
compute: {
instance_type: "t3.medium"
count: 1
auto_scaling: {
enabled: true
min: 2
max: 18
target_cpu: 74
}
}
storage: {
type: "nvme"
size_gb: 259
encrypted: true
}
networking: {
vpc: "vpc-cce927dd"
subnet: "10.198.0.0/16"
public_ip: false
}
}