Sql-server – AWS KMS Encryption enable for SQL Server Columns

amazon-rdsawssql server

Is it possible MSSQL on EC2 with a key in AWS KMS to encrypt columns

Best Answer

As per sql server blog here On SQL Server side, it is supported to use a custom key store provider for Always Encrypted, but the implementation/support of the custom key store provider comes from the service provider itself, which in this case is the AWS KMS.

For further your ref here