Skip to content

On SQL Server, is Always Encrypted mode possible?

0

SQL Server offers an Always Ecrypted mode that encrypts specific columns. It is available as per Microsoft's docs here.

I would like to set up SQL Server Always Encrypted mode on AWS. Can anyone point to the relevant AWS guide for this? I have found a guide which details using SQL Server Always Encrypted on RDS here. However, this guide focuses on storing the keys on Windows Certificate Store. I would like to explore using KMS for this.

I have 2 related questions:

  1. Is SQL Server Always Encrypted mode supported on RDS or EC2 or both?
  2. Can I use KMS to store the encryption keys on SQL Server Always Encrypted?

Thanks!

1 Answer
0

Hi,

There is a blog post on your exact topic: https://aws.amazon.com/blogs/database/set-up-always-encrypted-with-amazon-rds-for-sql-server/

Please, follow it to implement Always Encrypted mode in your account.

Didier

EXPERT

answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.