You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automatically rotates the auth token for a replication group or cluster.
The database details and initial token will be written to an AWS Secrets
Manager secret. Once created, the secret will automatically rotate itself using
a Lambda function.
This uses the ROTATE strategy when updating the token, meaning that the previous
token will remain valid until rotated again. This prevents downtime when the
token is changed.