Example 11424

Cloud Deploy Config

Cloud deployment infrastructure configuration.

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

# Compute resources
compute: {
instance_type: "e2-standard-4"
count: 2
auto_scaling: {
enabled: true
min: 1
max: 20
target_cpu: 59
}
}

storage: {
type: "ssd"
size_gb: 316
encrypted: true
}

networking: {
vpc: "vpc-c60ce2bb"
subnet: "10.178.0.0/16"
public_ip: true
}
}

See also