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
RDS Proxy consumes a secertsmanager secret to manage access for users. When the multiuser rotation triggers, it changes both the user and password. This causes RDS Proxy to terminate all existing connections. Services which have cached the secret will fail to reconnect since, of course, it has changed.
Since the whole point of a multiuser rotation is to provide a window for services to update their connections, this behaviour is the exact opposite of what was intended.