Skip to content

kh77/springboot-aws-rds-secrets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Springboot AWS Secret Manager for RDS

  1. Go AWS Management Console and open the Amazon Secrets Manager console here then make sure you choose the same AWS Region as that of the MySQL database

  2. In the navigation pane, choose Secrets then Store a new secret on the top-right of the Secrets table to open the below page:

AWS Secrets Manager console : store a new secret

  1. Secret type : Credentials for Amazon RDS database

  2. Username : whatever

  3. Password : whatever

For steps 4 and 5, use the same username and password as the database.

  1. Database : choose product_management DB instance and click Next

  2. Secret name : rds-credential/dev, leave default options and click Next

  3. Leave all the default options again and click Next to go to the Review page.

  4. Click Store

  5. Optional: AWS Access Key and Secret Key can also be accessed from Secrets Manager using Other General Type

My Image

Releases

No releases published

Packages

No packages published

Languages