Example 3134
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "aws"
region: "us-east-1"
# Compute resources
compute: {
instance_type: "Standard_B2s"
count: 1
auto_scaling: {
enabled: true
min: 1
max: 6
target_cpu: 62
}
}
storage: {
type: "nvme"
size_gb: 268
encrypted: true
}
networking: {
vpc: "vpc-c7fd216a"
subnet: "10.209.0.0/16"
public_ip: false
}
}