Example 13724
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "aws"
region: "eu-west-1"
# Compute resources
compute: {
instance_type: "e2-standard-4"
count: 3
auto_scaling: {
enabled: true
min: 2
max: 19
target_cpu: 50
}
}
storage: {
type: "ssd"
size_gb: 331
encrypted: true
}
networking: {
vpc: "vpc-bca241be"
subnet: "10.131.0.0/16"
public_ip: true
}
}