Which solution will meet these requirements in the MOST operationally efficient manner?

2 Comments

  1. Jason
    Author

    I figure that the answer is:
    Use AWS Secrets Manager to store credentials for the database. Create a Secrets Manager secret, and select the database so that Secrets Manager will use a Lambda function to update the database password automatically. Specify an automatic rotation schedule of 30 days. Update each Lambda function to access the database password from Secrets Manager.

  2. Gary
    Author

    As I recall, the answer is:
    Use AWS Secrets Manager to store credentials for the database. Create a Secrets Manager secret, and select the database so that Secrets Manager will use a Lambda function to update the database password automatically. Specify an automatic rotation schedule of 30 days. Update each Lambda function to access the database password from Secrets Manager.

Leave a Reply to Gary Cancel reply

Your email address will not be published. Required fields are marked *

2 × 3 =