简体   繁体   中英

SQL Server Always Encrypted on AWS RDS

Does anyone know if RDS for SQL Server supports Always Encrypted? If it does has anyone every used AWS KMS as the Certificate Store?

RDS for SQL Server supports Always Encrypted. It is mentioned in the documentation: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html

AWS KMS can't be used for the Certificate store. The options are:

  • Azure Key Vault
  • Windows Certificate Store on a client machine
  • Hardware security module

RDS also supports Always Encrypted with Secure Enclaves, but with some limitations in regards to the setup: https://aws.amazon.com/blogs/modernizing-with-aws/sql-server-always-encrypted-with-secure-enclaves/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM