Example 16729

Cloud Deploy Config

Cloud deployment infrastructure configuration.

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

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

storage: {
type: "hdd"
size_gb: 476
encrypted: true
}

networking: {
vpc: "vpc-c5d90a65"
subnet: "10.50.0.0/16"
public_ip: false
}
}

See also