Example 12539
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "aws"
region: "us-west-2"
# Compute resources
compute: {
instance_type: "t3.medium"
count: 6
auto_scaling: {
enabled: true
min: 1
max: 14
target_cpu: 52
}
}
storage: {
type: "ssd"
size_gb: 446
encrypted: true
}
networking: {
vpc: "vpc-eccb3781"
subnet: "10.187.0.0/16"
public_ip: false
}
}