SAA-C03 Exam QuestionsBrowse all questions from this exam

SAA-C03 Exam - Question 791


A company has AWS Lambda functions that use environment variables. The company does not want its developers to see environment variables in plaintext.

Which solution will meet these requirements?

Show Answer
Correct Answer: D

The appropriate solution is to use AWS Key Management Service (AWS KMS) keys and enable encryption helpers on the Lambda functions to store and encrypt the environment variables. AWS KMS is a managed service that allows the creation and control of encryption keys used to encrypt data. By enabling encryption helpers on the Lambda functions with a KMS key, the environment variables can be securely encrypted and will not be exposed in plaintext to developers.

Discussion

3 comments
Sign in to comment
Andy_09
Feb 6, 2024

Option D

osmkOption: D
Feb 25, 2024

https://docs.aws.amazon.com/lambda/latest/dg/configuration-envvars.html#configuration-envvars-encryption

Rhydian25Option: D
Jun 30, 2024

I don't understand why we should use a complex way of encrypting variables instead of using Parameter Store... but in this case the best option is D