Example 2330
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "aws"
region: "us-west-2"
# Compute resources
compute: {
instance_type: "t3.medium"
count: 1
auto_scaling: {
enabled: true
min: 1
max: 7
target_cpu: 57
}
}
storage: {
type: "ssd"
size_gb: 97
encrypted: true
}
networking: {
vpc: "vpc-868a64cf"
subnet: "10.230.0.0/16"
public_ip: true
}
}