Example 6334

Cloud Deploy Config

Cloud deployment infrastructure configuration.

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

# Compute resources
compute: {
instance_type: "e2-standard-4"
count: 4
auto_scaling: {
enabled: true
min: 1
max: 19
target_cpu: 51
}
}

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

networking: {
vpc: "vpc-d91931d4"
subnet: "10.137.0.0/16"
public_ip: true
}
}

See also