Example 6533
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "aws"
region: "us-west-2"
# Compute resources
compute: {
instance_type: "e2-standard-4"
count: 8
auto_scaling: {
enabled: true
min: 1
max: 19
target_cpu: 52
}
}
storage: {
type: "nvme"
size_gb: 210
encrypted: true
}
networking: {
vpc: "vpc-a9b5ad26"
subnet: "10.94.0.0/16"
public_ip: false
}
}