mirror of
https://github.com/jambonz/jambonz-infrastructure.git
synced 2026-01-25 02:08:27 +00:00
jambonz-feature-server
A packer template to build an AMI for the jambonz feature server. The base linux distro is Debian 10 (buster).
Installing
$ packer build -color=false template.json
variables
There are many variables that can be specified on the packer build command line; however defaults (which are shown below) are appropriate for building an "all in one" jambonz server, so you generally should not need to specify values.
"region": "us-east-1"
The region to create the AMI in
"ami_description": "jambonz feature server"
AMI description.
"instance_type": "t2.medium"
EC2 Instance type to use when building the AMI.
"drachtio_version": "v0.8.4"
drachtio tag or branch to build
"install_datadog": "no",
whether to install datadog (commercial) monitoring agent
"install_telegraf": "yes",
whether to install telegraf (open source) monitoring agent