You can help by commenting or suggesting your edit directly into the transcript. We'll review any changes before posting them. All comments are completely anonymous. For any comments that need a reply, consider emailing docs@inductiveautomation.com.
Version:
Supplemental Videos
LESSON
Upgrading Cloud Edition in AWS
Description
Learn how to upgrade Ignition Cloud Edition running on an AWS EC2 instance.
Video recorded using: Ignition 8.3
Transcript
(open in window)[00:00] In this lesson, I'll demonstrate how to upgrade Cloud Edition when it's running in an AWS EC2 instance. I currently have version 8.3.1 installed and in order to demonstrate upgrading, I'll grab the most recent 8.3.3 nightly. The first thing I'll need to do is connect to my EC2 instance. Before I can do that, I need to make sure that I have my SSH port exposed. I can find this out by navigating to my instance's security page and scrolling down to the inbound rules. Right now I only have port 80 and 443 exposed, so I'll click my security group to configure it, and then I'll click Edit Inbound Rules. I'll click add rule, and then select SSH from the type dropdown. For the source, I'll choose Anywhere IPv4, but you can specify custom IP addresses or ranges on your end to be more secure and I strongly recommend doing so. Once my rule is set up, I'll click save rules. Now I can head back to my EC2 instances and select my Cloud Edition instance, and once it's selected, I'll click connect.
[01:07] There are multiple options for connecting, but I'm gonna use the EC2 Instance Connect and click connect. At the bottom right, this should open up a new tab with a terminal connected to my instance. Next, I'll head over to the Inductive Automation Downloads page. I'll click "other operating systems and versions", and I'll change the version to the latest nightly version. Next, I'll scroll down to the Linux installers. I want this 64-bit Ignition Cloud installer for Linux. So I'm gonna right click it and click copy link address. Now I'll go back to my instance connect tab, and I can download the installer to my instance. To do this, I'll use the "wget" command, and then I'll right click and paste to input the link to the installer. Now I can hit enter and it'll start downloading. Once it's finished downloading, I'll type "ls" to make sure the installer is here. And now I need to make the installer executable, and I can do that by typing "chmod +x" and then the file name.
[02:04] If I type "ls", again, it should show up in a different color to signify that it's executable, and now I can run it. Throughout this process, you may be asked a couple questions about modules and the install location, and when that happens, you can type in your answers and hit enter. My installation location is set to the default location, so I'll just hit enter. I don't wanna make any module changes, so I'll type N and hit enter for these. Finally, I'll start Ignition and I'll install the service. Once the installation's complete, I'll refresh my Gateway webpage. I can log into the homepage, and now I'll see I'm running a snapshot version and the upgrade is complete.