
Answer-first summary for fast verification
Answer: Enable encryption in transit using SSL/TLS for all connections to the Lambda function.
To ensure the confidentiality and integrity of data in transit between the sources and the Lambda function, encryption in transit should be implemented. While AWS Systems Manager (B) can be useful for managing EC2 instances, it does not provide encryption for data in transit. A VPN gateway (D) provides secure connectivity but is not the most effective method for securing Lambda function access. Encryption at rest (A) protects data when it is stored, but it does not protect data during transit. The correct approach (C) is to enable encryption in transit using SSL/TLS for all connections to the Lambda function, ensuring that the data is encrypted and protected during transit.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your company is using AWS Lambda to process data from various sources. To ensure the confidentiality and integrity of data in transit between the sources and the Lambda function, which of the following steps should you take?
A
Enable encryption at rest for the Lambda function.
B
Use AWS Systems Manager to forward traffic over secure connections to the Lambda function.
C
Enable encryption in transit using SSL/TLS for all connections to the Lambda function.
D
Use a VPN gateway to connect to the Lambda function.
No comments yet.