Example 9324

Cloud Deploy Config

Cloud deployment infrastructure configuration.

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

# Compute resources
compute: {
instance_type: "t3.medium"
count: 5
auto_scaling: {
enabled: true
min: 1
max: 18
target_cpu: 58
}
}

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

networking: {
vpc: "vpc-d66bf600"
subnet: "10.25.0.0/16"
public_ip: true
}
}

See also