1 Answers
Secrets Manager will actually change the username/password. So the only way to connect would be to read the values from Secrets Manager. This rotation functionality is implemented as a Lambda function within your account using templates (if using AWS DBs like RDS, Redshift, or DocumentDB). You can customize the Lambda function to suit your needs, although if it’s not updating the username/password then I don’t think it’s providing the same value.
https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotating-secrets.html
thanks