Example 11737

Cloud Deploy Config

Cloud deployment infrastructure configuration.

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

# Compute resources
compute: {
instance_type: "t3.medium"
count: 7
auto_scaling: {
enabled: true
min: 1
max: 10
target_cpu: 72
}
}

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

networking: {
vpc: "vpc-de7fa538"
subnet: "10.68.0.0/16"
public_ip: true
}
}

See also