Example 2633

Cloud Deploy Config

Cloud deployment infrastructure configuration.

{
provider: "aws"
region: "us-east-1"

# Compute resources
compute: {
instance_type: "Standard_B2s"
count: 8
auto_scaling: {
enabled: true
min: 1
max: 16
target_cpu: 71
}
}

storage: {
type: "nvme"
size_gb: 148
encrypted: true
}

networking: {
vpc: "vpc-1c55359c"
subnet: "10.99.0.0/16"
public_ip: true
}
}

See also