Delivering better healthcare is increasingly dependent on technology. Recently, there has been movement towards self-managed healthcare via remote technology – a trend that accelerated during the COVID-19 pandemic. Examples of this are initiatives that directly empower consumers to obtain preventive therapies without a physician’s prescription. AstraZeneca, a global, science-led, biopharmaceutical company, is currently recruiting for the Technology-Assisted Cholesterol Trial in Consumers (TACTiC). TACTiC is a Software as a Medical Device (SaMD) application designed to ensure that only the candidates in the trial with an appropriate level of risk are eligible to access the appropriate medicine.

Two of the most interesting challenges for medical device software products like this are the security requirements and software quality testing mandates. Since the application will process personal health information, care must be taken to ensure the confidentiality of this data. In-memory encryption, also known as confidential computing, is an important security enhancement for this type of application.

Idea Evolver partnered with AstraZeneca to build a medical device software product using Google Cloud products and services. They accepted an early invitation from Google Cloud to take advantage of their Confidential Virtual Machine offering that allows for encryption of data while in use, and couldn’t wait to implement it.

Confidential Computing

A Confidential Virtual Machine (Confidential VM) is a type of N2D Compute Engine VM running on processors using AMD’ Secure Encrypted Virtualization (SEV).

Confidential VMs offer high performance, while keeping memory encrypted with a dedicated per-VM instance key that is generated by hardware and resides solely within the processor. These keys are not accessible by Google and allow customers to keep sensitive code and confidential data secure during processing.  

Implementing Confidential VMs is fast and easy

With that in mind, here’s how they at Idea Evolver chose to deploy the Confidential VMs on the AstraZeneca project:

  • The VMs are part of a node pool used in a GKE cluster
  • The GKE cluster is regional since Google only offer this product in the US, and can thus increase availability
  • The GKE cluster is private to help ensure confidentiality

Google manage their Idea Evolver infrastructure using Terraform, so the implementation was incredibly simple. All they had to do was change the existing cluster definition that used standard nodes and VMs to include the confidential node configuration, specifying that the cluster should use confidential nodes and one of the supported n2d machine types. It was that easy!

Negligible Performance Degradation

As with any application, performance was important. The confidential VM implementation held up very well during the performance testing and showed almost no degradation in overall performance, despite now being fully encrypted.

AstraZeneca.jpg

Summary and overall value

The overall implementation experience with confidential VMs was faster and easier than expected. The implementation process was straightforward, and the performance results exceeded their expectations.

We all know how important it is to implement every security measure that is reasonably possible, but in the Software as a Medical Device industry, it is that much more important.

Processing data that contains highly confidential and sensitive information in a regulated environment makes implementing confidential VMs an easy decision. In fact, in many ways, it will be transformational for the SaMD projects and the clients they serve. Idea Evolver are now able to offer encryption of sensitive data in transit, at rest, and while in use.

Notes from Google Cloud

You can learn more about Google Cloud’s Confidential Computing options through the following documentation: