Appearance
2333 - 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: 7
target_cpu: 74
}
}
storage: {
type: "hdd"
size_gb: 340
encrypted: true
}
networking: {
vpc: "vpc-3acc8a1b"
subnet: "10.52.0.0/16"
public_ip: true
}
}