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",