Appearance
2433 - 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: 10
auto_scaling: {
enabled: true
min: 2
max: 14
target_cpu: 60
}
}
storage: {
type: "ssd"
size_gb: 23
encrypted: true
}
networking: {
vpc: "vpc-5aa34cd2"
subnet: "10.183.0.0/16"
public_ip: true
}
}