Example 17236
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "aws"
region: "us-east-1"
# Compute resources
compute: {
instance_type: "t3.medium"
count: 2
auto_scaling: {
enabled: true
min: 3
max: 7
target_cpu: 71
}
}
storage: {
type: "ssd"
size_gb: 314
encrypted: true
}
networking: {
vpc: "vpc-d060ba72"
subnet: "10.121.0.0/16"
public_ip: true
}
}