How to access key value from AWS Key Management Service in data bricks

428 Views Asked by At

I am creating a solution in AWS data bricks and wanted to access the userID and password of RDS from AWS KMS.

Anyone has created this scenario please help.

1

There are 1 best solutions below

1
On

KMS is NOT the correct service for storing DB credentials. In AWS you should use Secrets Manager or Systems Manager Parameter Store for this.

Secrets Manager