Accidentally lock rds master user, How to unlock it again?

0

i got a accidentally lock master user in my instance. what way i can unlock it?

asked a month ago53 views
1 Answer
1

Hi,

Please try to reset the rds master user password using the AWS console or aws cli command and then you should be able to login again with the new password.

Reference repost article to reset the master user password for RDS database - https://repost.aws/knowledge-center/reset-master-user-password-rds

Sample aws cli command to reset the master user password,

aws rds modify-db-instance --db-instance-identifier mysqldb01 --master-user-password "xxxxxxx" --region us-east-1
AWS
answered a month ago
profile pictureAWS
EXPERT
reviewed a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions