byoungdale / jambonz-infrastructure

packer and cloudformation templates for creating EC2-based jambonz deployments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jambonz infrastructure

This repository contains packer and Cloudformation templates for deploying jambonz on AWS EC2 instances. For deploying jambonz on Kubernetes, please refer to the jambonz helm chart repo.

There are two supported deployment configurations:

  • a jambonz-mini deployment which is an "all-in-one" deployment of jambonz on a single EC2 instance. This type of deployment is ideal for development and testing, as well as running smaller production loads. A cloudformation script script is provided to deploy the instance and create the supporting VPC, subnets, etc. that are needed.
  • a production deployment which deploys jambonz in a horizontally-scalable cluster using autoscale groups. For this deployment, 5 different packer scripts are provided to build the 5 AMIs that are needed, and a cloudformation script script is provided to deploy them and create the supporting VPC, subnets, etc. that are needed.

About

packer and cloudformation templates for creating EC2-based jambonz deployments


Languages

Language:M4 59.4%Language:Shell 27.1%Language:JavaScript 7.6%Language:HCL 4.6%Language:Jinja 1.3%Language:Dockerfile 0.0%