AWS Certified Security – Specialty (SCS-C02) — Question 30

A company has thousands of AWS Lambda functions. While reviewing the Lambda functions, a security engineer discovers that sensitive information is being stored in environment variables and is viewable as plaintext in the Lambda console. The values of the sensitive information are only a few characters long.
What is the MOST cost-effective way to address this security issue?

Answer options

Correct answer: D

Explanation

The correct answer, D, utilizes AWS Systems Manager Parameter Store to securely store sensitive information as secure string parameters, which ensures encryption and controlled access. Options A and B do not provide a secure storage solution for sensitive information, while option C, although a valid approach, may incur higher costs compared to using Parameter Store, making D the most cost-effective solution.