Do we have any possibility to reset aws RDS master password using python script?
Any help would be appreciate
Question posted in Amazon Web Sevices
The official Amazon Web Services documentation can be found here.
The official Amazon Web Services documentation can be found here.
2
Answers
You can use
modify_db_instance()
to change one or more database configuration parameters includingMasterUserPassword
.You might then need to
reboot_db_instance()
to apply the changes.Solution: In order to change RDS master password on aws you have pretty nice options to perform. Modify the instance/cluster options/attributes using: