Update to 3.9

Hi, we have an enterprise stack server hosted at AWS built with the cloud formation template. We only built it a couple of weeks ago and it’s version 3.8. How do we update this to 3.9 ?

Hi @Pigsfoot, I’ll try to find out why AWS doesn’t list our v3.9 releases yet.

In the meantime, you can upgrade by updating your CloudFormation template to the latest template for v3.9:

https://thethingsindustries.s3.amazonaws.com/public/payg-ami-cloudformation-3.9.template
1 Like

Hi @htdvisser, thanks for the reply.

Can thsi be used as an update to the existing cloudformation template being used or woudl we need to start from scratch.

You don’t have to re-deploy from scratch. We usually recommend creating a change set with the new template, so that you can see what’s changing. Typically it’s only the EC2 instance, because we’re updating the AMI, but sometimes it will also want to update your database cluster to a new version, in which case you’ll want to take a backup before you apply the changes.

@htdvisser, prefect :+1:

Thats worked great. run the script as an update and now have a server running 3.9.1 along with the new AWS IOT features.

Thanks for your help, much appreciated.

1 Like

2 posts were merged into an existing topic: Missing Pub/Sub providor - AWS IoT

This topic was automatically closed after 30 days. New replies are no longer allowed.