Azure VM Disk Encryption - Storage Side Encryption vs Azure Disk Encryption
11 min to read.
Abs07act
Encryption is a vast and complex topic. No matter how much
you 07y to make it easy; it turns into more complex subject. The encryption is
very close to heart for security teams in any organization.
Especially for security people working for a Bank or
Financial institutes, the encryption will always be favorite topic. The audit,
compliance and security teams always tend to evaluate encryption in and out.
With more and more organizations moving their workloads
to Azure Cloud; encryption becomes hot topic. The most common service used on
Azure is Azure VMs.
I have been part of the discussions where “Encryption of
Azure VMs and its disk” took more than 6 months to satisfy all queries of
security teams.
As always, I don’t want every discussion to continue
that long and this is what this blog post targets. In this blog I have added
crucial information about “Azure VM Disk Encryption” that will help you to make
decision faster and move toward the Azure journey quickly for large scale adoption.
I will TRY to explain the Azure VM encryption scenarios
and common questions which are not provided by Vast documentation of Azure VM
Disk Encryption present – here, here, here, here
and here.
Lets go!
The topic of encryption vastly moves around two things –
1. Encryption
at rest
2. Encryption in 07ansit
2. Encryption in 07ansit
For Azure VMs when we talk about encryption for Azure
VMs, it is mainly applicable to “Encryption at rest”. The data stored on Azure
VM disks should be encrypted in the major requirement of organizations. Apart
from that other requirements are –
1. I
want to use my secret keys for encryption
2. When I backup VM, the backup should also be encrypted
3. When I restore VM from backup; it should be encrypted
4. When I perform DR replication for VM; it should be encrypted
5. My VM stored data should not be readable unless decryption keys are provided
6. If I download the encrypted Azure VM from Azure and provision in my on premises then data on VM should not be readable
7. What is difference between Azure managed disk “Server Side Encryption” (SSE) and “Azure Disk Encryption” (ADE)? When to use what?
2. When I backup VM, the backup should also be encrypted
3. When I restore VM from backup; it should be encrypted
4. When I perform DR replication for VM; it should be encrypted
5. My VM stored data should not be readable unless decryption keys are provided
6. If I download the encrypted Azure VM from Azure and provision in my on premises then data on VM should not be readable
7. What is difference between Azure managed disk “Server Side Encryption” (SSE) and “Azure Disk Encryption” (ADE)? When to use what?
These are the common questions/ requirements I have seen
most of the companies demand for Azure VM
encryption. Let us see how Azure VM encryption options resolve it.
encryption. Let us see how Azure VM encryption options resolve it.
Azure VM managed disks can be encrypted using two
methods –
1. Server
Side Encryption
2. Azure Disk Encryption
2. Azure Disk Encryption
Server side encryption [SSE] is default offering. All of
your Azure VMs managed disks are always encrypted by default when they are
stored on underlying storage. This is encryption at rest by the Azure itself.
You
don’t need any additional efforts to perform Server Side Encryption of Azure VM
Managed disk. More importantly you can't disable it as well. Server side
encryption is not optional, and always provided behind the scene.
Azure Disk Encryption [ADE] is optional. This method
provides an ex07a layer of security over SSE. This encryption is performed at
OS level of VM and hence there are many conditions where ADE is supported/ not
supported. Where as SSE is always performed at backend storage level and has
nothing to do with OS of VM being encrypted.
So there are no non-supported
scenarios for Server Side Encryption of Azure VM Managed Disks.
For Windows VM ADE is configured using BitLocker.
For Linux VM ADE is configured using DMCrypt.
Comments
Post a Comment