From 9fb3ccfa0576be28b5b19c58ba4e68c7b4f8673e Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Fri, 24 Feb 2023 14:05:29 -0500 Subject: [PATCH] cf updates --- cloudformation/jambonz-mini.yaml | 4 +--- packer/jambonz-web-server/template.json | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/cloudformation/jambonz-mini.yaml b/cloudformation/jambonz-mini.yaml index 47b29a7..a459ee0 100644 --- a/cloudformation/jambonz-mini.yaml +++ b/cloudformation/jambonz-mini.yaml @@ -103,9 +103,7 @@ Conditions: Mappings: AWSRegion2AMI: us-east-1: - Ami: ami-0a83fe1609489c3e2 - eu-central-1: - Ami: ami-0f3b72db2a9de1118 + Ami: ami-0e0d12a458c86f7fb Resources: IamCloudwatchRole: diff --git a/packer/jambonz-web-server/template.json b/packer/jambonz-web-server/template.json index 09b9418..8b0016e 100644 --- a/packer/jambonz-web-server/template.json +++ b/packer/jambonz-web-server/template.json @@ -4,7 +4,7 @@ "ssh_username": "admin", "ami_description": "jambonz webserver", "instance_type": "t3.xlarge", - "drachtio_version": "v0.8.21", + "jambonz_version": "v0.8.1", "ami_base_image_arch": "amd64", "ami_base_image_owner": "136693071363", "install_datadog": "no",