Example 12721

Cloud Deploy Config

Cloud deployment infrastructure configuration.

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

# Compute resources
compute: {
instance_type: "Standard_B2s"
count: 6
auto_scaling: {
enabled: true
min: 1
max: 7
target_cpu: 67
}
}

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

networking: {
vpc: "vpc-47face96"
subnet: "10.153.0.0/16"
public_ip: false
}
}

See also