Skip to content

RDS Aurora serverless global database with secrets manager

0

Hey all,

we would like to deploy a RDS Aurora serverless v2 global database. According to the following documentation there is a limitation in using secrets manager with Aurora global databases: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/rds-secrets-manager.html#rds-secrets-manager-limitations

Is there any best practice to save and share the DB credentials whenever secrets manager is not available?

In addition to this setup we using terraform to track and store our infrastructure.

Best regards

1 Answer
0

There is no auto-rotation feature, but what about using the Systems Manager parameter store?
https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-parameter-store.html

EXPERT
answered 3 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.