more docs

This commit is contained in:
Dave Horton
2022-04-20 15:38:57 -04:00
parent 044d021533
commit b0c8d06433

View File

@@ -6,7 +6,7 @@
The [jambonz-mini](./jambonz-mini) packer template builds an AWS machine instance that contains all of the jambonz components on a single server. A jambonz-mini system is typically used for development and testing purposes, or to run a smaller production system.
Once you have created the AMIs you can then deploy the cluster using the [jambonz-mini.yaml](../cloudformation/jambonz-mini.yaml) cloudformation script. Be sure to edit that CF script to reference your AMI ids and region.
Once you have created the AMIs you can then deploy the cluster using the [jambonz-mini.yaml](../cloudformation/jambonz-mini.yaml) cloudformation script. Be sure to edit that CF script to reference your AMI ids and region in the Mappings section of the yaml document.
## Building a scalable jambonz cluster
@@ -18,4 +18,4 @@ To build a horizontally-scalable jambonz cluster you will need to build 5 distin
- [jambonz-sbc-rtp](./jambonz-sbc-rtp)
- [jambonz-web-server](./jambonz-web-server)
Once you have created the AMIs you can then deploy the cluster using the [jambonz-scalable-production.yaml](../cloudformation/jambonz-scalable-production.yaml) cloudformation script. Be sure to edit that CF script to reference your AMI ids and region.
Once you have created the AMIs you can then deploy the cluster using the [jambonz-scalable-production.yaml](../cloudformation/jambonz-scalable-production.yaml) cloudformation script. Be sure to edit that CF script to reference your AMI ids and region in the Mappings section of the yaml document.