Example 17040

Cloud Deploy Config

Cloud deployment infrastructure configuration.

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

# Compute resources
compute: {
instance_type: "t3.medium"
count: 3
auto_scaling: {
enabled: true
min: 3
max: 6
target_cpu: 64
}
}

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

networking: {
vpc: "vpc-32b8e9a3"
subnet: "10.158.0.0/16"
public_ip: true
}
}

See also