Documentation
README
Ensure AWS Secrets manager is configured and being used by Lambda for databases
Description
Lambda functions often have to access a database or other services within your environment.
Rationale
Credentials used to access databases and other AWS Services need to be managed and regularly rotated to keep access into critical systems secure. Keeping any credentials and manually updating the passwords would be cumbersome, but AWS Secrets Manager allows you to manage and rotate passwords.
Impact
Lambda code should be checked for correct configuration to get the credentials from AWS Secrets Manager. This audit and remediation is only to confirm you have the credentials in Secrets manager.
Audit Procedure
Using AWS Console
This is the opening of the README. Read the full README on GitHub.