0

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.

Gaurav Gangwar
  • 467
  • 3
  • 11
  • 24
  • Can you please elaborate on what you're doing here? KMS is used to manage encryption keys not RDS credentials. I'm also unclear how this relates to RDS anyway. – jwh20 Sep 14 '20 at 12:35
  • i want to put DB credentials Like UserName Password in KMS and then i'll access those credentials in my databricks notebook. so for securing the credential i'll use KMS as we did in Azure key vault – Gaurav Gangwar Sep 16 '20 at 07:14

1 Answers1

0

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

jwh20
  • 646
  • 1
  • 5
  • 15