Example 11626

Cloud Deploy Config

Cloud deployment infrastructure configuration.

{
provider: "aws"
region: "ap-southeast-1"

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

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

networking: {
vpc: "vpc-ad3cef9c"
subnet: "10.189.0.0/16"
public_ip: false
}
}

See also