ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

382 / 474

Question 382:

You are deploying a new Lambda function that needs to use a credit card number to make payments for purchases for internal company employees. This credit card information is used by default when an employee doesn`t provide a purchase order number or another credit card number. What is the most secure and less-costly way to store this information?

Answer options:

A.Use Environment variable with AWS managed key.
B.Use Environment variable with custom KMS key.
C.Use Environment variable with Transport Layer Security (TLS).
D.Assign a variable with credit card information.