Example 12121
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "aws"
region: "us-west-2"
# Compute resources
compute: {
instance_type: "Standard_B2s"
count: 3
auto_scaling: {
enabled: true
min: 2
max: 11
target_cpu: 61
}
}
storage: {
type: "ssd"
size_gb: 74
encrypted: true
}
networking: {
vpc: "vpc-ee1c4ead"
subnet: "10.79.0.0/16"
public_ip: true
}
}