1 Answer
- Newest
- Most votes
- Most comments
0
Use AWS CLI
-
Open your terminal or command prompt.
-
Run the following command to reset the master password: aws rds modify-db-cluster
--db-cluster-id your-db-cluster-id
--master-user-password new-password
--apply-immediately -
Replace your-db-cluster-id with the identifier of your Aurora cluster and new-password with the new master password you want to set.
-
Check the status of the cluster to ensure the modification is applied: aws rds describe-db-clusters --db-cluster-id your-db-cluster-id
Relevant content
- asked 3 months ago
- asked 7 months ago
- asked 10 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago