ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

200 / 474

Question 200:

You are creating a Lambda function that will be accessing a database. Due to compliance reasons, all database connecting strings must be stored encrypted at rest. How can you accomplish this in the Lambda function? Choose 2 answers from the options given below.

Answer options:

A.Put the database connection string in the Lambda function.
B.Put the database connecting string as an environment variable.
C.Encrypt the entire Lambda function.
D.Encrypt the environment variable.