This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

AWS UTM HA Firmware updates

Can anyone tell me how firmware updates are applied when using a HA deployment in AWS. It looks like the public AMI that the Auto Scaling group references is updated. Do the actual instances also get updated automatically or do we need to shutdown the old instances? I am having a hard time finding documentation on how to perform firmware updates on a UTM HA appliance running in AWS.



This thread was automatically locked due to age.
Parents Reply
  • Hello. To update an HA deployment of the UTM on AWS, you will need to modify the AMI ID in the cloud formation stack that you used for the deployment to the latest AMI image. You can obtain the latest AMi image by referring to this Github repository - https://github.com/sophos-iaas/aws-cf-templates/tree/master/utm

    This way, the update will occur using the AWS cloud formation update mechanism with a new UTM built, config downloaded from the S3 bucket and Elastic IP moved to the new instance. As always, ensure you follow your internal change management process of testing and roll back plans and always ensure you have a a backup of your configuration.

Children