Example 9430

Cloud Deploy Config

Cloud deployment infrastructure configuration.

{
provider: "aws"
region: "us-west-2"

# Compute resources
compute: {
instance_type: "t3.medium"
count: 8
auto_scaling: {
enabled: true
min: 2
max: 20
target_cpu: 78
}
}

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

networking: {
vpc: "vpc-c5d2beae"
subnet: "10.71.0.0/16"
public_ip: true
}
}

See also