https://github.com/kh77/springboot-aws-rds-secrets
AWS secrets manager for RDS
https://github.com/kh77/springboot-aws-rds-secrets
aws aws-secrets-manager java secrets springboot
Last synced: about 1 month ago
JSON representation
AWS secrets manager for RDS
- Host: GitHub
- URL: https://github.com/kh77/springboot-aws-rds-secrets
- Owner: kh77
- Created: 2022-09-25T07:54:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-25T08:00:15.000Z (over 3 years ago)
- Last Synced: 2025-10-11T04:52:57.459Z (8 months ago)
- Topics: aws, aws-secrets-manager, java, secrets, springboot
- Language: Java
- Homepage:
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### 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
3. Secret type : Credentials for Amazon RDS database
4. Username : whatever
5. Password : whatever
For steps 4 and 5, use the same username and password as the database.
6. Database : choose product_management DB instance and click Next
7. Secret name : rds-credential/dev, leave default options and click Next
8. Leave all the default options again and click Next to go to the Review page.
9. Click Store
10. Optional: AWS Access Key and Secret Key can also be accessed from Secrets Manager using Other General Type
