diff --git a/cloudformation/jambonz-mini.yaml b/cloudformation/jambonz-mini.yaml index bbb65ab..8008aed 100644 --- a/cloudformation/jambonz-mini.yaml +++ b/cloudformation/jambonz-mini.yaml @@ -95,7 +95,7 @@ Conditions: Mappings: AWSRegion2AMI: us-east-1: - Ami: ami-0f9dfdc534e6cd1dc + Ami: ami-07ae487129ffcf70c Resources: IamCloudwatchRole: diff --git a/packer/jambonz-mini/template.json b/packer/jambonz-mini/template.json index 7862517..17cd2e3 100644 --- a/packer/jambonz-mini/template.json +++ b/packer/jambonz-mini/template.json @@ -100,15 +100,6 @@ "execute_command": "chmod +x {{ .Path }}; sudo '{{ .Path }}' {{user `install_cloudwatch`}}", "script": "scripts/install_cloudwatch.sh" }, - { - "type": "shell", - "environment_vars": [ - "ARCH=amd64", - "MEDIA_SERVER_NAME={{user `mediaserver_name`}}", - "PREFERRED_CODEC_LIST={{user `preferred_codec_list`}}" - ], - "script": "scripts/install_freeswitch.sh" - }, { "type": "shell", "execute_command": "chmod +x {{ .Path }}; sudo '{{ .Path }}' {{user `rtp_engine_version`}}", @@ -123,6 +114,15 @@ "type": "shell", "script": "scripts/install_nodejs.sh" }, + { + "type": "shell", + "environment_vars": [ + "ARCH=amd64", + "MEDIA_SERVER_NAME={{user `mediaserver_name`}}", + "PREFERRED_CODEC_LIST={{user `preferred_codec_list`}}" + ], + "script": "scripts/install_freeswitch.sh" + }, { "type": "shell", "execute_command": "chmod +x {{ .Path }}; sudo '{{ .Path }}' {{user `install_influxdb`}}",