Example 11037
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "aws"
region: "us-west-2"
# Compute resources
compute: {
instance_type: "t3.medium"
count: 5
auto_scaling: {
enabled: true
min: 1
max: 20
target_cpu: 63
}
}
storage: {
type: "nvme"
size_gb: 380
encrypted: true
}
networking: {
vpc: "vpc-cfd9c781"
subnet: "10.183.0.0/16"
public_ip: false
}
}