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.
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.
KMS is NOT the correct service for storing DB credentials. In AWS you should use Secrets Manager or Systems Manager Parameter Store for this.