Appearance
340 - Cloud Deploy Config
Cloud deployment infrastructure configuration. This is an example of a MAML document.
maml
{
provider: "aws"
region: "ap-southeast-1"
# Compute resources
compute: {
instance_type: "e2-standard-4"
count: 6
auto_scaling: {
enabled: true
min: 1
max: 15
target_cpu: 79
}
}
storage: {
type: "hdd"
size_gb: 174
encrypted: true
}
networking: {
vpc: "vpc-fefa86c9"
subnet: "10.45.0.0/16"
public_ip: false
}
}