Question 271:
Your team is deploying a set of applications onto AWS. These applications work with multiple databases. You need to ensure that the database passwords are stored securely. Which of the following is the ideal way to store the database passwords?
Answer options:
A.Store them in separate Lambda functions which can be invoked via HTTPS. B.Store them as secrets in AWS Secrets Manager. C.Store them in separate DynamoDB tables. D.Store them in separate S3 buckets.