Example 6530
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "aws"
region: "us-east-1"
# Compute resources
compute: {
instance_type: "e2-standard-4"
count: 6
auto_scaling: {
enabled: true
min: 3
max: 8
target_cpu: 57
}
}
storage: {
type: "nvme"
size_gb: 202
encrypted: true
}
networking: {
vpc: "vpc-4935de5e"
subnet: "10.83.0.0/16"
public_ip: true
}
}