---
title: Securing the Open-Source supply chain with Ubuntu Pro on Google Cloud
description: 'It’s official: since the outbreak of the COVID-19 pandemic, cybercrime
  has increased by 600%. Among these, ransomware attacks are estimated to cost $6
  trillion in 2021 alone. And there were nearly 550,000 ransomware attacks per day
  in 2020. The question is: are your workloads secure enough? In this blog, we will
  discuss how to make  […]'
url: https://canonical.com/blog/securing-the-open-source-supply-chain-with-ubuntu-pro-on-google-cloud?format=md
---

1. [Blog](https://canonical.com/blog)
2. Article

---

[Hugo Huang](https://canonical.com/blog/author/hugohuangtao "More about Hugo Huang")

1 November 2021

# Securing the Open-Source supply chain with Ubuntu Pro on Google Cloud

[Google Cloud](https://canonical.com/blog/tag/google-cloud)
[In-place upgrade](https://canonical.com/blog/tag/in-place-upgrade)
[Ubuntu Pro](https://canonical.com/blog/tag/ubuntu-pro)

---

Share the article

It’s official: since the outbreak of the COVID-19 pandemic, [cybercrime has increased by 600%](https://purplesec.us/resources/cyber-security-statistics/). Among these, ransomware attacks are estimated to [cost $6 trillion in 2021](https://purplesec.us/resources/cyber-security-statistics/) alone. And there were nearly [550,000 ransomware attacks per day](https://itchronicles.com/information-security/cyber-security-statistics-2020/) in 2020. The question is: are your workloads secure enough? In this blog, we will discuss how to make your Open Source workloads more secure in one second.

## Run your mission-critical applications with Ubuntu Pro on Google Cloud

If your workloads are running on Ubuntu, congratulations! [Ubuntu has been the most secure operating system](https://www.zdnet.com/article/uks-security-branch-says-ubuntu-most-secure-end-user-os/) since 2013, according to [UK Government Communications Headquarters (GCHQ)](https://www.gchq.gov.uk/). This is thanks to Canonical’s teams, who strive to keep Ubuntu at the forefront of safety and reliability. Earlier this year, Canonical and Google launched [Ubuntu Pro on Google Cloud](https://ubuntu.com/blog/introducing-ubuntu-pro-for-google-cloud), a premium image designed to deliver the most comprehensive security and compliance features on public clouds. Ubuntu Pro allows instant access to security patching, covering more than 30,000 open source applications for up to 10 years. It also comes with critical compliance features essential to running workloads in regulated environments.

## Upgrading Ubuntu LTS workloads to Pro in seconds

Now you can run your mission-critical applications on this brand new Ubuntu Pro. But how about your running workloads on Ubuntu LTS? How to migrate them to new Ubuntu Pro virtual machines?

The good news is, you don’t have to. Google and Canonical have been working together to give you the most seamless experience while getting industry-leading protection. Today, you can upgrade your Ubuntu LTS to Ubuntu Pro with one command.

Suppose you have one VM running on Ubuntu 16.04 LTS. Here is how it works:

* Step 1: Stop that machine

|  |
| --- |
| $ gcloud compute instances stop $INSTANCE\_NAME |

* Step 2: Append Ubuntu Pro license to the disk

|  |
| --- |
| $ gcloud beta compute disks update $INSTANCE\_NAME –zone=$ZONE –update-user-licenses=”https://www.googleapis.com/compute/v1/projects/ubuntu-os-pro-cloud/global/licenses/ubuntu-pro-1604-lts” |

* Step 3: Start the machine

|  |
| --- |
| $ gcloud compute instances start $INSTANCE\_NAME |

And that is it! Now you have upgraded your Ubuntu 16.04 LTS into Ubuntu 16.04 Pro. Let’s see what it looks like now. When you SSH into this machine, input the following:

|  |
| --- |
| $ ua status |

You should see:

Since you have upgraded your Ubuntu to Ubuntu Pro, this versatile machine will immediately update kernel patches whenever available, extend security coverage for the most important open source applications, such as Apache Kafka, NGINX, MongoDB, Redis and PostgreSQL…

## A spell to rule them all

Now, if you just want all these great security features at once, here us the single magic spell you need to remember:

|  |
| --- |
| $ gcloud beta compute disks update BOOT\_DISK\_NAME \    –zone=ZONE \    –update-user-licenses=”LICENSE\_URI” |

Replace the following:

* BOOT\_DISK\_NAME: the name of the boot disk to append the license to
* ZONE: the zone containing the boot disk to append the license to
* LICENSE\_URI: the license URI for the version of Ubuntu Pro you are upgrading to. The following table shows the license URI for the supported versions of Ubuntu Pro:

| Ubuntu Pro version | License URI |
| --- | --- |
| Ubuntu Pro 16.04 LTS | https://www.googleapis.com/compute/v1/projects/ubuntu-os-pro-cloud/global/licenses/ubuntu-pro-1604-lts |
| Ubuntu Pro 18.04 LTS | https://www.googleapis.com/compute/v1/projects/ubuntu-os-pro-cloud/global/licenses/ubuntu-pro-1804-lts |
| Ubuntu Pro 20.04 LTS | https://www.googleapis.com/compute/v1/projects/ubuntu-os-pro-cloud/global/licenses/ubuntu-pro-2004-lts |

For comprehensive instruction, please refer to official Google Cloud documentation: [Upgrade from Ubuntu to Ubuntu Pro](https://cloud.google.com/compute/docs/images/premium/ubuntu-pro/upgrade-from-ubuntu).

Please subscribe to [ubuntu.com/blog](https://ubuntu.com/blog), we will dive deep into all these security features soon.

[Get in touch

Interested in running Ubuntu in your organization?](https://ubuntu.com/about/contact-us/form)

## Sign up for our newsletter

Get the latest Canonical news and updates in your inbox.

Work email:

\*I agree to receive information about Canonical's
products and services.

By submitting this form, I confirm that I have read and agree to [Canonical's Privacy Policy](https://canonical.com/legal/dataprivacy).

Sign up

## Share on

---

## Related posts

[### Arduino® VENTUNO™ Q is available for pre-order with Ubuntu pre-installed](https://canonical.com/blog/arduino-ventuno-q-is-available-for-pre-order-with-ubuntu-pre-installed)

London, UK – August 25, 2026 – Following our initial collaboration announcement in March 2026, Canonical and Arduino (a subsidiary of Qualcomm Technologies, Inc.) are excited...

[Canonical](https://canonical.com/blog/author/canonical)

25 August 2026

[### Canonical announces the Enterprise Store as part of Ubuntu Pro](https://canonical.com/blog/canonical-announces-the-enterprise-store)

Canonical introduces a new way to manage software behind firewalls and in air-gapped environments with the Enterprise Store. The Enterprise Store makes software distribution...

[Holly Hall](https://canonical.com/blog/author/hollyhall)

21 July 2026

[### Tracing a memory leak bug in PID 1 and contributing an upstream fix: a Linux support story](https://canonical.com/blog/fixing-memory-bug)

How Canonical Support helped a global retail organization trace the cause for an unusual memory leak originating in PID 1. By investigating the issue across three separate...

[Lidia Luna Puerta](https://canonical.com/blog/author/lidia-luna)

17 July 2026

[### Ubuntu and Ubuntu Pro on Azure Cobalt 200 VMs](https://canonical.com/blog/ubuntu-azure-cobalt-200-vms)

Microsoft has announced the preview of Azure Cobalt 200, its second-generation custom Arm silicon. Learn how Ubuntu and Ubuntu Pro support these new VMs from day one, offering...

[Jehudi](https://canonical.com/blog/author/jota-ce)

2 June 2026
