Files
2021-10-04 13:48:48 -04:00
..
2021-10-04 13:48:48 -04:00
2021-09-28 18:40:10 -04:00
2021-02-10 12:34:55 -05:00
2021-10-04 13:48:48 -04: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