Amazon RDS · Arazzo Workflow
Amazon RDS Rotate Master Password
Version 1.0.0
Reset the master user password immediately and poll until the instance stabilizes.
View Spec
View on GitHub
Cloud DatabasesDatabase ServiceDBaaSManaged DatabasesRelational DatabasesArazzoWorkflows
Provider
Workflows
rotate-master-password
Reset a DB instance master password and wait for it to apply.
Confirms the instance is available, modifies the master user password with ApplyImmediately, then polls until DescribeDBInstances reports the instance available again.
1
confirmInstance
describeDBInstances
Describe the DB instance to confirm it is available before rotating the master credentials.
2
resetPassword
modifyDBInstance
Submit the modify request setting the new master user password with the change applied immediately.
3
pollInstance
describeDBInstances
Describe the DB instance and inspect its status. While the instance is still resetting credentials the workflow loops back to poll again; once it is available the flow ends.