Example 5936
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "aws"
region: "us-west-2"
# Compute resources
compute: {
instance_type: "e2-standard-4"
count: 7
auto_scaling: {
enabled: true
min: 1
max: 19
target_cpu: 54
}
}
storage: {
type: "ssd"
size_gb: 23
encrypted: true
}
networking: {
vpc: "vpc-b5fa6a8f"
subnet: "10.241.0.0/16"
public_ip: false
}
}